パッケージ org.wcardinal.controller
インタフェース VisibilityControllerContext
- すべてのスーパーインタフェース:
ControllerContext
,Unlockable
- 既知のサブインタフェースのリスト:
PageContext
,PopupContext
- 既知の実装クラスのリスト:
AbstractPage
,AbstractPopup
,AbstractVisibilityController
,PageController
,PageFacade
,PopupController
,PopupFacade
,VisibilityController
Interface to provide methods for visibility controllers.
-
メソッドの概要
修飾子とタイプメソッド説明Returns the display name.void
setDisplayName
(String displayName) Sets the display name to the specified string.インタフェースから継承されたメソッド 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
-
メソッドの詳細
-
getDisplayName
String getDisplayName()Returns the display name.- 戻り値:
- display name
-
setDisplayName
Sets the display name to the specified string.- パラメータ:
displayName
- display name
-