パッケージ org.wcardinal.controller
クラス AbstractPopup
java.lang.Object
org.wcardinal.controller.AbstractController
org.wcardinal.controller.AbstractVisibilityController
org.wcardinal.controller.AbstractPopup
- すべての実装されたインタフェース:
ControllerContext
,PopupContext
,VisibilityControllerContext
,Unlockable
- 直系の既知のサブクラス:
PopupFacade
Provides additional functions of popups.
@Popup
class MyPopup extends AbstractPopup {
void foo(){
System.out.println( getRemoteAddress() );
}
}
-
フィールドの概要
クラスから継承されたフィールド org.wcardinal.controller.AbstractController
controllerContext
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
クラスから継承されたメソッド org.wcardinal.controller.AbstractVisibilityController
getDisplayName, setDisplayName
クラスから継承されたメソッド 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
インタフェースから継承されたメソッド org.wcardinal.controller.VisibilityControllerContext
getDisplayName, setDisplayName
-
コンストラクタの詳細
-
AbstractPopup
public AbstractPopup()
-