クラス PopupController
java.lang.Object
org.wcardinal.controller.internal.Controller
org.wcardinal.controller.internal.VisibilityController
org.wcardinal.controller.internal.PopupController
- すべての実装されたインタフェース:
ControllerContext,SContainerParent,SParent,PopupContext,VisibilityControllerContext,MethodContainer,Unlockable
-
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタコンストラクタ説明PopupController(String name, Controller parent, ControllerFactory factory, Object instance, ControllerBaggage baggage, com.fasterxml.jackson.databind.node.ArrayNode factoryParameters, AutoCloseableReentrantLock lock, TaskInternalQueue tasks, boolean isShown) -
メソッドの概要
クラスから継承されたメソッド org.wcardinal.controller.internal.VisibilityController
getDisplayName, setDisplayNameクラスから継承されたメソッド org.wcardinal.controller.internal.Controller
addParent, cancel, cancel, cancel, cancelAll, checkIdle, checkIdleNotRequired, checkIdleRequired, checkVisibility, create, destroy, execute, execute, execute, getActivePage, getAttributes, getControllerAt, getControllerAt, getFactoryParameters, getInstance, getLocale, getLocales, getName, getParameter, getParameterMap, getParameters, getParent, getParentAsFactory, getParents, getPrincipal, getRemoteAddress, getRequestId, getScheduler, getSessionId, getStaticInfo, getStaticInstanceInfo, getSubSessionId, getTrackingIds, getWorkingData, handle, hasHistorical, hasOnIdleCheckMethods, hide, interval, interval, interval, interval, isCanceled, isHeadCall, isHidden, isHistorical, isLocked, isLockedByCurrentThread, isNonNull, isReadOnly, isShared, isShown, lock, lockDynamicInfo, notify, notifyAsync, onChange, onDestroy, onHide, onHide, onNotice, onShow, onShow, onUnlock, postCreate, put, put, put, put, putWorkingData, setAuthorizedRevision, setRequestId, setTrackingIds, show, timeout, timeout, timeout, trigger, triggerAndWait, triggerDirect, tryLock, tryLock, unlock, unlock, unlockDynamicInfo, updateクラスから継承されたメソッド 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, interval, interval, interval, interval, isCanceled, isHeadCall, isHidden, isHistorical, isLocked, isLockedByCurrentThread, isNonNull, isReadOnly, lock, notify, notifyAsync, timeout, timeout, timeout, trigger, triggerAndWait, triggerDirect, tryLock, tryLock, unlockインタフェースから継承されたメソッド org.wcardinal.controller.VisibilityControllerContext
getDisplayName, setDisplayName
-
フィールド詳細
-
isShown
-
-
コンストラクタの詳細
-
PopupController
public PopupController(String name, Controller parent, ControllerFactory factory, Object instance, ControllerBaggage baggage, com.fasterxml.jackson.databind.node.ArrayNode factoryParameters, AutoCloseableReentrantLock lock, TaskInternalQueue tasks, boolean isShown)
-
-
メソッドの詳細
-
onChange
- 定義:
onChangeインタフェース内SParent- オーバーライド:
onChangeクラス内Controller
-
show
public void show()インタフェースからコピーされた説明:ControllerContextShows this controller.- 定義:
showインタフェース内ControllerContext- オーバーライド:
showクラス内Controller
-
hide
public void hide()インタフェースからコピーされた説明:ControllerContextHides this controller.- 定義:
hideインタフェース内ControllerContext- オーバーライド:
hideクラス内Controller
-
isShown
public boolean isShown()インタフェースからコピーされた説明:ControllerContextReturns true if this controller is shown.- 定義:
isShownインタフェース内ControllerContext- オーバーライド:
isShownクラス内Controller- 戻り値:
- true if this controller is shown.
-