Package | Description |
---|---|
psdi.webclient.system.controller |
Modifier and Type | Method and Description |
---|---|
static ControlHandler |
RequestHandler.findDialog(SessionContext sc,
java.lang.String dialogId)
Deprecated.
FIREFOX
|
static ControlHandler |
RequestHandler.findHandler(SessionContext sc,
java.lang.String handlerId)
Deprecated.
FIREFOX
|
ControlHandler |
ControlInstance.getAdaptorInstance()
Deprecated.
|
ControlHandler |
AppInstance.getAppHandler()
Deprecated.
FIREFOX - use getAppControl() instead
|
ControlHandler |
SessionContext.getCurrentEventHandler()
Deprecated.
FIREFOX
|
ControlHandler |
ControlHandler.getParent()
Deprecated.
FIREFOX
|
ControlHandler |
BaseInstance.getParent()
Deprecated.
FIREFOX - use getParentInstance() instead
|
ControlHandler |
ControlHandler.getRegisteredHandler(java.lang.String id)
Deprecated.
FIREFOX
|
ControlHandler |
WebClientEvent.getSourceControl()
Deprecated.
FIREFOX
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ControlHandler> |
ControlHandler.getChildren()
Deprecated.
FIREFOX
|
Modifier and Type | Method and Description |
---|---|
static DataBean |
Utility.getDataSource(SessionContext sc,
ControlHandler handler)
Deprecated.
FIREFOX
|
void |
WebClientEvent.setSourceControl(ControlHandler sourceControl)
Deprecated.
FIREFOX
|