パッケージ org.wcardinal.controller
クラス AbstractVisibilityController
java.lang.Object
org.wcardinal.controller.AbstractController
org.wcardinal.controller.AbstractVisibilityController
- すべての実装されたインタフェース:
ControllerContext
,VisibilityControllerContext
,Unlockable
- 直系の既知のサブクラス:
AbstractPage
,AbstractPopup
public abstract class AbstractVisibilityController
extends AbstractController
implements VisibilityControllerContext
Provides additional functions of visibility controllers.
-
フィールドの概要
クラスから継承されたフィールド org.wcardinal.controller.AbstractController
controllerContext
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明Returns the display name.void
setDisplayName
(String displayName) Sets the display name to the specified string.クラスから継承されたメソッド org.wcardinal.controller.AbstractController
cancel, cancel, cancel, cancelAll, execute, execute, execute, getActivePage, getAttributes, getFactoryParameters, getLocale, getLocales, getName, getParameter, getParameterMap, getParameters, getParent, getParentAsFactory, getParents, getPrincipal, getRemoteAddress, getScheduler, getSessionId, getSubSessionId, hide, interval, interval, interval, interval, isCanceled, isHeadCall, isHidden, isHistorical, isLocked, isLockedByCurrentThread, isNonNull, isReadOnly, isShown, lock, notify, notifyAsync, show, timeout, timeout, timeout, trigger, triggerAndWait, triggerDirect, tryLock, tryLock, unlock
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
インタフェースから継承されたメソッド org.wcardinal.controller.ControllerContext
cancel, cancel, cancel, cancelAll, execute, execute, execute, getActivePage, getAttributes, getFactoryParameters, getLocale, getLocales, getName, getParameter, getParameterMap, getParameters, getParent, getParentAsFactory, getParents, getPrincipal, getRemoteAddress, getScheduler, getSessionId, getSubSessionId, hide, interval, interval, interval, interval, isCanceled, isHeadCall, isHidden, isHistorical, isLocked, isLockedByCurrentThread, isNonNull, isReadOnly, isShown, lock, notify, notifyAsync, show, timeout, timeout, timeout, trigger, triggerAndWait, triggerDirect, tryLock, tryLock, unlock
-
コンストラクタの詳細
-
AbstractVisibilityController
public AbstractVisibilityController()
-
-
メソッドの詳細
-
getDisplayName
インタフェースからコピーされた説明:VisibilityControllerContext
Returns the display name.- 定義:
getDisplayName
インタフェース内VisibilityControllerContext
- 戻り値:
- display name
-
setDisplayName
インタフェースからコピーされた説明:VisibilityControllerContext
Sets the display name to the specified string.- 定義:
setDisplayName
インタフェース内VisibilityControllerContext
- パラメータ:
displayName
- display name
-