Modifier and Type | Method and Description |
---|---|
int |
AMCrewAppBeanUtils.forceListWarning(AppInstance app) |
boolean |
AMCrewAppBeanUtils.hasSentListWarning(AppInstance app) |
int |
AMCrewAppBeanUtils.makeAvailableToCrews(java.lang.String isCrewFieldName,
AppInstance app) |
Modifier and Type | Method and Description |
---|---|
boolean |
MapDialogLoader.hasAuthorizationForSigOption(AppInstance app) |
Constructor and Description |
---|
SKDRefreshModelFromDialogAction(AppInstance app,
WebClientSession clientSession,
long uniqueId,
boolean isWorkOrderLevel) |
Modifier and Type | Method and Description |
---|---|
AppInstance |
LinearClientSession.getCurrentApp() |
Modifier and Type | Method and Description |
---|---|
AppInstance |
PageInstance.getAppInstance() |
AppInstance |
SessionContext.getCurrentApp()
Deprecated.
FIREFOX
|
AppInstance |
SessionContext.getPreviousApp()
Deprecated.
FIREFOX
|
AppInstance |
AppInstance.initialize(WebClientSession wcs,
AppDescriptor ad) |
AppInstance |
SessionContext.pop()
Deprecated.
FIREFOX
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
StaticId.generateTpaeStaticId(java.lang.String controlId,
AppInstance app) |
static java.lang.String |
ControllerFeaturePack.getKeyLabel(AppInstance app)
Used to retrieve the label of the key field for use in helper strings on UI
|
void |
PageInstance.initialize(WebClientSession wcs,
AppInstance ai,
org.w3c.dom.Element page)
creates page instance
takes care of instantiating ControlInstance objects for each control in the page (page/dialog/etc) we
do this at a page scope as required.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
BidiClientUtils.getTagAttributes(ComponentInstance component,
AppInstance app,
java.lang.String value,
boolean includeHandlers) |
static java.lang.String[] |
BidiClientUtils.getTagAttributes(ComponentInstance component,
AppInstance app,
java.lang.String value,
boolean includeHandlers,
java.lang.String langCode) |
Modifier and Type | Method and Description |
---|---|
AppInstance |
WebClientSession.getCurrentApp() |
AppInstance |
WebClientSession.getPreviousApp() |
AppInstance |
WebClientSession.popApp()
Removes the top application instance from the stack.
|
Modifier and Type | Method and Description |
---|---|
java.util.Stack<AppInstance> |
WebClientSession.getAppStack()
Returns a the app stack of the SessionContext.
|
Modifier and Type | Method and Description |
---|---|
static void |
WebClientSession.checkResults(DataBean results,
WebClientSession clientSession,
AppInstance app)
Check to see if we got back a single result, or not
if no result, popup a message "norecord"
if single result, go to main tab
if multiple results, go to list tab
|
void |
WebClientSession.pushApp(AppInstance ai)
Push the app on the app stack
|