Constructor and Description |
---|
MapDialogLoader(WebClientSession clientSession,
PageInstance dialogInstance) |
MapDialogLoader(WebClientSession clientSession,
PageInstance dialogInstance,
ControlInstance creator) |
MapDialogLoader(WebClientSession clientSession,
PageInstance dialogInstance,
java.lang.String objectName,
java.lang.String dialogWhereClause,
ControlInstance creator) |
MapDialogLoader(WebClientSession clientSession,
PageInstance dialogInstance,
java.lang.String objectName,
java.lang.String dialogWhereClause,
java.util.Map<java.lang.String,java.lang.Object> optionalParameters,
ControlInstance creator) |
Modifier and Type | Method and Description |
---|---|
int |
PageComponent.renderDialog(PageInstance dialog,
boolean isRerendering) |
Modifier and Type | Class and Description |
---|---|
class |
Action |
class |
Dialog
Implements specific functionality for the dialog boxes
|
class |
Messagebox
Implements specific functionality for the message boxes
|
Modifier and Type | Method and Description |
---|---|
PageInstance |
RecordHover.getPage() |
Modifier and Type | Method and Description |
---|---|
void |
TableBody.checkRecordLock(PageInstance page,
java.util.List<TableCol> colControls)
Checks if this control is on a ResultsBean and Application Record Locking is enabled.
|
java.lang.String |
ToolbarCombobox.createRenderId(java.lang.String id,
PageInstance page) |
java.lang.String |
Toolbar.createRenderId(java.lang.String id,
PageInstance page) |
java.lang.String |
TitleBar.createRenderId(java.lang.String id,
PageInstance page) |
java.lang.String |
Table.createRenderId(java.lang.String id,
PageInstance page) |
java.lang.String |
QuickSearch.createRenderId(java.lang.String id,
PageInstance page) |
static RecordHover |
RecordHover.newInstance(ComponentInstance sourceComponent,
org.w3c.dom.Element element,
PageInstance page) |
Modifier and Type | Class and Description |
---|---|
class |
AppInstance |
class |
DialogInstance |
Modifier and Type | Method and Description |
---|---|
PageInstance |
AppInstance.createPageInstance(WebClientSession wcs,
org.w3c.dom.Element el)
helper method to create a page instance and initialize it.
|
PageInstance |
AppInstance.createPageInstance(WebClientSession wcs,
org.w3c.dom.Element el,
boolean loadDialogEntity)
helper method to create a page instance and initialize it.
|
PageInstance |
AppInstance.getApplicationPage()
Helper method to get the current page that is on the page stack
|
PageInstance |
AppInstance.getCurrentPage()
Helper method to get the current page that is on the page stack
|
PageInstance |
BaseInstance.getPage()
Get the PageInstance that this control belongs to.
|
PageInstance |
AppInstance.getPreviousPage() |
PageInstance |
AppInstance.popPage()
Removes the current page instance from the stack.
|
PageInstance |
AppInstance.popPage(PageInstance page)
Removes the specified page instance from the stack.
|
PageInstance |
AppInstance.popPage(PageInstance page,
boolean removeImmediately)
Removes the specified page instance from the stack.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,PageInstance> |
AppInstance.getDesignerDialogList() |
java.util.Stack<PageInstance> |
AppInstance.getPageStack()
Returns the page stack; it may be empty for pageless applications
|
java.util.Vector<PageInstance> |
AppInstance.getPoppedDialogs()
Returns the list of popped dialogs.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ControlInstance.createRenderId(java.lang.String id,
PageInstance page) |
com.ibm.json.java.JSONObject |
AppInstance.getAutoFillForPage(PageInstance page) |
PageInstance |
AppInstance.popPage(PageInstance page)
Removes the specified page instance from the stack.
|
PageInstance |
AppInstance.popPage(PageInstance page,
boolean removeImmediately)
Removes the specified page instance from the stack.
|
void |
AppInstance.pushPage(PageInstance page)
Adds a page to the page stack, and is considered the current page.
|
void |
AppInstance.storePageBeans(PageInstance page)
Stores temporarily the DataBeans from the closed dialog until the request
is processed.
|
Modifier and Type | Method and Description |
---|---|
com.ibm.json.java.JSONArray |
UIERMAttribute.createTakesValueList(PageInstance page)
Returns a JSONArray containing a the render id's of the takesvalue BoundComponentInstances
that are bound to this attribute.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ToolbarDescriptor.canCreateControl(PageInstance page,
ControlInstance parentControl,
org.w3c.dom.Element element)
Can be overridden to allow a control to setup rules for creation
|
boolean |
ToolbarComboboxDescriptor.canCreateControl(PageInstance page,
ControlInstance parentControl,
org.w3c.dom.Element element)
Can be overridden to allow a control to setup rules for creation
|
boolean |
QuickSearchDescriptor.canCreateControl(PageInstance page,
ControlInstance parentControl,
org.w3c.dom.Element element)
Can be overridden to allow a control to setup rules for creation
|
boolean |
InRecHoverControlDescriptor.canCreateControl(PageInstance page,
ControlInstance parentControl,
org.w3c.dom.Element element)
Returns false.
|
boolean |
ControlDescriptor.canCreateControl(PageInstance page,
ControlInstance parentControl,
org.w3c.dom.Element element)
Can be overridden to allow a control to setup rules for creation
|
com.ibm.json.java.JSONObject |
DataStoreInfo.getAsJSON(PageInstance page) |
com.ibm.json.java.JSONObject |
DataStoreInfo.getFiltersAsJSON(PageInstance page) |
com.ibm.json.java.JSONObject |
DataStoreInfo.getSetValuesAsJSON(PageInstance page) |
Modifier and Type | Method and Description |
---|---|
PageInstance |
WebClientSession.findDialog(java.lang.String dialogId)
Returns the dialog control instance with the supplied id if it exists.
|
PageInstance |
WebClientSession.getCurrentPage()
Returns the current app's current page instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
WebClientSession.getLeftNavWidth(PageInstance page) |
boolean |
WebClientSession.showSystemNavBar(PageInstance page)
Checks system property and app override to determine whether we should show the system navbar
|