A C D E F G H I L M N O P Q R S T U V W

A

ACTIONSIG - Static variable in class org.sandev.ui.util.ActionDispatcher
The standard method signature for an action handler.
ACTIONSTATUS_ACTIVE - Static variable in class org.sandev.ui.sandmessages.Action
Possible value for actionStatus
ACTIONSTATUS_DISABLED - Static variable in class org.sandev.ui.sandmessages.Action
Possible value for actionStatus
ACTIONSTATUS_INACTIVE - Static variable in class org.sandev.ui.sandmessages.Action
Possible value for actionStatus
ACTIONSTATUS_UNCONDITIONAL - Static variable in class org.sandev.ui.sandmessages.Action
Possible value for actionStatus
ACTIONTYPE_REQUEST - Static variable in class org.sandev.ui.sandmessages.Action
Possible value for actionType
ACTIONTYPE_SETUP - Static variable in class org.sandev.ui.sandmessages.Action
Possible value for actionType
ACTIONTYPE_VALUE - Static variable in class org.sandev.ui.sandmessages.Action
Possible value for actionType
ACTION_ADDING - Static variable in class org.sandev.ui.sandmessages.SandUIUpdate
Possible value for action
ACTION_DELETING - Static variable in class org.sandev.ui.sandmessages.SandUIUpdate
Possible value for action
ACTION_UNKNOWN - Static variable in class org.sandev.ui.sandmessages.SandUIUpdate
Possible value for action
ACTION_UPDATING - Static variable in class org.sandev.ui.sandmessages.SandUIUpdate
Possible value for action
ACTIVESIG - Static variable in class org.sandev.ui.util.ActionDispatcher
The standard method signature for an activity test method.
Action - class org.sandev.ui.sandmessages.Action.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
Action() - Constructor for class org.sandev.ui.sandmessages.Action
Default constructor calls init.
ActionDispatcher - class org.sandev.ui.util.ActionDispatcher.
Utility class for dispatching actions based on their name.
ActionDispatcher() - Constructor for class org.sandev.ui.util.ActionDispatcher
 
ActionStruct - class org.sandev.ui.structs.ActionStruct.
An action represents a call to an application function.
ActionStruct() - Constructor for class org.sandev.ui.structs.ActionStruct
 
action - Variable in class org.sandev.ui.sandmessages.SandUIUpdate
support for SandUpdateMessage interface
actionActual2Print(String) - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Utility method to transform an actual value for this field into a print value.
actionLabelToValue(String) - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Given a label, return the value for it.
actionPrint2Actual(String) - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Utility method to transform a print value for this field into an actual value.
actionPrint2Key(String) - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Utility method to transform a print value for this field into a key value.
actionStatus - Variable in class org.sandev.ui.structs.ActionStruct
Whether this action is active or not.
actionStatusActual2Print(String) - Static method in class org.sandev.ui.sandmessages.Action
Utility method to transform an actual value for this field into a print value.
actionStatusLabelToValue(String) - Method in class org.sandev.ui.sandmessages.Action
Given a label, return the value for it.
actionStatusPrint2Actual(String) - Static method in class org.sandev.ui.sandmessages.Action
Utility method to transform a print value for this field into an actual value.
actionStatusPrint2Key(String) - Static method in class org.sandev.ui.sandmessages.Action
Utility method to transform a print value for this field into a key value.
actionStatusValueToLabel(int) - Method in class org.sandev.ui.sandmessages.Action
Given a value, return the declared label for it.
actionType - Variable in class org.sandev.ui.structs.ActionStruct
What kind of action this is.
actionTypeActual2Print(String) - Static method in class org.sandev.ui.sandmessages.Action
Utility method to transform an actual value for this field into a print value.
actionTypeLabelToValue(String) - Method in class org.sandev.ui.sandmessages.Action
Given a label, return the value for it.
actionTypePrint2Actual(String) - Static method in class org.sandev.ui.sandmessages.Action
Utility method to transform a print value for this field into an actual value.
actionTypePrint2Key(String) - Static method in class org.sandev.ui.sandmessages.Action
Utility method to transform a print value for this field into a key value.
actionTypeValueToLabel(int) - Method in class org.sandev.ui.sandmessages.Action
Given a value, return the declared label for it.
actionValueToLabel(int) - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Given a value, return the declared label for it.
actions - Variable in class org.sandev.ui.structs.LinkStruct
Additional actions associated with this link.
actionsContains(Action) - Method in class org.sandev.ui.sandmessages.Link
Returns true if actions contains the specified value.
actionsIndexOf(Action) - Method in class org.sandev.ui.sandmessages.Link
Return the index of the specified value in actions, or -1 if not found.
addActions(Action) - Method in class org.sandev.ui.sandmessages.Link
Appends a value to actions
addActions(Action[]) - Method in class org.sandev.ui.sandmessages.Link
Appends an array of values to actions
addElement(SandInstanceMessage) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Specified by SandCollectionMessage interface
addEntryPoints(String) - Method in class org.sandev.ui.sandmessages.SandUI
Appends a value to entryPoints
addEntryPoints(String[]) - Method in class org.sandev.ui.sandmessages.SandUI
Appends an array of values to entryPoints
addLinks(Link) - Method in class org.sandev.ui.sandmessages.Screen
Appends a value to links
addLinks(Link[]) - Method in class org.sandev.ui.sandmessages.Screen
Appends an array of values to links
addLocaleCountries(String) - Method in class org.sandev.ui.sandmessages.SandUI
Appends a value to localeCountries
addLocaleCountries(String[]) - Method in class org.sandev.ui.sandmessages.SandUI
Appends an array of values to localeCountries
addLocaleLanguages(String) - Method in class org.sandev.ui.sandmessages.SandUI
Appends a value to localeLanguages
addLocaleLanguages(String[]) - Method in class org.sandev.ui.sandmessages.SandUI
Appends an array of values to localeLanguages
addLocaleVariants(String) - Method in class org.sandev.ui.sandmessages.SandUI
Appends a value to localeVariants
addLocaleVariants(String[]) - Method in class org.sandev.ui.sandmessages.SandUI
Appends an array of values to localeVariants
addMatchInfo(SandAttrVal) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Appends a value to matchInfo
addMatchInfo(SandAttrVal[]) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Appends an array of values to matchInfo
addScreens(Screen) - Method in class org.sandev.ui.sandmessages.SandUI
Appends a value to screens
addScreens(Screen[]) - Method in class org.sandev.ui.sandmessages.SandUI
Appends an array of values to screens
addScreens(Screen) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Appends a value to screens
addScreens(Screen[]) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Appends an array of values to screens
addTabs(Action) - Method in class org.sandev.ui.sandmessages.Link
Appends a value to tabs
addTabs(Action[]) - Method in class org.sandev.ui.sandmessages.Link
Appends an array of values to tabs

C

classEnum - Variable in class org.sandev.ui.util.UIActionHandlerBase
Our InstanceClassEnumerator.
clearActions() - Method in class org.sandev.ui.sandmessages.Link
Clears all values from actions
clearEntryPoints() - Method in class org.sandev.ui.sandmessages.SandUI
Clears all values from entryPoints
clearLinks() - Method in class org.sandev.ui.sandmessages.Screen
Clears all values from links
clearLocaleCountries() - Method in class org.sandev.ui.sandmessages.SandUI
Clears all values from localeCountries
clearLocaleLanguages() - Method in class org.sandev.ui.sandmessages.SandUI
Clears all values from localeLanguages
clearLocaleVariants() - Method in class org.sandev.ui.sandmessages.SandUI
Clears all values from localeVariants
clearMatchInfo() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Clears all values from matchInfo
clearScreens() - Method in class org.sandev.ui.sandmessages.SandUI
Clears all values from screens
clearScreens() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Clears all values from screens
clearTabs() - Method in class org.sandev.ui.sandmessages.Link
Clears all values from tabs
cloneAction() - Method in class org.sandev.ui.sandmessages.Action
Make a deep copy of this Action.
cloneLink() - Method in class org.sandev.ui.sandmessages.Link
Make a deep copy of this Link.
cloneMessage() - Method in class org.sandev.ui.sandmessages.Action
Calls cloneAction
cloneMessage() - Method in class org.sandev.ui.sandmessages.Link
Calls cloneLink
cloneMessage() - Method in class org.sandev.ui.sandmessages.SandUI
Calls cloneSandUI
cloneMessage() - Method in class org.sandev.ui.sandmessages.Screen
Calls cloneScreen
cloneMessage() - Method in class org.sandev.ui.sandmessages.Value
Calls cloneValue
cloneQuery() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return a deep copy of this query message.
cloneSandUI() - Method in class org.sandev.ui.sandmessages.SandUI
Make a deep copy of this SandUI.
cloneScreen() - Method in class org.sandev.ui.sandmessages.Screen
Make a deep copy of this Screen.
cloneScreenCollection() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Clone the collection returning a new copy of the message with a new array containing the same references.
cloneValue() - Method in class org.sandev.ui.sandmessages.Value
Make a deep copy of this Value.
complete - Variable in class org.sandev.ui.sandmessages.ScreenCollection
support for SandCollectionMessage interface
convertToSuperstructClass() - Method in class org.sandev.ui.sandmessages.Action
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.ui.sandmessages.Link
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.ui.sandmessages.SandUI
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.ui.sandmessages.Screen
Return a new instance of the message associated with the superstruct of this instance.
convertToSuperstructClass() - Method in class org.sandev.ui.sandmessages.Value
Return a new instance of the message associated with the superstruct of this instance.
copyDataFrom(Action) - Method in class org.sandev.ui.sandmessages.Action
Deep copy all the data from the specified instance.
copyDataFrom(Link) - Method in class org.sandev.ui.sandmessages.Link
Deep copy all the data from the specified instance.
copyDataFrom(SandUI) - Method in class org.sandev.ui.sandmessages.SandUI
Deep copy all the data from the specified instance.
copyDataFrom(Screen) - Method in class org.sandev.ui.sandmessages.Screen
Deep copy all the data from the specified instance.
copyDataFrom(Value) - Method in class org.sandev.ui.sandmessages.Value
Deep copy all the data from the specified instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.ui.sandmessages.Action
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.ui.sandmessages.Link
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.ui.sandmessages.SandUI
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.ui.sandmessages.Screen
Copy the specified field from the given instance.
copyFieldValue(String, SandInstanceMessage) - Method in class org.sandev.ui.sandmessages.Value
Copy the specified field from the given instance.

D

DEFAULTSECURITY_NORMAL - Static variable in class org.sandev.ui.sandmessages.SandUI
Possible value for defaultSecurity
DEFAULTSECURITY_SECURE - Static variable in class org.sandev.ui.sandmessages.SandUI
Possible value for defaultSecurity
debugDump(String) - Method in class org.sandev.ui.sandmessages.Action
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.ui.sandmessages.Link
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.ui.sandmessages.SandUI
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.ui.sandmessages.Screen
Dump this instance into a debug printable string.
debugDump(String) - Method in class org.sandev.ui.sandmessages.Value
Dump this instance into a debug printable string.
defaultField(String) - Method in class org.sandev.ui.sandmessages.Action
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.ui.sandmessages.Link
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.ui.sandmessages.SandUI
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.ui.sandmessages.Screen
Set the specified field to its default value.
defaultField(String) - Method in class org.sandev.ui.sandmessages.Value
Set the specified field to its default value.
defaultSecurity - Variable in class org.sandev.ui.structs.SandUIStruct
The default interface display transmission security.
defaultSecurityActual2Print(String) - Static method in class org.sandev.ui.sandmessages.SandUI
Utility method to transform an actual value for this field into a print value.
defaultSecurityLabelToValue(String) - Method in class org.sandev.ui.sandmessages.SandUI
Given a label, return the value for it.
defaultSecurityPrint2Actual(String) - Static method in class org.sandev.ui.sandmessages.SandUI
Utility method to transform a print value for this field into an actual value.
defaultSecurityPrint2Key(String) - Static method in class org.sandev.ui.sandmessages.SandUI
Utility method to transform a print value for this field into a key value.
defaultSecurityValueToLabel(int) - Method in class org.sandev.ui.sandmessages.SandUI
Given a value, return the declared label for it.
defaultTemplate - Variable in class org.sandev.ui.structs.SandUIStruct
The default rendering transformation template name.
displayName - Variable in class org.sandev.ui.structs.ActionStruct
The text name for the action button.
displayValue - Variable in class org.sandev.ui.structs.ValueStruct
The value to display.
dumpScreen(UIRenderOutput, Screen, SandUI, UIFormOwner, AuthUser, AuthFilter, UserWorkLog, Locale) - Method in interface org.sandev.ui.util.UIScreenAdaptor
Given a output rendering context, render the given Screen for display.

E

entryPoints - Variable in class org.sandev.ui.structs.SandUIStruct
The names of the screens which are top level entry points.
entryPointsContains(String) - Method in class org.sandev.ui.sandmessages.SandUI
Returns true if entryPoints contains the specified value.
entryPointsIndexOf(String) - Method in class org.sandev.ui.sandmessages.SandUI
Return the index of the specified value in entryPoints, or -1 if not found.
errorTemplate - Variable in class org.sandev.ui.structs.SandUIStruct
Transformation template for the error display.

F

FUNCTION_AVG - Static variable in class org.sandev.ui.sandmessages.ScreenQuery
Possible value for function
FUNCTION_COUNT - Static variable in class org.sandev.ui.sandmessages.ScreenQuery
Possible value for function
FUNCTION_DATA - Static variable in class org.sandev.ui.sandmessages.ScreenQuery
Possible value for function
FUNCTION_MAX - Static variable in class org.sandev.ui.sandmessages.ScreenQuery
Possible value for function
FUNCTION_MIN - Static variable in class org.sandev.ui.sandmessages.ScreenQuery
Possible value for function
FUNCTION_SUM - Static variable in class org.sandev.ui.sandmessages.ScreenQuery
Possible value for function
fieldHasFlag(String, int) - Method in class org.sandev.ui.sandmessages.Action
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.ui.sandmessages.Link
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.ui.sandmessages.SandUI
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.ui.sandmessages.Screen
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return true if the named field declares the indicated flag, false otherwise.
fieldHasFlag(String, int) - Method in class org.sandev.ui.sandmessages.Value
Return true if the named field declares the indicated flag, false otherwise.
fieldValidate(SandAttrVal[]) - Method in class org.sandev.ui.sandmessages.Action
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.ui.sandmessages.Link
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.ui.sandmessages.SandUI
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.ui.sandmessages.Screen
Validate the fields as specified in the SandInstanceMessage interface
fieldValidate(SandAttrVal[]) - Method in class org.sandev.ui.sandmessages.Value
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.ui.sandmessages.Action
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.ui.sandmessages.Link
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.ui.sandmessages.SandUI
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.ui.sandmessages.Screen
Validate the fields as specified in the SandInstanceMessage interface
fieldsValid() - Method in class org.sandev.ui.sandmessages.Value
Validate the fields as specified in the SandInstanceMessage interface
formState - Variable in class org.sandev.ui.structs.LinkStruct
Initial form state for this link.
function - Variable in class org.sandev.ui.sandmessages.ScreenQuery
support for SandQueryMessage interface
functionActual2Print(String) - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Utility method to transform an actual value for this field into a print value.
functionLabelToValue(String) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Given a label, return the value for it.
functionPrint2Actual(String) - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Utility method to transform a print value for this field into an actual value.
functionPrint2Key(String) - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Utility method to transform a print value for this field into a key value.
functionValueToLabel(int) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Given a value, return the declared label for it.

G

generalAccessor(String) - Method in class org.sandev.ui.sandmessages.Action
General field accessor method.
generalAccessor(String) - Method in class org.sandev.ui.sandmessages.Link
General field accessor method.
generalAccessor(String) - Method in class org.sandev.ui.sandmessages.SandUI
General field accessor method.
generalAccessor(String) - Method in class org.sandev.ui.sandmessages.Screen
General field accessor method.
generalAccessor(String) - Method in class org.sandev.ui.sandmessages.Value
General field accessor method.
generalDereference(String) - Method in class org.sandev.ui.sandmessages.Action
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.ui.sandmessages.Link
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.ui.sandmessages.SandUI
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.ui.sandmessages.Screen
General reference field accessor method.
generalDereference(String) - Method in class org.sandev.ui.sandmessages.Value
General reference field accessor method.
generalModifier(int, String, int, Object) - Method in class org.sandev.ui.sandmessages.Action
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.ui.sandmessages.Link
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.ui.sandmessages.SandUI
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.ui.sandmessages.Screen
General mutator method.
generalModifier(int, String, int, Object) - Method in class org.sandev.ui.sandmessages.Value
General mutator method.
getAction() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Accessor for action
getActionActualVals() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Return an array of the possible values for this field as Strings.
getActionDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Default value for action.
getActionEnumSummary() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Return a single String summary of the possible enum values for debug and similar purposes.
getActionFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the print name of the action field.
getActionFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Field flag accessor.
getActionInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Invalid value for action.
getActionKeyVals() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Return an array of unique keys for the values of this field.
getActionMetatype() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the metatype text for this field, or "" if no metatype was declared.
getActionPrintVals() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Return an array of the possible values for this field in display format.
getActionPrintValue() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Retrieve the current value of this field as a print String.
getActionRange() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the range specification for this field
getActionStatus() - Method in class org.sandev.ui.sandmessages.Action
Accessor for actionStatus
getActionStatusActualVals() - Static method in class org.sandev.ui.sandmessages.Action
Return an array of the possible values for this field as Strings.
getActionStatusDefaultValue() - Static method in class org.sandev.ui.sandmessages.Action
Default value for actionStatus.
getActionStatusEnumSummary() - Static method in class org.sandev.ui.sandmessages.Action
Return a single String summary of the possible enum values for debug and similar purposes.
getActionStatusFieldPrintValue() - Method in class org.sandev.ui.sandmessages.Action
Return the print name of the actionStatus field.
getActionStatusFlag(int) - Static method in class org.sandev.ui.sandmessages.Action
Field flag accessor.
getActionStatusInvalidValue() - Static method in class org.sandev.ui.sandmessages.Action
Invalid value for actionStatus.
getActionStatusKeyVals() - Static method in class org.sandev.ui.sandmessages.Action
Return an array of unique keys for the values of this field.
getActionStatusMetatype() - Method in class org.sandev.ui.sandmessages.Action
Return the metatype text for this field, or "" if no metatype was declared.
getActionStatusPrintVals() - Static method in class org.sandev.ui.sandmessages.Action
Return an array of the possible values for this field in display format.
getActionStatusPrintValue() - Method in class org.sandev.ui.sandmessages.Action
Retrieve the current value of this field as a print String.
getActionStatusRange() - Method in class org.sandev.ui.sandmessages.Action
Return the range specification for this field
getActionStatusValidityCheck() - Method in class org.sandev.ui.sandmessages.Action
Return the empty string if the value of this field is valid according to the base SAND declarations.
getActionType() - Method in class org.sandev.ui.sandmessages.Action
Accessor for actionType
getActionTypeActualVals() - Static method in class org.sandev.ui.sandmessages.Action
Return an array of the possible values for this field as Strings.
getActionTypeDefaultValue() - Static method in class org.sandev.ui.sandmessages.Action
Default value for actionType.
getActionTypeEnumSummary() - Static method in class org.sandev.ui.sandmessages.Action
Return a single String summary of the possible enum values for debug and similar purposes.
getActionTypeFieldPrintValue() - Method in class org.sandev.ui.sandmessages.Action
Return the print name of the actionType field.
getActionTypeFlag(int) - Static method in class org.sandev.ui.sandmessages.Action
Field flag accessor.
getActionTypeInvalidValue() - Static method in class org.sandev.ui.sandmessages.Action
Invalid value for actionType.
getActionTypeKeyVals() - Static method in class org.sandev.ui.sandmessages.Action
Return an array of unique keys for the values of this field.
getActionTypeMetatype() - Method in class org.sandev.ui.sandmessages.Action
Return the metatype text for this field, or "" if no metatype was declared.
getActionTypePrintVals() - Static method in class org.sandev.ui.sandmessages.Action
Return an array of the possible values for this field in display format.
getActionTypePrintValue() - Method in class org.sandev.ui.sandmessages.Action
Retrieve the current value of this field as a print String.
getActionTypeRange() - Method in class org.sandev.ui.sandmessages.Action
Return the range specification for this field
getActionTypeValidityCheck() - Method in class org.sandev.ui.sandmessages.Action
Return the empty string if the value of this field is valid according to the base SAND declarations.
getActionValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the empty string if the value of this field is valid according to the base SAND declarations.
getActions() - Method in class org.sandev.ui.sandmessages.Link
Accessor for actions
getActions(int) - Method in class org.sandev.ui.sandmessages.Link
Returns the element at the specified index.
getActionsDefaultValue() - Static method in class org.sandev.ui.sandmessages.Link
Default value for actions.
getActionsElementInvalidValue() - Static method in class org.sandev.ui.sandmessages.Link
Invalid value for actionselement.
getActionsFlag(int) - Static method in class org.sandev.ui.sandmessages.Link
Field flag accessor.
getActionsInvalidValue() - Static method in class org.sandev.ui.sandmessages.Link
Invalid value for actions.
getActionsMetatype() - Method in class org.sandev.ui.sandmessages.Link
Return the metatype text for this field, or "" if no metatype was declared.
getActionsRange() - Method in class org.sandev.ui.sandmessages.Link
Return the range specification for this field
getActionsValidityCheck() - Method in class org.sandev.ui.sandmessages.Link
Return the empty string if the value of this field is valid according to the base SAND declarations.
getAllFields() - Method in class org.sandev.ui.sandmessages.Action
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.ui.sandmessages.Link
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.ui.sandmessages.SandUI
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.ui.sandmessages.Screen
Return an array of all fields for this class.
getAllFields() - Method in class org.sandev.ui.sandmessages.Value
Return an array of all fields for this class.
getClassEnum() - Method in class org.sandev.ui.util.UIActionHandlerBase
accessor for classEnum
getCollectionMessage() - Method in class org.sandev.ui.sandmessages.Action
Returns null
getCollectionMessage() - Method in class org.sandev.ui.sandmessages.Link
Returns null
getCollectionMessage() - Method in class org.sandev.ui.sandmessages.SandUI
Returns null
getCollectionMessage() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Returns null
getCollectionMessage() - Method in class org.sandev.ui.sandmessages.Screen
Returns a new ScreenCollection instance
getCollectionMessage() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Returns a new ScreenCollection instance
getCollectionMessage() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Returns a new ScreenCollection instance
getCollectionMessage() - Method in class org.sandev.ui.sandmessages.Value
Returns null
getComplete() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Accessor for complete
getCompleteDefaultValue() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Default value for complete.
getCompleteFieldPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the print name of the complete field.
getCompleteFlag(int) - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Field flag accessor.
getCompleteMetatype() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the metatype text for this field, or "" if no metatype was declared.
getCompletePrintValue() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Retrieve the current value of this field as a print String.
getCompleteRange() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the range specification for this field
getCompleteValidityCheck() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the empty string if the value of this field is valid according to the base SAND declarations.
getDefaultSecurity() - Method in class org.sandev.ui.sandmessages.SandUI
Accessor for defaultSecurity
getDefaultSecurityActualVals() - Static method in class org.sandev.ui.sandmessages.SandUI
Return an array of the possible values for this field as Strings.
getDefaultSecurityDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Default value for defaultSecurity.
getDefaultSecurityEnumSummary() - Static method in class org.sandev.ui.sandmessages.SandUI
Return a single String summary of the possible enum values for debug and similar purposes.
getDefaultSecurityFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Return the print name of the defaultSecurity field.
getDefaultSecurityFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUI
Field flag accessor.
getDefaultSecurityInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for defaultSecurity.
getDefaultSecurityKeyVals() - Static method in class org.sandev.ui.sandmessages.SandUI
Return an array of unique keys for the values of this field.
getDefaultSecurityMetatype() - Method in class org.sandev.ui.sandmessages.SandUI
Return the metatype text for this field, or "" if no metatype was declared.
getDefaultSecurityPrintVals() - Static method in class org.sandev.ui.sandmessages.SandUI
Return an array of the possible values for this field in display format.
getDefaultSecurityPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Retrieve the current value of this field as a print String.
getDefaultSecurityRange() - Method in class org.sandev.ui.sandmessages.SandUI
Return the range specification for this field
getDefaultSecurityValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUI
Return the empty string if the value of this field is valid according to the base SAND declarations.
getDefaultTemplate() - Method in class org.sandev.ui.sandmessages.SandUI
Accessor for defaultTemplate
getDefaultTemplateDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Default value for defaultTemplate.
getDefaultTemplateFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Return the print name of the defaultTemplate field.
getDefaultTemplateFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUI
Field flag accessor.
getDefaultTemplateInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for defaultTemplate.
getDefaultTemplateLengthMax() - Static method in class org.sandev.ui.sandmessages.SandUI
Maximum defaultTemplate length is 80 characters
getDefaultTemplateLengthNorm() - Static method in class org.sandev.ui.sandmessages.SandUI
Normal defaultTemplate length is 20 characters
getDefaultTemplateMetatype() - Method in class org.sandev.ui.sandmessages.SandUI
Return the metatype text for this field, or "" if no metatype was declared.
getDefaultTemplatePrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Retrieve the current value of this field as a print String.
getDefaultTemplateRange() - Method in class org.sandev.ui.sandmessages.SandUI
Return the range specification for this field
getDefaultTemplateValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUI
Return the empty string if the value of this field is valid according to the base SAND declarations.
getDisplayFields() - Method in class org.sandev.ui.sandmessages.Action
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.ui.sandmessages.Link
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.ui.sandmessages.SandUI
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.ui.sandmessages.Screen
Return an array of the summary field names for this class.
getDisplayFields() - Method in class org.sandev.ui.sandmessages.Value
Return an array of the summary field names for this class.
getDisplayName() - Method in class org.sandev.ui.sandmessages.Action
Accessor for displayName
getDisplayNameDefaultValue() - Static method in class org.sandev.ui.sandmessages.Action
Default value for displayName.
getDisplayNameFieldPrintValue() - Method in class org.sandev.ui.sandmessages.Action
Return the print name of the displayName field.
getDisplayNameFlag(int) - Static method in class org.sandev.ui.sandmessages.Action
Field flag accessor.
getDisplayNameInvalidValue() - Static method in class org.sandev.ui.sandmessages.Action
Invalid value for displayName.
getDisplayNameLengthMax() - Static method in class org.sandev.ui.sandmessages.Action
Maximum displayName length is 70 characters
getDisplayNameLengthNorm() - Static method in class org.sandev.ui.sandmessages.Action
Normal displayName length is 30 characters
getDisplayNameMetatype() - Method in class org.sandev.ui.sandmessages.Action
Return the metatype text for this field, or "" if no metatype was declared.
getDisplayNamePrintValue() - Method in class org.sandev.ui.sandmessages.Action
Retrieve the current value of this field as a print String.
getDisplayNameRange() - Method in class org.sandev.ui.sandmessages.Action
Return the range specification for this field
getDisplayNameValidityCheck() - Method in class org.sandev.ui.sandmessages.Action
Return the empty string if the value of this field is valid according to the base SAND declarations.
getDisplayValue() - Method in class org.sandev.ui.sandmessages.Value
Accessor for displayValue
getDisplayValueDefaultValue() - Static method in class org.sandev.ui.sandmessages.Value
Default value for displayValue.
getDisplayValueFieldPrintValue() - Method in class org.sandev.ui.sandmessages.Value
Return the print name of the displayValue field.
getDisplayValueFlag(int) - Static method in class org.sandev.ui.sandmessages.Value
Field flag accessor.
getDisplayValueInvalidValue() - Static method in class org.sandev.ui.sandmessages.Value
Invalid value for displayValue.
getDisplayValueLengthMax() - Static method in class org.sandev.ui.sandmessages.Value
Maximum displayValue length is 70 characters
getDisplayValueLengthNorm() - Static method in class org.sandev.ui.sandmessages.Value
Normal displayValue length is 30 characters
getDisplayValueMetatype() - Method in class org.sandev.ui.sandmessages.Value
Return the metatype text for this field, or "" if no metatype was declared.
getDisplayValuePrintValue() - Method in class org.sandev.ui.sandmessages.Value
Retrieve the current value of this field as a print String.
getDisplayValueRange() - Method in class org.sandev.ui.sandmessages.Value
Return the range specification for this field
getDisplayValueValidityCheck() - Method in class org.sandev.ui.sandmessages.Value
Return the empty string if the value of this field is valid according to the base SAND declarations.
getDisplayValues() - Method in class org.sandev.ui.sandmessages.Action
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.ui.sandmessages.Action
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.ui.sandmessages.Link
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.ui.sandmessages.Link
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.ui.sandmessages.SandUI
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.ui.sandmessages.SandUI
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.ui.sandmessages.Screen
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.ui.sandmessages.Screen
Return the values for the summary fields, including dereference expressions.
getDisplayValues() - Method in class org.sandev.ui.sandmessages.Value
Return the values for the summary fields.
getDisplayValues(IDLookup, AuthUser, String) - Method in class org.sandev.ui.sandmessages.Value
Return the values for the summary fields, including dereference expressions.
getElements() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Specified by SandCollectionMessage interface
getEntryPoints() - Method in class org.sandev.ui.sandmessages.SandUI
Accessor for entryPoints
getEntryPoints(int) - Method in class org.sandev.ui.sandmessages.SandUI
Returns the element at the specified index.
getEntryPointsDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Default value for entryPoints.
getEntryPointsElementInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for entryPointselement.
getEntryPointsFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUI
Field flag accessor.
getEntryPointsInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for entryPoints.
getEntryPointsLengthMax() - Static method in class org.sandev.ui.sandmessages.SandUI
Maximum entryPoints length is 70 characters
getEntryPointsLengthNorm() - Static method in class org.sandev.ui.sandmessages.SandUI
Normal entryPoints length is 30 characters
getEntryPointsMetatype() - Method in class org.sandev.ui.sandmessages.SandUI
Return the metatype text for this field, or "" if no metatype was declared.
getEntryPointsRange() - Method in class org.sandev.ui.sandmessages.SandUI
Return the range specification for this field
getEntryPointsValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUI
Return the empty string if the value of this field is valid according to the base SAND declarations.
getErrorTemplate() - Method in class org.sandev.ui.sandmessages.SandUI
Accessor for errorTemplate
getErrorTemplateDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Default value for errorTemplate.
getErrorTemplateFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Return the print name of the errorTemplate field.
getErrorTemplateFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUI
Field flag accessor.
getErrorTemplateInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for errorTemplate.
getErrorTemplateLengthMax() - Static method in class org.sandev.ui.sandmessages.SandUI
Maximum errorTemplate length is 80 characters
getErrorTemplateLengthNorm() - Static method in class org.sandev.ui.sandmessages.SandUI
Normal errorTemplate length is 20 characters
getErrorTemplateMetatype() - Method in class org.sandev.ui.sandmessages.SandUI
Return the metatype text for this field, or "" if no metatype was declared.
getErrorTemplatePrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Retrieve the current value of this field as a print String.
getErrorTemplateRange() - Method in class org.sandev.ui.sandmessages.SandUI
Return the range specification for this field
getErrorTemplateValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUI
Return the empty string if the value of this field is valid according to the base SAND declarations.
getFormState() - Method in class org.sandev.ui.sandmessages.Link
Accessor for formState
getFormStateDefaultValue() - Static method in class org.sandev.ui.sandmessages.Link
Default value for formState.
getFormStateFieldPrintValue() - Method in class org.sandev.ui.sandmessages.Link
Return the print name of the formState field.
getFormStateFlag(int) - Static method in class org.sandev.ui.sandmessages.Link
Field flag accessor.
getFormStateInvalidValue() - Static method in class org.sandev.ui.sandmessages.Link
Invalid value for formState.
getFormStateMetatype() - Method in class org.sandev.ui.sandmessages.Link
Return the metatype text for this field, or "" if no metatype was declared.
getFormStatePrintValue() - Method in class org.sandev.ui.sandmessages.Link
Retrieve the current value of this field as a print String.
getFormStateRange() - Method in class org.sandev.ui.sandmessages.Link
Return the range specification for this field
getFormStateValidityCheck() - Method in class org.sandev.ui.sandmessages.Link
Return the empty string if the value of this field is valid according to the base SAND declarations.
getFunction() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Accessor for function
getFunctionActualVals() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Return an array of the possible values for this field as Strings.
getFunctionDefaultValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Default value for function.
getFunctionEnumSummary() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Return a single String summary of the possible enum values for debug and similar purposes.
getFunctionFieldPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the print name of the function field.
getFunctionFlag(int) - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Field flag accessor.
getFunctionInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Invalid value for function.
getFunctionKeyVals() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Return an array of unique keys for the values of this field.
getFunctionMetatype() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the metatype text for this field, or "" if no metatype was declared.
getFunctionPrintVals() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Return an array of the possible values for this field in display format.
getFunctionPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Retrieve the current value of this field as a print String.
getFunctionRange() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the range specification for this field
getFunctionValidityCheck() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the empty string if the value of this field is valid according to the base SAND declarations.
getInitActionName(Link) - Static method in class org.sandev.ui.util.LinkUtil
Given a form link, return the name of the initialization action for it.
getInitialDisplay() - Method in class org.sandev.ui.sandmessages.SandUI
Accessor for initialDisplay
getInitialDisplayActualVals() - Static method in class org.sandev.ui.sandmessages.SandUI
Return an array of the possible values for this field as Strings.
getInitialDisplayDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Default value for initialDisplay.
getInitialDisplayEnumSummary() - Static method in class org.sandev.ui.sandmessages.SandUI
Return a single String summary of the possible enum values for debug and similar purposes.
getInitialDisplayFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Return the print name of the initialDisplay field.
getInitialDisplayFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUI
Field flag accessor.
getInitialDisplayInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for initialDisplay.
getInitialDisplayKeyVals() - Static method in class org.sandev.ui.sandmessages.SandUI
Return an array of unique keys for the values of this field.
getInitialDisplayMetatype() - Method in class org.sandev.ui.sandmessages.SandUI
Return the metatype text for this field, or "" if no metatype was declared.
getInitialDisplayPrintVals() - Static method in class org.sandev.ui.sandmessages.SandUI
Return an array of the possible values for this field in display format.
getInitialDisplayPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Retrieve the current value of this field as a print String.
getInitialDisplayRange() - Method in class org.sandev.ui.sandmessages.SandUI
Return the range specification for this field
getInitialDisplayValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUI
Return the empty string if the value of this field is valid according to the base SAND declarations.
getInstance() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Generalized accessor for the update instance
getInstanceID() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the uniqueID of the update instance, or -1 if it is not a persistent message.
getLinkType() - Method in class org.sandev.ui.sandmessages.Link
Accessor for linkType
getLinkTypeActualVals() - Static method in class org.sandev.ui.sandmessages.Link
Return an array of the possible values for this field as Strings.
getLinkTypeDefaultValue() - Static method in class org.sandev.ui.sandmessages.Link
Default value for linkType.
getLinkTypeEnumSummary() - Static method in class org.sandev.ui.sandmessages.Link
Return a single String summary of the possible enum values for debug and similar purposes.
getLinkTypeFieldPrintValue() - Method in class org.sandev.ui.sandmessages.Link
Return the print name of the linkType field.
getLinkTypeFlag(int) - Static method in class org.sandev.ui.sandmessages.Link
Field flag accessor.
getLinkTypeInvalidValue() - Static method in class org.sandev.ui.sandmessages.Link
Invalid value for linkType.
getLinkTypeKeyVals() - Static method in class org.sandev.ui.sandmessages.Link
Return an array of unique keys for the values of this field.
getLinkTypeMetatype() - Method in class org.sandev.ui.sandmessages.Link
Return the metatype text for this field, or "" if no metatype was declared.
getLinkTypePrintVals() - Static method in class org.sandev.ui.sandmessages.Link
Return an array of the possible values for this field in display format.
getLinkTypePrintValue() - Method in class org.sandev.ui.sandmessages.Link
Retrieve the current value of this field as a print String.
getLinkTypeRange() - Method in class org.sandev.ui.sandmessages.Link
Return the range specification for this field
getLinkTypeValidityCheck() - Method in class org.sandev.ui.sandmessages.Link
Return the empty string if the value of this field is valid according to the base SAND declarations.
getLinks() - Method in class org.sandev.ui.sandmessages.Screen
Accessor for links
getLinks(int) - Method in class org.sandev.ui.sandmessages.Screen
Returns the element at the specified index.
getLinksDefaultValue() - Static method in class org.sandev.ui.sandmessages.Screen
Default value for links.
getLinksElementInvalidValue() - Static method in class org.sandev.ui.sandmessages.Screen
Invalid value for linkselement.
getLinksFlag(int) - Static method in class org.sandev.ui.sandmessages.Screen
Field flag accessor.
getLinksInvalidValue() - Static method in class org.sandev.ui.sandmessages.Screen
Invalid value for links.
getLinksMetatype() - Method in class org.sandev.ui.sandmessages.Screen
Return the metatype text for this field, or "" if no metatype was declared.
getLinksRange() - Method in class org.sandev.ui.sandmessages.Screen
Return the range specification for this field
getLinksValidityCheck() - Method in class org.sandev.ui.sandmessages.Screen
Return the empty string if the value of this field is valid according to the base SAND declarations.
getLocaleCountries() - Method in class org.sandev.ui.sandmessages.SandUI
Accessor for localeCountries
getLocaleCountries(int) - Method in class org.sandev.ui.sandmessages.SandUI
Returns the element at the specified index.
getLocaleCountriesDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Default value for localeCountries.
getLocaleCountriesElementInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for localeCountrieselement.
getLocaleCountriesFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUI
Field flag accessor.
getLocaleCountriesInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for localeCountries.
getLocaleCountriesLengthMax() - Static method in class org.sandev.ui.sandmessages.SandUI
Maximum localeCountries length is 70 characters
getLocaleCountriesLengthNorm() - Static method in class org.sandev.ui.sandmessages.SandUI
Normal localeCountries length is 30 characters
getLocaleCountriesMetatype() - Method in class org.sandev.ui.sandmessages.SandUI
Return the metatype text for this field, or "" if no metatype was declared.
getLocaleCountriesRange() - Method in class org.sandev.ui.sandmessages.SandUI
Return the range specification for this field
getLocaleCountriesValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUI
Return the empty string if the value of this field is valid according to the base SAND declarations.
getLocaleLanguages() - Method in class org.sandev.ui.sandmessages.SandUI
Accessor for localeLanguages
getLocaleLanguages(int) - Method in class org.sandev.ui.sandmessages.SandUI
Returns the element at the specified index.
getLocaleLanguagesDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Default value for localeLanguages.
getLocaleLanguagesElementInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for localeLanguageselement.
getLocaleLanguagesFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUI
Field flag accessor.
getLocaleLanguagesInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for localeLanguages.
getLocaleLanguagesLengthMax() - Static method in class org.sandev.ui.sandmessages.SandUI
Maximum localeLanguages length is 70 characters
getLocaleLanguagesLengthNorm() - Static method in class org.sandev.ui.sandmessages.SandUI
Normal localeLanguages length is 30 characters
getLocaleLanguagesMetatype() - Method in class org.sandev.ui.sandmessages.SandUI
Return the metatype text for this field, or "" if no metatype was declared.
getLocaleLanguagesRange() - Method in class org.sandev.ui.sandmessages.SandUI
Return the range specification for this field
getLocaleLanguagesValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUI
Return the empty string if the value of this field is valid according to the base SAND declarations.
getLocaleVariants() - Method in class org.sandev.ui.sandmessages.SandUI
Accessor for localeVariants
getLocaleVariants(int) - Method in class org.sandev.ui.sandmessages.SandUI
Returns the element at the specified index.
getLocaleVariantsDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Default value for localeVariants.
getLocaleVariantsElementInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for localeVariantselement.
getLocaleVariantsFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUI
Field flag accessor.
getLocaleVariantsInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for localeVariants.
getLocaleVariantsLengthMax() - Static method in class org.sandev.ui.sandmessages.SandUI
Maximum localeVariants length is 70 characters
getLocaleVariantsLengthNorm() - Static method in class org.sandev.ui.sandmessages.SandUI
Normal localeVariants length is 30 characters
getLocaleVariantsMetatype() - Method in class org.sandev.ui.sandmessages.SandUI
Return the metatype text for this field, or "" if no metatype was declared.
getLocaleVariantsRange() - Method in class org.sandev.ui.sandmessages.SandUI
Return the range specification for this field
getLocaleVariantsValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUI
Return the empty string if the value of this field is valid according to the base SAND declarations.
getLoginTemplate() - Method in class org.sandev.ui.sandmessages.SandUI
Accessor for loginTemplate
getLoginTemplateDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Default value for loginTemplate.
getLoginTemplateFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Return the print name of the loginTemplate field.
getLoginTemplateFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUI
Field flag accessor.
getLoginTemplateInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for loginTemplate.
getLoginTemplateLengthMax() - Static method in class org.sandev.ui.sandmessages.SandUI
Maximum loginTemplate length is 80 characters
getLoginTemplateLengthNorm() - Static method in class org.sandev.ui.sandmessages.SandUI
Normal loginTemplate length is 20 characters
getLoginTemplateMetatype() - Method in class org.sandev.ui.sandmessages.SandUI
Return the metatype text for this field, or "" if no metatype was declared.
getLoginTemplatePrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Retrieve the current value of this field as a print String.
getLoginTemplateRange() - Method in class org.sandev.ui.sandmessages.SandUI
Return the range specification for this field
getLoginTemplateValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUI
Return the empty string if the value of this field is valid according to the base SAND declarations.
getMatchInfo() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Accessor for matchInfo
getMatchInfo(int) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Returns the element at the specified index.
getMatchInfoDefaultValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Default value for matchInfo.
getMatchInfoElementInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Invalid value for matchInfoelement.
getMatchInfoFlag(int) - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Field flag accessor.
getMatchInfoInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Invalid value for matchInfo.
getMatchInfoMetatype() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the metatype text for this field, or "" if no metatype was declared.
getMatchInfoRange() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the range specification for this field
getMatchInfoValidityCheck() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the empty string if the value of this field is valid according to the base SAND declarations.
getMaxReturn() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Accessor for maxReturn
getMaxReturnDefaultValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Default value for maxReturn.
getMaxReturnFieldPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the print name of the maxReturn field.
getMaxReturnFlag(int) - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Field flag accessor.
getMaxReturnInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Invalid value for maxReturn.
getMaxReturnMetatype() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the metatype text for this field, or "" if no metatype was declared.
getMaxReturnPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Retrieve the current value of this field as a print String.
getMaxReturnRange() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the range specification for this field
getMaxReturnValidityCheck() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the empty string if the value of this field is valid according to the base SAND declarations.
getMode() - Method in class org.sandev.ui.sandmessages.Link
Accessor for mode
getModeActualVals() - Static method in class org.sandev.ui.sandmessages.Link
Return an array of the possible values for this field as Strings.
getModeDefaultValue() - Static method in class org.sandev.ui.sandmessages.Link
Default value for mode.
getModeEnumSummary() - Static method in class org.sandev.ui.sandmessages.Link
Return a single String summary of the possible enum values for debug and similar purposes.
getModeFieldPrintValue() - Method in class org.sandev.ui.sandmessages.Link
Return the print name of the mode field.
getModeFlag(int) - Static method in class org.sandev.ui.sandmessages.Link
Field flag accessor.
getModeInvalidValue() - Static method in class org.sandev.ui.sandmessages.Link
Invalid value for mode.
getModeKeyVals() - Static method in class org.sandev.ui.sandmessages.Link
Return an array of unique keys for the values of this field.
getModeMetatype() - Method in class org.sandev.ui.sandmessages.Link
Return the metatype text for this field, or "" if no metatype was declared.
getModePrintVals() - Static method in class org.sandev.ui.sandmessages.Link
Return an array of the possible values for this field in display format.
getModePrintValue() - Method in class org.sandev.ui.sandmessages.Link
Retrieve the current value of this field as a print String.
getModeRange() - Method in class org.sandev.ui.sandmessages.Link
Return the range specification for this field
getModeValidityCheck() - Method in class org.sandev.ui.sandmessages.Link
Return the empty string if the value of this field is valid according to the base SAND declarations.
getName() - Method in class org.sandev.ui.sandmessages.Action
Accessor for name
getName() - Method in class org.sandev.ui.sandmessages.Link
Accessor for name
getName() - Method in class org.sandev.ui.sandmessages.SandUI
Accessor for name
getName() - Method in class org.sandev.ui.sandmessages.Screen
Accessor for name
getNameDefaultValue() - Static method in class org.sandev.ui.sandmessages.Action
Default value for name.
getNameDefaultValue() - Static method in class org.sandev.ui.sandmessages.Link
Default value for name.
getNameDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Default value for name.
getNameDefaultValue() - Static method in class org.sandev.ui.sandmessages.Screen
Default value for name.
getNameFieldPrintValue() - Method in class org.sandev.ui.sandmessages.Action
Return the print name of the name field.
getNameFieldPrintValue() - Method in class org.sandev.ui.sandmessages.Link
Return the print name of the name field.
getNameFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Return the print name of the name field.
getNameFieldPrintValue() - Method in class org.sandev.ui.sandmessages.Screen
Return the print name of the name field.
getNameFlag(int) - Static method in class org.sandev.ui.sandmessages.Action
Field flag accessor.
getNameFlag(int) - Static method in class org.sandev.ui.sandmessages.Link
Field flag accessor.
getNameFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUI
Field flag accessor.
getNameFlag(int) - Static method in class org.sandev.ui.sandmessages.Screen
Field flag accessor.
getNameInvalidValue() - Static method in class org.sandev.ui.sandmessages.Action
Invalid value for name.
getNameInvalidValue() - Static method in class org.sandev.ui.sandmessages.Link
Invalid value for name.
getNameInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for name.
getNameInvalidValue() - Static method in class org.sandev.ui.sandmessages.Screen
Invalid value for name.
getNameLengthMax() - Static method in class org.sandev.ui.sandmessages.Action
Maximum name length is 70 characters
getNameLengthMax() - Static method in class org.sandev.ui.sandmessages.Link
Maximum name length is 70 characters
getNameLengthMax() - Static method in class org.sandev.ui.sandmessages.SandUI
Maximum name length is 70 characters
getNameLengthMax() - Static method in class org.sandev.ui.sandmessages.Screen
Maximum name length is 70 characters
getNameLengthNorm() - Static method in class org.sandev.ui.sandmessages.Action
Normal name length is 30 characters
getNameLengthNorm() - Static method in class org.sandev.ui.sandmessages.Link
Normal name length is 30 characters
getNameLengthNorm() - Static method in class org.sandev.ui.sandmessages.SandUI
Normal name length is 30 characters
getNameLengthNorm() - Static method in class org.sandev.ui.sandmessages.Screen
Normal name length is 30 characters
getNameMetatype() - Method in class org.sandev.ui.sandmessages.Action
Return the metatype text for this field, or "" if no metatype was declared.
getNameMetatype() - Method in class org.sandev.ui.sandmessages.Link
Return the metatype text for this field, or "" if no metatype was declared.
getNameMetatype() - Method in class org.sandev.ui.sandmessages.SandUI
Return the metatype text for this field, or "" if no metatype was declared.
getNameMetatype() - Method in class org.sandev.ui.sandmessages.Screen
Return the metatype text for this field, or "" if no metatype was declared.
getNamePrintValue() - Method in class org.sandev.ui.sandmessages.Action
Retrieve the current value of this field as a print String.
getNamePrintValue() - Method in class org.sandev.ui.sandmessages.Link
Retrieve the current value of this field as a print String.
getNamePrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Retrieve the current value of this field as a print String.
getNamePrintValue() - Method in class org.sandev.ui.sandmessages.Screen
Retrieve the current value of this field as a print String.
getNameRange() - Method in class org.sandev.ui.sandmessages.Action
Return the range specification for this field
getNameRange() - Method in class org.sandev.ui.sandmessages.Link
Return the range specification for this field
getNameRange() - Method in class org.sandev.ui.sandmessages.SandUI
Return the range specification for this field
getNameRange() - Method in class org.sandev.ui.sandmessages.Screen
Return the range specification for this field
getNameValidityCheck() - Method in class org.sandev.ui.sandmessages.Action
Return the empty string if the value of this field is valid according to the base SAND declarations.
getNameValidityCheck() - Method in class org.sandev.ui.sandmessages.Link
Return the empty string if the value of this field is valid according to the base SAND declarations.
getNameValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUI
Return the empty string if the value of this field is valid according to the base SAND declarations.
getNameValidityCheck() - Method in class org.sandev.ui.sandmessages.Screen
Return the empty string if the value of this field is valid according to the base SAND declarations.
getNodeName() - Method in interface org.sandev.ui.util.OwnerNodeNameLookup
Returns the name of the local UIFormOwner node.
getOperationFields() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Accessor for operationFields
getOperationFieldsDefaultValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Default value for operationFields.
getOperationFieldsFieldPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the print name of the operationFields field.
getOperationFieldsFlag(int) - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Field flag accessor.
getOperationFieldsInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Invalid value for operationFields.
getOperationFieldsLengthMax() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Maximum operationFields length is 70 characters
getOperationFieldsLengthNorm() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Normal operationFields length is 30 characters
getOperationFieldsMetatype() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the metatype text for this field, or "" if no metatype was declared.
getOperationFieldsPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Retrieve the current value of this field as a print String.
getOperationFieldsRange() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the range specification for this field
getOperationFieldsValidityCheck() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the empty string if the value of this field is valid according to the base SAND declarations.
getOrderBy() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Accessor for orderBy
getOrderByDefaultValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Default value for orderBy.
getOrderByFieldPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the print name of the orderBy field.
getOrderByFlag(int) - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Field flag accessor.
getOrderByInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Invalid value for orderBy.
getOrderByLengthMax() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Maximum orderBy length is 70 characters
getOrderByLengthNorm() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Normal orderBy length is 30 characters
getOrderByMetatype() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the metatype text for this field, or "" if no metatype was declared.
getOrderByPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Retrieve the current value of this field as a print String.
getOrderByRange() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the range specification for this field
getOrderByValidityCheck() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the empty string if the value of this field is valid according to the base SAND declarations.
getPrimaryFormIndex() - Method in class org.sandev.ui.sandmessages.Screen
Accessor for primaryFormIndex
getPrimaryFormIndexDefaultValue() - Static method in class org.sandev.ui.sandmessages.Screen
Default value for primaryFormIndex.
getPrimaryFormIndexFieldPrintValue() - Method in class org.sandev.ui.sandmessages.Screen
Return the print name of the primaryFormIndex field.
getPrimaryFormIndexFlag(int) - Static method in class org.sandev.ui.sandmessages.Screen
Field flag accessor.
getPrimaryFormIndexInvalidValue() - Static method in class org.sandev.ui.sandmessages.Screen
Invalid value for primaryFormIndex.
getPrimaryFormIndexMetatype() - Method in class org.sandev.ui.sandmessages.Screen
Return the metatype text for this field, or "" if no metatype was declared.
getPrimaryFormIndexPrintValue() - Method in class org.sandev.ui.sandmessages.Screen
Retrieve the current value of this field as a print String.
getPrimaryFormIndexRange() - Method in class org.sandev.ui.sandmessages.Screen
Return the range specification for this field
getPrimaryFormIndexValidityCheck() - Method in class org.sandev.ui.sandmessages.Screen
Return the empty string if the value of this field is valid according to the base SAND declarations.
getPublicAuthUserID() - Method in class org.sandev.ui.sandmessages.SandUI
Accessor for publicAuthUserID
getPublicAuthUserIDDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Default value for publicAuthUserID.
getPublicAuthUserIDFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Return the print name of the publicAuthUserID field.
getPublicAuthUserIDFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUI
Field flag accessor.
getPublicAuthUserIDInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for publicAuthUserID.
getPublicAuthUserIDMetatype() - Method in class org.sandev.ui.sandmessages.SandUI
Return the metatype text for this field, or "" if no metatype was declared.
getPublicAuthUserIDPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Retrieve the current value of this field as a print String.
getPublicAuthUserIDRange() - Method in class org.sandev.ui.sandmessages.SandUI
Return the range specification for this field
getPublicAuthUserIDValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUI
Return the empty string if the value of this field is valid according to the base SAND declarations.
getQueryMessage() - Method in class org.sandev.ui.sandmessages.Action
Returns null
getQueryMessage() - Method in class org.sandev.ui.sandmessages.Link
Returns null
getQueryMessage() - Method in class org.sandev.ui.sandmessages.SandUI
Returns null
getQueryMessage() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Returns null
getQueryMessage() - Method in class org.sandev.ui.sandmessages.Screen
Returns a new ScreenQuery instance
getQueryMessage() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Returns a new ScreenQuery instance
getQueryMessage() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Returns a new ScreenQuery instance
getQueryMessage() - Method in class org.sandev.ui.sandmessages.Value
Returns null
getQueryResult() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Accessor for queryResult
getQueryResultDefaultValue() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Default value for queryResult.
getQueryResultFieldPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the print name of the queryResult field.
getQueryResultFlag(int) - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Field flag accessor.
getQueryResultInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Invalid value for queryResult.
getQueryResultLengthMax() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Maximum queryResult length is 70 characters
getQueryResultLengthNorm() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Normal queryResult length is 30 characters
getQueryResultMetatype() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the metatype text for this field, or "" if no metatype was declared.
getQueryResultPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Retrieve the current value of this field as a print String.
getQueryResultRange() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the range specification for this field
getQueryResultValidityCheck() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSandTransmissionCount() - Method in class org.sandev.ui.sandmessages.SandUI
Accessor for sandTransmissionCount
getSandTransmissionCount() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Accessor for sandTransmissionCount
getSandTransmissionCount() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Accessor for sandTransmissionCount
getSandTransmissionCount() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Accessor for sandTransmissionCount
getSandTransmissionCountDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Default value for sandTransmissionCount.
getSandTransmissionCountDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Default value for sandTransmissionCount.
getSandTransmissionCountDefaultValue() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Default value for sandTransmissionCount.
getSandTransmissionCountDefaultValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Default value for sandTransmissionCount.
getSandTransmissionCountFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Return the print name of the sandTransmissionCount field.
getSandTransmissionCountFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the print name of the sandTransmissionCount field.
getSandTransmissionCountFieldPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the print name of the sandTransmissionCount field.
getSandTransmissionCountFieldPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the print name of the sandTransmissionCount field.
getSandTransmissionCountFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUI
Field flag accessor.
getSandTransmissionCountFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Field flag accessor.
getSandTransmissionCountFlag(int) - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Field flag accessor.
getSandTransmissionCountFlag(int) - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Field flag accessor.
getSandTransmissionCountInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for sandTransmissionCount.
getSandTransmissionCountInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Invalid value for sandTransmissionCount.
getSandTransmissionCountInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Invalid value for sandTransmissionCount.
getSandTransmissionCountInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Invalid value for sandTransmissionCount.
getSandTransmissionCountMetatype() - Method in class org.sandev.ui.sandmessages.SandUI
Return the metatype text for this field, or "" if no metatype was declared.
getSandTransmissionCountMetatype() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the metatype text for this field, or "" if no metatype was declared.
getSandTransmissionCountMetatype() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the metatype text for this field, or "" if no metatype was declared.
getSandTransmissionCountMetatype() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the metatype text for this field, or "" if no metatype was declared.
getSandTransmissionCountPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Retrieve the current value of this field as a print String.
getSandTransmissionCountPrintValue() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Retrieve the current value of this field as a print String.
getSandTransmissionCountPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Retrieve the current value of this field as a print String.
getSandTransmissionCountPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Retrieve the current value of this field as a print String.
getSandTransmissionCountRange() - Method in class org.sandev.ui.sandmessages.SandUI
Return the range specification for this field
getSandTransmissionCountRange() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the range specification for this field
getSandTransmissionCountRange() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the range specification for this field
getSandTransmissionCountRange() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the range specification for this field
getSandTransmissionCountValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUI
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSandTransmissionCountValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSandTransmissionCountValidityCheck() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSandTransmissionCountValidityCheck() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSandTransmitAuthID() - Method in class org.sandev.ui.sandmessages.SandUI
Accessor for sandTransmitAuthID
getSandTransmitAuthID() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Accessor for sandTransmitAuthID
getSandTransmitAuthID() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Accessor for sandTransmitAuthID
getSandTransmitAuthID() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Accessor for sandTransmitAuthID
getSandTransmitAuthIDDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Default value for sandTransmitAuthID.
getSandTransmitAuthIDDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Default value for sandTransmitAuthID.
getSandTransmitAuthIDDefaultValue() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Default value for sandTransmitAuthID.
getSandTransmitAuthIDDefaultValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Default value for sandTransmitAuthID.
getSandTransmitAuthIDFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Return the print name of the sandTransmitAuthID field.
getSandTransmitAuthIDFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the print name of the sandTransmitAuthID field.
getSandTransmitAuthIDFieldPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the print name of the sandTransmitAuthID field.
getSandTransmitAuthIDFieldPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the print name of the sandTransmitAuthID field.
getSandTransmitAuthIDFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUI
Field flag accessor.
getSandTransmitAuthIDFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Field flag accessor.
getSandTransmitAuthIDFlag(int) - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Field flag accessor.
getSandTransmitAuthIDFlag(int) - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Field flag accessor.
getSandTransmitAuthIDInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for sandTransmitAuthID.
getSandTransmitAuthIDInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Invalid value for sandTransmitAuthID.
getSandTransmitAuthIDInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Invalid value for sandTransmitAuthID.
getSandTransmitAuthIDInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Invalid value for sandTransmitAuthID.
getSandTransmitAuthIDMetatype() - Method in class org.sandev.ui.sandmessages.SandUI
Return the metatype text for this field, or "" if no metatype was declared.
getSandTransmitAuthIDMetatype() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the metatype text for this field, or "" if no metatype was declared.
getSandTransmitAuthIDMetatype() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the metatype text for this field, or "" if no metatype was declared.
getSandTransmitAuthIDMetatype() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the metatype text for this field, or "" if no metatype was declared.
getSandTransmitAuthIDPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Retrieve the current value of this field as a print String.
getSandTransmitAuthIDPrintValue() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Retrieve the current value of this field as a print String.
getSandTransmitAuthIDPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Retrieve the current value of this field as a print String.
getSandTransmitAuthIDPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Retrieve the current value of this field as a print String.
getSandTransmitAuthIDRange() - Method in class org.sandev.ui.sandmessages.SandUI
Return the range specification for this field
getSandTransmitAuthIDRange() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the range specification for this field
getSandTransmitAuthIDRange() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the range specification for this field
getSandTransmitAuthIDRange() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the range specification for this field
getSandTransmitAuthIDValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUI
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSandTransmitAuthIDValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSandTransmitAuthIDValidityCheck() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSandTransmitAuthIDValidityCheck() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSandTransmitErrorMessage() - Method in class org.sandev.ui.sandmessages.SandUI
Accessor for sandTransmitErrorMessage
getSandTransmitErrorMessage() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Accessor for sandTransmitErrorMessage
getSandTransmitErrorMessage() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Accessor for sandTransmitErrorMessage
getSandTransmitErrorMessage() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Accessor for sandTransmitErrorMessage
getSandTransmitErrorMessageDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Default value for sandTransmitErrorMessage.
getSandTransmitErrorMessageDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Default value for sandTransmitErrorMessage.
getSandTransmitErrorMessageDefaultValue() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Default value for sandTransmitErrorMessage.
getSandTransmitErrorMessageDefaultValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Default value for sandTransmitErrorMessage.
getSandTransmitErrorMessageFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Return the print name of the sandTransmitErrorMessage field.
getSandTransmitErrorMessageFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the print name of the sandTransmitErrorMessage field.
getSandTransmitErrorMessageFieldPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the print name of the sandTransmitErrorMessage field.
getSandTransmitErrorMessageFieldPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the print name of the sandTransmitErrorMessage field.
getSandTransmitErrorMessageFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUI
Field flag accessor.
getSandTransmitErrorMessageFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Field flag accessor.
getSandTransmitErrorMessageFlag(int) - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Field flag accessor.
getSandTransmitErrorMessageFlag(int) - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Field flag accessor.
getSandTransmitErrorMessageInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for sandTransmitErrorMessage.
getSandTransmitErrorMessageInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Invalid value for sandTransmitErrorMessage.
getSandTransmitErrorMessageInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Invalid value for sandTransmitErrorMessage.
getSandTransmitErrorMessageInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Invalid value for sandTransmitErrorMessage.
getSandTransmitErrorMessageLengthMax() - Static method in class org.sandev.ui.sandmessages.SandUI
Maximum sandTransmitErrorMessage length is 70 characters
getSandTransmitErrorMessageLengthMax() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Maximum sandTransmitErrorMessage length is 70 characters
getSandTransmitErrorMessageLengthMax() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Maximum sandTransmitErrorMessage length is 70 characters
getSandTransmitErrorMessageLengthMax() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Maximum sandTransmitErrorMessage length is 70 characters
getSandTransmitErrorMessageLengthNorm() - Static method in class org.sandev.ui.sandmessages.SandUI
Normal sandTransmitErrorMessage length is 30 characters
getSandTransmitErrorMessageLengthNorm() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Normal sandTransmitErrorMessage length is 30 characters
getSandTransmitErrorMessageLengthNorm() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Normal sandTransmitErrorMessage length is 30 characters
getSandTransmitErrorMessageLengthNorm() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Normal sandTransmitErrorMessage length is 30 characters
getSandTransmitErrorMessageMetatype() - Method in class org.sandev.ui.sandmessages.SandUI
Return the metatype text for this field, or "" if no metatype was declared.
getSandTransmitErrorMessageMetatype() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the metatype text for this field, or "" if no metatype was declared.
getSandTransmitErrorMessageMetatype() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the metatype text for this field, or "" if no metatype was declared.
getSandTransmitErrorMessageMetatype() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the metatype text for this field, or "" if no metatype was declared.
getSandTransmitErrorMessagePrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Retrieve the current value of this field as a print String.
getSandTransmitErrorMessagePrintValue() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Retrieve the current value of this field as a print String.
getSandTransmitErrorMessagePrintValue() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Retrieve the current value of this field as a print String.
getSandTransmitErrorMessagePrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Retrieve the current value of this field as a print String.
getSandTransmitErrorMessageRange() - Method in class org.sandev.ui.sandmessages.SandUI
Return the range specification for this field
getSandTransmitErrorMessageRange() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the range specification for this field
getSandTransmitErrorMessageRange() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the range specification for this field
getSandTransmitErrorMessageRange() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the range specification for this field
getSandTransmitErrorMessageValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUI
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSandTransmitErrorMessageValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSandTransmitErrorMessageValidityCheck() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSandTransmitErrorMessageValidityCheck() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSandTransmitStatus() - Method in class org.sandev.ui.sandmessages.SandUI
Accessor for sandTransmitStatus
getSandTransmitStatus() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Accessor for sandTransmitStatus
getSandTransmitStatus() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Accessor for sandTransmitStatus
getSandTransmitStatus() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Accessor for sandTransmitStatus
getSandTransmitStatusDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Default value for sandTransmitStatus.
getSandTransmitStatusDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Default value for sandTransmitStatus.
getSandTransmitStatusDefaultValue() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Default value for sandTransmitStatus.
getSandTransmitStatusDefaultValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Default value for sandTransmitStatus.
getSandTransmitStatusFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Return the print name of the sandTransmitStatus field.
getSandTransmitStatusFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the print name of the sandTransmitStatus field.
getSandTransmitStatusFieldPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the print name of the sandTransmitStatus field.
getSandTransmitStatusFieldPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the print name of the sandTransmitStatus field.
getSandTransmitStatusFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUI
Field flag accessor.
getSandTransmitStatusFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Field flag accessor.
getSandTransmitStatusFlag(int) - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Field flag accessor.
getSandTransmitStatusFlag(int) - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Field flag accessor.
getSandTransmitStatusInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for sandTransmitStatus.
getSandTransmitStatusInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Invalid value for sandTransmitStatus.
getSandTransmitStatusInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Invalid value for sandTransmitStatus.
getSandTransmitStatusInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Invalid value for sandTransmitStatus.
getSandTransmitStatusMetatype() - Method in class org.sandev.ui.sandmessages.SandUI
Return the metatype text for this field, or "" if no metatype was declared.
getSandTransmitStatusMetatype() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the metatype text for this field, or "" if no metatype was declared.
getSandTransmitStatusMetatype() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the metatype text for this field, or "" if no metatype was declared.
getSandTransmitStatusMetatype() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the metatype text for this field, or "" if no metatype was declared.
getSandTransmitStatusPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Retrieve the current value of this field as a print String.
getSandTransmitStatusPrintValue() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Retrieve the current value of this field as a print String.
getSandTransmitStatusPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Retrieve the current value of this field as a print String.
getSandTransmitStatusPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Retrieve the current value of this field as a print String.
getSandTransmitStatusRange() - Method in class org.sandev.ui.sandmessages.SandUI
Return the range specification for this field
getSandTransmitStatusRange() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the range specification for this field
getSandTransmitStatusRange() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the range specification for this field
getSandTransmitStatusRange() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the range specification for this field
getSandTransmitStatusValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUI
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSandTransmitStatusValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSandTransmitStatusValidityCheck() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSandTransmitStatusValidityCheck() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSandUI() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Accessor for sandUI
getSandUIDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Default value for sandUI.
getSandUIFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the print name of the sandUI field.
getSandUIFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Field flag accessor.
getSandUIInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUIUpdate
Invalid value for sandUI.
getSandUIMetatype() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the metatype text for this field, or "" if no metatype was declared.
getSandUIPrintValue() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Retrieve the current value of this field as a print String.
getSandUIRange() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the range specification for this field
getSandUIValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Return the empty string if the value of this field is valid according to the base SAND declarations.
getScreen(UIRenderInput, SandUI, UIFormOwner, AuthUser, UserWorkLog, Locale) - Method in interface org.sandev.ui.util.UIScreenAdaptor
Given a map of our current parameter names and values, reconstruct the Screen object and return it.
getScreens() - Method in class org.sandev.ui.sandmessages.SandUI
Accessor for screens
getScreens(int) - Method in class org.sandev.ui.sandmessages.SandUI
Returns the element at the specified index.
getScreens() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Accessor for screens
getScreens(int) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Returns the element at the specified index.
getScreensDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Default value for screens.
getScreensDefaultValue() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Default value for screens.
getScreensElementInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for screenselement.
getScreensElementInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Invalid value for screenselement.
getScreensFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUI
Field flag accessor.
getScreensFlag(int) - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Field flag accessor.
getScreensInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for screens.
getScreensInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenCollection
Invalid value for screens.
getScreensMetatype() - Method in class org.sandev.ui.sandmessages.SandUI
Return the metatype text for this field, or "" if no metatype was declared.
getScreensMetatype() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the metatype text for this field, or "" if no metatype was declared.
getScreensRange() - Method in class org.sandev.ui.sandmessages.SandUI
Return the range specification for this field
getScreensRange() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the range specification for this field
getScreensValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUI
Return the empty string if the value of this field is valid according to the base SAND declarations.
getScreensValidityCheck() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the empty string if the value of this field is valid according to the base SAND declarations.
getSecurity() - Method in class org.sandev.ui.sandmessages.Screen
Accessor for security
getSecurityActualVals() - Static method in class org.sandev.ui.sandmessages.Screen
Return an array of the possible values for this field as Strings.
getSecurityDefaultValue() - Static method in class org.sandev.ui.sandmessages.Screen
Default value for security.
getSecurityEnumSummary() - Static method in class org.sandev.ui.sandmessages.Screen
Return a single String summary of the possible enum values for debug and similar purposes.
getSecurityFieldPrintValue() - Method in class org.sandev.ui.sandmessages.Screen
Return the print name of the security field.
getSecurityFlag(int) - Static method in class org.sandev.ui.sandmessages.Screen
Field flag accessor.
getSecurityInvalidValue() - Static method in class org.sandev.ui.sandmessages.Screen
Invalid value for security.
getSecurityKeyVals() - Static method in class org.sandev.ui.sandmessages.Screen
Return an array of unique keys for the values of this field.
getSecurityMetatype() - Method in class org.sandev.ui.sandmessages.Screen
Return the metatype text for this field, or "" if no metatype was declared.
getSecurityPrintVals() - Static method in class org.sandev.ui.sandmessages.Screen
Return an array of the possible values for this field in display format.
getSecurityPrintValue() - Method in class org.sandev.ui.sandmessages.Screen
Retrieve the current value of this field as a print String.
getSecurityRange() - Method in class org.sandev.ui.sandmessages.Screen
Return the range specification for this field
getSecurityValidityCheck() - Method in class org.sandev.ui.sandmessages.Screen
Return the empty string if the value of this field is valid according to the base SAND declarations.
getShortName() - Method in class org.sandev.ui.sandmessages.Action
Returns the unqualified name of this message.
getShortName() - Method in class org.sandev.ui.sandmessages.Link
Returns the unqualified name of this message.
getShortName() - Method in class org.sandev.ui.sandmessages.SandUI
Returns the unqualified name of this message.
getShortName() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Returns the unqualified name of this message.
getShortName() - Method in class org.sandev.ui.sandmessages.Screen
Returns the unqualified name of this message.
getShortName() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Returns the unqualified name of this message.
getShortName() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Returns the unqualified name of this message.
getShortName() - Method in class org.sandev.ui.sandmessages.Value
Returns the unqualified name of this message.
getSource() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Generalized accessor for the source
getSpecifiedInstance(UIFormContext, UIFormOwner, AuthUser) - Method in class org.sandev.ui.util.UIActionHandlerBase
Get specified instance.
getStructMessage() - Method in class org.sandev.ui.sandmessages.Action
Returns a new Action instance
getStructMessage() - Method in class org.sandev.ui.sandmessages.Link
Returns a new Link instance
getStructMessage() - Method in class org.sandev.ui.sandmessages.SandUI
Returns a new SandUI instance
getStructMessage() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Returns a new SandUI instance
getStructMessage() - Method in class org.sandev.ui.sandmessages.Screen
Returns a new Screen instance
getStructMessage() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Returns a new Screen instance
getStructMessage() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Returns a new Screen instance
getStructMessage() - Method in class org.sandev.ui.sandmessages.Value
Returns a new Value instance
getTabs() - Method in class org.sandev.ui.sandmessages.Link
Accessor for tabs
getTabs(int) - Method in class org.sandev.ui.sandmessages.Link
Returns the element at the specified index.
getTabsDefaultValue() - Static method in class org.sandev.ui.sandmessages.Link
Default value for tabs.
getTabsElementInvalidValue() - Static method in class org.sandev.ui.sandmessages.Link
Invalid value for tabselement.
getTabsFlag(int) - Static method in class org.sandev.ui.sandmessages.Link
Field flag accessor.
getTabsInvalidValue() - Static method in class org.sandev.ui.sandmessages.Link
Invalid value for tabs.
getTabsMetatype() - Method in class org.sandev.ui.sandmessages.Link
Return the metatype text for this field, or "" if no metatype was declared.
getTabsRange() - Method in class org.sandev.ui.sandmessages.Link
Return the range specification for this field
getTabsValidityCheck() - Method in class org.sandev.ui.sandmessages.Link
Return the empty string if the value of this field is valid according to the base SAND declarations.
getTarget() - Method in class org.sandev.ui.sandmessages.Link
Accessor for target
getTargetDefaultValue() - Static method in class org.sandev.ui.sandmessages.Link
Default value for target.
getTargetFieldPrintValue() - Method in class org.sandev.ui.sandmessages.Link
Return the print name of the target field.
getTargetFlag(int) - Static method in class org.sandev.ui.sandmessages.Link
Field flag accessor.
getTargetInvalidValue() - Static method in class org.sandev.ui.sandmessages.Link
Invalid value for target.
getTargetLengthMax() - Static method in class org.sandev.ui.sandmessages.Link
Maximum target length is 70 characters
getTargetLengthNorm() - Static method in class org.sandev.ui.sandmessages.Link
Normal target length is 30 characters
getTargetMetatype() - Method in class org.sandev.ui.sandmessages.Link
Return the metatype text for this field, or "" if no metatype was declared.
getTargetPrintValue() - Method in class org.sandev.ui.sandmessages.Link
Retrieve the current value of this field as a print String.
getTargetRange() - Method in class org.sandev.ui.sandmessages.Link
Return the range specification for this field
getTargetValidityCheck() - Method in class org.sandev.ui.sandmessages.Link
Return the empty string if the value of this field is valid according to the base SAND declarations.
getTemplate() - Method in class org.sandev.ui.sandmessages.Link
Accessor for template
getTemplate() - Method in class org.sandev.ui.sandmessages.Screen
Accessor for template
getTemplateDefaultValue() - Static method in class org.sandev.ui.sandmessages.Link
Default value for template.
getTemplateDefaultValue() - Static method in class org.sandev.ui.sandmessages.Screen
Default value for template.
getTemplateFieldPrintValue() - Method in class org.sandev.ui.sandmessages.Link
Return the print name of the template field.
getTemplateFieldPrintValue() - Method in class org.sandev.ui.sandmessages.Screen
Return the print name of the template field.
getTemplateFlag(int) - Static method in class org.sandev.ui.sandmessages.Link
Field flag accessor.
getTemplateFlag(int) - Static method in class org.sandev.ui.sandmessages.Screen
Field flag accessor.
getTemplateInvalidValue() - Static method in class org.sandev.ui.sandmessages.Link
Invalid value for template.
getTemplateInvalidValue() - Static method in class org.sandev.ui.sandmessages.Screen
Invalid value for template.
getTemplateLengthMax() - Static method in class org.sandev.ui.sandmessages.Link
Maximum template length is 70 characters
getTemplateLengthMax() - Static method in class org.sandev.ui.sandmessages.Screen
Maximum template length is 80 characters
getTemplateLengthNorm() - Static method in class org.sandev.ui.sandmessages.Link
Normal template length is 30 characters
getTemplateLengthNorm() - Static method in class org.sandev.ui.sandmessages.Screen
Normal template length is 20 characters
getTemplateMetatype() - Method in class org.sandev.ui.sandmessages.Link
Return the metatype text for this field, or "" if no metatype was declared.
getTemplateMetatype() - Method in class org.sandev.ui.sandmessages.Screen
Return the metatype text for this field, or "" if no metatype was declared.
getTemplatePrintValue() - Method in class org.sandev.ui.sandmessages.Link
Retrieve the current value of this field as a print String.
getTemplatePrintValue() - Method in class org.sandev.ui.sandmessages.Screen
Retrieve the current value of this field as a print String.
getTemplateRange() - Method in class org.sandev.ui.sandmessages.Link
Return the range specification for this field
getTemplateRange() - Method in class org.sandev.ui.sandmessages.Screen
Return the range specification for this field
getTemplateValidityCheck() - Method in class org.sandev.ui.sandmessages.Link
Return the empty string if the value of this field is valid according to the base SAND declarations.
getTemplateValidityCheck() - Method in class org.sandev.ui.sandmessages.Screen
Return the empty string if the value of this field is valid according to the base SAND declarations.
getTitle() - Method in class org.sandev.ui.sandmessages.Link
Accessor for title
getTitleDefaultValue() - Static method in class org.sandev.ui.sandmessages.Link
Default value for title.
getTitleFieldPrintValue() - Method in class org.sandev.ui.sandmessages.Link
Return the print name of the title field.
getTitleFlag(int) - Static method in class org.sandev.ui.sandmessages.Link
Field flag accessor.
getTitleInvalidValue() - Static method in class org.sandev.ui.sandmessages.Link
Invalid value for title.
getTitleLengthMax() - Static method in class org.sandev.ui.sandmessages.Link
Maximum title length is 70 characters
getTitleLengthNorm() - Static method in class org.sandev.ui.sandmessages.Link
Normal title length is 30 characters
getTitleMetatype() - Method in class org.sandev.ui.sandmessages.Link
Return the metatype text for this field, or "" if no metatype was declared.
getTitlePrintValue() - Method in class org.sandev.ui.sandmessages.Link
Retrieve the current value of this field as a print String.
getTitleRange() - Method in class org.sandev.ui.sandmessages.Link
Return the range specification for this field
getTitleValidityCheck() - Method in class org.sandev.ui.sandmessages.Link
Return the empty string if the value of this field is valid according to the base SAND declarations.
getUniqueIDAfter() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Accessor for uniqueIDAfter
getUniqueIDAfterDefaultValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Default value for uniqueIDAfter.
getUniqueIDAfterFieldPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the print name of the uniqueIDAfter field.
getUniqueIDAfterFlag(int) - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Field flag accessor.
getUniqueIDAfterInvalidValue() - Static method in class org.sandev.ui.sandmessages.ScreenQuery
Invalid value for uniqueIDAfter.
getUniqueIDAfterMetatype() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the metatype text for this field, or "" if no metatype was declared.
getUniqueIDAfterPrintValue() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Retrieve the current value of this field as a print String.
getUniqueIDAfterRange() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the range specification for this field
getUniqueIDAfterValidityCheck() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the empty string if the value of this field is valid according to the base SAND declarations.
getUpdateMessage() - Method in class org.sandev.ui.sandmessages.Action
Returns null
getUpdateMessage() - Method in class org.sandev.ui.sandmessages.Link
Returns null
getUpdateMessage() - Method in class org.sandev.ui.sandmessages.SandUI
Returns a new SandUIUpdate instance
getUpdateMessage() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Returns a new SandUIUpdate instance
getUpdateMessage() - Method in class org.sandev.ui.sandmessages.Screen
Returns null
getUpdateMessage() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Returns null
getUpdateMessage() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Returns null
getUpdateMessage() - Method in class org.sandev.ui.sandmessages.Value
Returns null
getValueForFieldName(String, IDLookup, AuthUser, String) - Method in class org.sandev.ui.sandmessages.Action
Returns the print representation of the value of the specified field, or the given default value if innaccessible.
getValueForFieldName(String, IDLookup, AuthUser, String) - Method in class org.sandev.ui.sandmessages.Link
Returns the print representation of the value of the specified field, or the given default value if innaccessible.
getValueForFieldName(String, IDLookup, AuthUser, String) - Method in class org.sandev.ui.sandmessages.SandUI
Returns the print representation of the value of the specified field, or the given default value if innaccessible.
getValueForFieldName(String, IDLookup, AuthUser, String) - Method in class org.sandev.ui.sandmessages.Screen
Returns the print representation of the value of the specified field, or the given default value if innaccessible.
getValueForFieldName(String, IDLookup, AuthUser, String) - Method in class org.sandev.ui.sandmessages.Value
Returns the print representation of the value of the specified field, or the given default value if innaccessible.
getWelcomeTemplate() - Method in class org.sandev.ui.sandmessages.SandUI
Accessor for welcomeTemplate
getWelcomeTemplateDefaultValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Default value for welcomeTemplate.
getWelcomeTemplateFieldPrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Return the print name of the welcomeTemplate field.
getWelcomeTemplateFlag(int) - Static method in class org.sandev.ui.sandmessages.SandUI
Field flag accessor.
getWelcomeTemplateInvalidValue() - Static method in class org.sandev.ui.sandmessages.SandUI
Invalid value for welcomeTemplate.
getWelcomeTemplateLengthMax() - Static method in class org.sandev.ui.sandmessages.SandUI
Maximum welcomeTemplate length is 80 characters
getWelcomeTemplateLengthNorm() - Static method in class org.sandev.ui.sandmessages.SandUI
Normal welcomeTemplate length is 20 characters
getWelcomeTemplateMetatype() - Method in class org.sandev.ui.sandmessages.SandUI
Return the metatype text for this field, or "" if no metatype was declared.
getWelcomeTemplatePrintValue() - Method in class org.sandev.ui.sandmessages.SandUI
Retrieve the current value of this field as a print String.
getWelcomeTemplateRange() - Method in class org.sandev.ui.sandmessages.SandUI
Return the range specification for this field
getWelcomeTemplateValidityCheck() - Method in class org.sandev.ui.sandmessages.SandUI
Return the empty string if the value of this field is valid according to the base SAND declarations.
getWireframeText() - Method in class org.sandev.ui.sandmessages.Link
Accessor for wireframeText
getWireframeTextDefaultValue() - Static method in class org.sandev.ui.sandmessages.Link
Default value for wireframeText.
getWireframeTextFieldPrintValue() - Method in class org.sandev.ui.sandmessages.Link
Return the print name of the wireframeText field.
getWireframeTextFlag(int) - Static method in class org.sandev.ui.sandmessages.Link
Field flag accessor.
getWireframeTextInvalidValue() - Static method in class org.sandev.ui.sandmessages.Link
Invalid value for wireframeText.
getWireframeTextLengthMax() - Static method in class org.sandev.ui.sandmessages.Link
Maximum wireframeText length is 16384 characters
getWireframeTextLengthNorm() - Static method in class org.sandev.ui.sandmessages.Link
Normal wireframeText length is 512 characters
getWireframeTextMetatype() - Method in class org.sandev.ui.sandmessages.Link
Return the metatype text for this field, or "" if no metatype was declared.
getWireframeTextPrintValue() - Method in class org.sandev.ui.sandmessages.Link
Retrieve the current value of this field as a print String.
getWireframeTextRange() - Method in class org.sandev.ui.sandmessages.Link
Return the range specification for this field
getWireframeTextValidityCheck() - Method in class org.sandev.ui.sandmessages.Link
Return the empty string if the value of this field is valid according to the base SAND declarations.

H

hasClassQueryAccess(String, UIFormOwner, AuthUser) - Method in class org.sandev.ui.util.UIActionHandlerBase
Returns true if this user has unrestricted access to the query form of the specified message class.

I

INITIALDISPLAY_LOGIN - Static variable in class org.sandev.ui.sandmessages.SandUI
Possible value for initialDisplay
INITIALDISPLAY_WELCOME - Static variable in class org.sandev.ui.sandmessages.SandUI
Possible value for initialDisplay
init() - Method in class org.sandev.ui.sandmessages.Action
Initialize all fields to their default values
init() - Method in class org.sandev.ui.sandmessages.Link
Initialize all fields to their default values
init() - Method in class org.sandev.ui.sandmessages.SandUI
Initialize all fields to their default values
init() - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Initialize all fields to their default values
init() - Method in class org.sandev.ui.sandmessages.Screen
Initialize all fields to their default values
init() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Initialize all fields to their default values
init() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Initialize all fields to their default values
init() - Method in class org.sandev.ui.sandmessages.Value
Initialize all fields to their default values
initCollectionDisplay(UIFormContext, String, SandCollectionMessage) - Method in class org.sandev.ui.util.UIActionHandlerBase
This method factors the calls for the standard form context settings used during initialization of a listing display.
initialDisplay - Variable in class org.sandev.ui.structs.SandUIStruct
If no public user is specified, then this indicates which initial display should be used.
initialDisplayActual2Print(String) - Static method in class org.sandev.ui.sandmessages.SandUI
Utility method to transform an actual value for this field into a print value.
initialDisplayLabelToValue(String) - Method in class org.sandev.ui.sandmessages.SandUI
Given a label, return the value for it.
initialDisplayPrint2Actual(String) - Static method in class org.sandev.ui.sandmessages.SandUI
Utility method to transform a print value for this field into an actual value.
initialDisplayPrint2Key(String) - Static method in class org.sandev.ui.sandmessages.SandUI
Utility method to transform a print value for this field into a key value.
initialDisplayValueToLabel(int) - Method in class org.sandev.ui.sandmessages.SandUI
Given a value, return the declared label for it.
insertActions(int, Action) - Method in class org.sandev.ui.sandmessages.Link
Insert the specified element at the specified index.
insertEntryPoints(int, String) - Method in class org.sandev.ui.sandmessages.SandUI
Insert the specified element at the specified index.
insertLinks(int, Link) - Method in class org.sandev.ui.sandmessages.Screen
Insert the specified element at the specified index.
insertLocaleCountries(int, String) - Method in class org.sandev.ui.sandmessages.SandUI
Insert the specified element at the specified index.
insertLocaleLanguages(int, String) - Method in class org.sandev.ui.sandmessages.SandUI
Insert the specified element at the specified index.
insertLocaleVariants(int, String) - Method in class org.sandev.ui.sandmessages.SandUI
Insert the specified element at the specified index.
insertMatchInfo(int, SandAttrVal) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Insert the specified element at the specified index.
insertScreens(int, Screen) - Method in class org.sandev.ui.sandmessages.SandUI
Insert the specified element at the specified index.
insertScreens(int, Screen) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Insert the specified element at the specified index.
insertTabs(int, Action) - Method in class org.sandev.ui.sandmessages.Link
Insert the specified element at the specified index.
isComplete() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Specified by SandCollectionMessage interface
isDefaultSecurityNormal() - Method in class org.sandev.ui.sandmessages.SandUI
boolean accessor for defaultSecurity value
isDefaultSecuritySecure() - Method in class org.sandev.ui.sandmessages.SandUI
boolean accessor for defaultSecurity value
isEquivalent(SandMessage) - Method in class org.sandev.ui.sandmessages.Action
Declared field equivalence check as specified by the SandMessage interface.
isEquivalent(SandMessage) - Method in class org.sandev.ui.sandmessages.Link
Declared field equivalence check as specified by the SandMessage interface.
isEquivalent(SandMessage) - Method in class org.sandev.ui.sandmessages.SandUI
Declared field equivalence check as specified by the SandMessage interface.
isEquivalent(SandMessage) - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Declared field equivalence check as specified by the SandMessage interface.
isEquivalent(SandMessage) - Method in class org.sandev.ui.sandmessages.Screen
Declared field equivalence check as specified by the SandMessage interface.
isEquivalent(SandMessage) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Declared field equivalence check as specified by the SandMessage interface.
isEquivalent(SandMessage) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Declared field equivalence check as specified by the SandMessage interface.
isEquivalent(SandMessage) - Method in class org.sandev.ui.sandmessages.Value
Declared field equivalence check as specified by the SandMessage interface.

L

LINKTYPE_EMPTY - Static variable in class org.sandev.ui.sandmessages.Link
Possible value for linkType
LINKTYPE_FORM - Static variable in class org.sandev.ui.sandmessages.Link
Possible value for linkType
LINKTYPE_TEXT - Static variable in class org.sandev.ui.sandmessages.Link
Possible value for linkType
LOGDEBUG - Static variable in class org.sandev.ui.util.UIActionHandlerBase
 
LOGERROR - Static variable in class org.sandev.ui.util.UIActionHandlerBase
 
LOGINFO - Static variable in class org.sandev.ui.util.UIActionHandlerBase
 
LOGWARN - Static variable in class org.sandev.ui.util.UIActionHandlerBase
 
Link - class org.sandev.ui.sandmessages.Link.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
Link() - Constructor for class org.sandev.ui.sandmessages.Link
Default constructor calls init.
LinkStruct - class org.sandev.ui.structs.LinkStruct.
A link to a ScreenStruct reached either directly as a hyperlink or at the conclusion of processing a form.
LinkStruct() - Constructor for class org.sandev.ui.structs.LinkStruct
 
LinkUtil - class org.sandev.ui.util.LinkUtil.
Special purpose utilities for dealing with Links.
LinkUtil() - Constructor for class org.sandev.ui.util.LinkUtil
 
linkType - Variable in class org.sandev.ui.structs.LinkStruct
How this link should be displayed.
linkTypeActual2Print(String) - Static method in class org.sandev.ui.sandmessages.Link
Utility method to transform an actual value for this field into a print value.
linkTypeLabelToValue(String) - Method in class org.sandev.ui.sandmessages.Link
Given a label, return the value for it.
linkTypePrint2Actual(String) - Static method in class org.sandev.ui.sandmessages.Link
Utility method to transform a print value for this field into an actual value.
linkTypePrint2Key(String) - Static method in class org.sandev.ui.sandmessages.Link
Utility method to transform a print value for this field into a key value.
linkTypeValueToLabel(int) - Method in class org.sandev.ui.sandmessages.Link
Given a value, return the declared label for it.
links - Variable in class org.sandev.ui.structs.ScreenStruct
The links to display on this screen.
linksContains(Link) - Method in class org.sandev.ui.sandmessages.Screen
Returns true if links contains the specified value.
linksIndexOf(Link) - Method in class org.sandev.ui.sandmessages.Screen
Return the index of the specified value in links, or -1 if not found.
localeCountries - Variable in class org.sandev.ui.structs.SandUIStruct
If empty, then all countries are implicitely supported in this UI.
localeCountriesContains(String) - Method in class org.sandev.ui.sandmessages.SandUI
Returns true if localeCountries contains the specified value.
localeCountriesIndexOf(String) - Method in class org.sandev.ui.sandmessages.SandUI
Return the index of the specified value in localeCountries, or -1 if not found.
localeLanguages - Variable in class org.sandev.ui.structs.SandUIStruct
If empty, then all languages are implicitly supported in this UI.
localeLanguagesContains(String) - Method in class org.sandev.ui.sandmessages.SandUI
Returns true if localeLanguages contains the specified value.
localeLanguagesIndexOf(String) - Method in class org.sandev.ui.sandmessages.SandUI
Return the index of the specified value in localeLanguages, or -1 if not found.
localeVariants - Variable in class org.sandev.ui.structs.SandUIStruct
If empty, then all variants are implicitely supported in this UI.
localeVariantsContains(String) - Method in class org.sandev.ui.sandmessages.SandUI
Returns true if localeVariants contains the specified value.
localeVariantsIndexOf(String) - Method in class org.sandev.ui.sandmessages.SandUI
Return the index of the specified value in localeVariants, or -1 if not found.
loginTemplate - Variable in class org.sandev.ui.structs.SandUIStruct
Transformation template for the login display.

M

MODE_PRODUCTION - Static variable in class org.sandev.ui.sandmessages.Link
Possible value for mode
MODE_WIREFRAME - Static variable in class org.sandev.ui.sandmessages.Link
Possible value for mode
matchInfo - Variable in class org.sandev.ui.sandmessages.ScreenQuery
support for SandQueryMessage interface
matchInfoContains(SandAttrVal) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Returns true if matchInfo contains the specified value.
matchInfoIndexOf(SandAttrVal) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Return the index of the specified value in matchInfo, or -1 if not found.
matches(SandStructMessage) - Method in class org.sandev.ui.sandmessages.ScreenQuery
As specified by the SandQueryMessage interface.
maxReturn - Variable in class org.sandev.ui.sandmessages.ScreenQuery
support for SandQueryMessage interface
mode - Variable in class org.sandev.ui.structs.LinkStruct
For prototyping purposes, a link can be optionally deactivated and rendered using placeholder text.
modeActual2Print(String) - Static method in class org.sandev.ui.sandmessages.Link
Utility method to transform an actual value for this field into a print value.
modeLabelToValue(String) - Method in class org.sandev.ui.sandmessages.Link
Given a label, return the value for it.
modePrint2Actual(String) - Static method in class org.sandev.ui.sandmessages.Link
Utility method to transform a print value for this field into an actual value.
modePrint2Key(String) - Static method in class org.sandev.ui.sandmessages.Link
Utility method to transform a print value for this field into a key value.
modeValueToLabel(int) - Method in class org.sandev.ui.sandmessages.Link
Given a value, return the declared label for it.

N

name - Variable in class org.sandev.ui.structs.ActionStruct
The identifying name of this action.
name - Variable in class org.sandev.ui.structs.LinkStruct
The name used to identify this link.
name - Variable in class org.sandev.ui.structs.SandUIStruct
A name identifying this instance.
name - Variable in class org.sandev.ui.structs.ScreenStruct
A unique name identifying this screen.
normalize() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Fix any spacing, quoting and other issues in our match expression fields resulting from lazy input or whatever.

O

OwnerNodeNameLookup - interface org.sandev.ui.util.OwnerNodeNameLookup.
Lookup the instance name for a local support processing node.
operationFields - Variable in class org.sandev.ui.sandmessages.ScreenQuery
support for SandQueryMessage interface
orderBy - Variable in class org.sandev.ui.sandmessages.ScreenQuery
support for SandQueryMessage interface
org.sandev.ui.sandmessages - package org.sandev.ui.sandmessages
 
org.sandev.ui.structs - package org.sandev.ui.structs
 
org.sandev.ui.util - package org.sandev.ui.util
 

P

primaryFormIndex - Variable in class org.sandev.ui.structs.ScreenStruct
The index of the link which functions as the primary form for the screen.
publicAuthUserID - Variable in class org.sandev.ui.structs.SandUIStruct
If the specified value resolves to an AuthUser, then anyone can access the application as that AuthUser.

Q

queryResult - Variable in class org.sandev.ui.sandmessages.ScreenCollection
support for SandCollectionMessage interface

R

RequestAdaptor - interface org.sandev.ui.util.RequestAdaptor.
Adapts a requests coming from an external source to messages understood by the SAND application.
readTemplate(String) - Method in interface org.sandev.ui.util.TemplateReader
Given a template name, return the contents.
referenceValidate(String[], String, IDLookup, NameLookup, AuthUser) - Method in class org.sandev.ui.sandmessages.Action
Validate the references as specified in the Resolvable interface.
referenceValidate(String[], String, IDLookup, NameLookup, AuthUser) - Method in class org.sandev.ui.sandmessages.Link
Validate the references as specified in the Resolvable interface.
referenceValidate(String[], String, IDLookup, NameLookup, AuthUser) - Method in class org.sandev.ui.sandmessages.SandUI
Validate the references as specified in the Resolvable interface.
referenceValidate(String[], String, IDLookup, NameLookup, AuthUser) - Method in class org.sandev.ui.sandmessages.Screen
Validate the references as specified in the Resolvable interface.
referenceValidate(String[], String, IDLookup, NameLookup, AuthUser) - Method in class org.sandev.ui.sandmessages.Value
Validate the references as specified in the Resolvable interface.
reflectiveActionCall(String, UIFormContext, UserWorkLog, UIFormOwner, Object) - Static method in class org.sandev.ui.util.ActionDispatcher
Call the specified action reflectively.
reflectiveActionTest(String, boolean, UIFormContext, UIFormOwner, Object) - Static method in class org.sandev.ui.util.ActionDispatcher
Call the specified action test reflectively.
refreshGlobalDataAction(UIFormContext, UserWorkLog, UIFormOwner, AuthUser) - Method in class org.sandev.ui.util.UIActionHandlerBase
 
removeActions(int) - Method in class org.sandev.ui.sandmessages.Link
Remove the element at the specified index and return it.
removeActionsValue(Action) - Method in class org.sandev.ui.sandmessages.Link
Removes the given element from actions.
removeElement(SandInstanceMessage) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Specified by SandCollectionMessage interface
removeEntryPoints(int) - Method in class org.sandev.ui.sandmessages.SandUI
Remove the element at the specified index and return it.
removeEntryPointsValue(String) - Method in class org.sandev.ui.sandmessages.SandUI
Removes the given element from entryPoints.
removeLinks(int) - Method in class org.sandev.ui.sandmessages.Screen
Remove the element at the specified index and return it.
removeLinksValue(Link) - Method in class org.sandev.ui.sandmessages.Screen
Removes the given element from links.
removeLocaleCountries(int) - Method in class org.sandev.ui.sandmessages.SandUI
Remove the element at the specified index and return it.
removeLocaleCountriesValue(String) - Method in class org.sandev.ui.sandmessages.SandUI
Removes the given element from localeCountries.
removeLocaleLanguages(int) - Method in class org.sandev.ui.sandmessages.SandUI
Remove the element at the specified index and return it.
removeLocaleLanguagesValue(String) - Method in class org.sandev.ui.sandmessages.SandUI
Removes the given element from localeLanguages.
removeLocaleVariants(int) - Method in class org.sandev.ui.sandmessages.SandUI
Remove the element at the specified index and return it.
removeLocaleVariantsValue(String) - Method in class org.sandev.ui.sandmessages.SandUI
Removes the given element from localeVariants.
removeMatchInfo(int) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Remove the element at the specified index and return it.
removeMatchInfoValue(SandAttrVal) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Removes the given element from matchInfo.
removeScreens(int) - Method in class org.sandev.ui.sandmessages.SandUI
Remove the element at the specified index and return it.
removeScreens(int) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Remove the element at the specified index and return it.
removeScreensValue(Screen) - Method in class org.sandev.ui.sandmessages.SandUI
Removes the given element from screens.
removeScreensValue(Screen) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Removes the given element from screens.
removeTabs(int) - Method in class org.sandev.ui.sandmessages.Link
Remove the element at the specified index and return it.
removeTabsValue(Action) - Method in class org.sandev.ui.sandmessages.Link
Removes the given element from tabs.
resetContextToCollection(UIFormContext) - Method in class org.sandev.ui.util.UIActionHandlerBase
This method factors the calls needed to nuke whatever context is captured in the uifc, in preparation for initializing it with a collection display.
resolveEntryPointsReferences(NameLookup, AuthUser) - Method in class org.sandev.ui.sandmessages.SandUI
Converts this array of references into an array of instances, by looking them up.
resolveEntryPointsReferencesNonCrit(NameLookup, AuthUser) - Method in class org.sandev.ui.sandmessages.SandUI
Calls standard method, eating any SandException and returning an empty array.
resolveTargetReference(NameLookup, AuthUser) - Method in class org.sandev.ui.sandmessages.Link
Converts a reference to an instance by looking it up.
resolveTargetReferenceNonCrit(NameLookup, AuthUser) - Method in class org.sandev.ui.sandmessages.Link
Calls standard method, eating any SandException and returning a new instance with all default values instead.

S

SECURITY_DEFAULT - Static variable in class org.sandev.ui.sandmessages.Screen
Possible value for security
SECURITY_SECURE - Static variable in class org.sandev.ui.sandmessages.Screen
Possible value for security
SandTransformer - interface org.sandev.ui.util.SandTransformer.
An abstraction of declarative display customization used in indirect display interfaces.
SandTransformerException - exception org.sandev.ui.util.SandTransformerException.
A specialized exception for all output transformation processing.
SandTransformerException() - Constructor for class org.sandev.ui.util.SandTransformerException
 
SandTransformerException(String) - Constructor for class org.sandev.ui.util.SandTransformerException
 
SandTransformerException(String, Throwable) - Constructor for class org.sandev.ui.util.SandTransformerException
 
SandTransformerException(Throwable) - Constructor for class org.sandev.ui.util.SandTransformerException
 
SandUI - class org.sandev.ui.sandmessages.SandUI.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
SandUI() - Constructor for class org.sandev.ui.sandmessages.SandUI
Default constructor calls init.
SandUIAdaptor - interface org.sandev.ui.util.SandUIAdaptor.
Implements SAND user interface over a specific display technology.
SandUIStruct - class org.sandev.ui.structs.SandUIStruct.
A display independent model of screen transitions.
SandUIStruct() - Constructor for class org.sandev.ui.structs.SandUIStruct
 
SandUIUpdate - class org.sandev.ui.sandmessages.SandUIUpdate.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
SandUIUpdate() - Constructor for class org.sandev.ui.sandmessages.SandUIUpdate
Default constructor calls init.
Screen - class org.sandev.ui.sandmessages.Screen.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
Screen() - Constructor for class org.sandev.ui.sandmessages.Screen
Default constructor calls init.
ScreenCollection - class org.sandev.ui.sandmessages.ScreenCollection.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
ScreenCollection() - Constructor for class org.sandev.ui.sandmessages.ScreenCollection
Default constructor calls init.
ScreenQuery - class org.sandev.ui.sandmessages.ScreenQuery.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
ScreenQuery() - Constructor for class org.sandev.ui.sandmessages.ScreenQuery
Default constructor calls init.
ScreenStruct - class org.sandev.ui.structs.ScreenStruct.
A screen is a single logical application display.
ScreenStruct() - Constructor for class org.sandev.ui.structs.ScreenStruct
 
sandTransmissionCount - Variable in class org.sandev.ui.sandmessages.SandUI
Counter to aid in tracking receipt of sent messages.
sandTransmissionCount - Variable in class org.sandev.ui.sandmessages.SandUIUpdate
support for SandTransmitMessage interface
sandTransmissionCount - Variable in class org.sandev.ui.sandmessages.ScreenCollection
support for SandTransmitMessage interface
sandTransmissionCount - Variable in class org.sandev.ui.sandmessages.ScreenQuery
support for SandTransmitMessage interface
sandTransmitAuthID - Variable in class org.sandev.ui.sandmessages.SandUI
The uniqueID of the authorized user of this message.
sandTransmitAuthID - Variable in class org.sandev.ui.sandmessages.SandUIUpdate
support for SandTransmitMessage interface
sandTransmitAuthID - Variable in class org.sandev.ui.sandmessages.ScreenCollection
support for SandTransmitMessage interface
sandTransmitAuthID - Variable in class org.sandev.ui.sandmessages.ScreenQuery
support for SandTransmitMessage interface
sandTransmitErrorMessage - Variable in class org.sandev.ui.sandmessages.SandUI
Text details of the transmission error.
sandTransmitErrorMessage - Variable in class org.sandev.ui.sandmessages.SandUIUpdate
support for SandTransmitMessage interface
sandTransmitErrorMessage - Variable in class org.sandev.ui.sandmessages.ScreenCollection
support for SandTransmitMessage interface
sandTransmitErrorMessage - Variable in class org.sandev.ui.sandmessages.ScreenQuery
support for SandTransmitMessage interface
sandTransmitStatus - Variable in class org.sandev.ui.sandmessages.SandUI
Status of the message.
sandTransmitStatus - Variable in class org.sandev.ui.sandmessages.SandUIUpdate
support for SandTransmitMessage interface
sandTransmitStatus - Variable in class org.sandev.ui.sandmessages.ScreenCollection
support for SandTransmitMessage interface
sandTransmitStatus - Variable in class org.sandev.ui.sandmessages.ScreenQuery
support for SandTransmitMessage interface
sandUI - Variable in class org.sandev.ui.sandmessages.SandUIUpdate
the contained instance for this update
screens - Variable in class org.sandev.ui.sandmessages.ScreenCollection
actual element array
screens - Variable in class org.sandev.ui.structs.SandUIStruct
The screens defined for this UI.
screensContains(Screen) - Method in class org.sandev.ui.sandmessages.SandUI
Returns true if screens contains the specified value.
screensContains(Screen) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Returns true if screens contains the specified value.
screensIndexOf(Screen) - Method in class org.sandev.ui.sandmessages.SandUI
Return the index of the specified value in screens, or -1 if not found.
screensIndexOf(Screen) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Return the index of the specified value in screens, or -1 if not found.
security - Variable in class org.sandev.ui.structs.ScreenStruct
The display transmission security for this screen.
securityActual2Print(String) - Static method in class org.sandev.ui.sandmessages.Screen
Utility method to transform an actual value for this field into a print value.
securityLabelToValue(String) - Method in class org.sandev.ui.sandmessages.Screen
Given a label, return the value for it.
securityPrint2Actual(String) - Static method in class org.sandev.ui.sandmessages.Screen
Utility method to transform a print value for this field into an actual value.
securityPrint2Key(String) - Static method in class org.sandev.ui.sandmessages.Screen
Utility method to transform a print value for this field into a key value.
securityValueToLabel(int) - Method in class org.sandev.ui.sandmessages.Screen
Given a value, return the declared label for it.
setAction(int) - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Mutator for action
setActionStatus(int) - Method in class org.sandev.ui.sandmessages.Action
Mutator for actionStatus
setActionType(int) - Method in class org.sandev.ui.sandmessages.Action
Mutator for actionType
setActions(Action[]) - Method in class org.sandev.ui.sandmessages.Link
Mutator for actions
setActions(Object[]) - Method in class org.sandev.ui.sandmessages.Link
Generic mutator for actions
setActions(int, Action) - Method in class org.sandev.ui.sandmessages.Link
Set the value at the index specified.
setClassEnum(InstanceClassEnumerator) - Method in class org.sandev.ui.util.UIActionHandlerBase
mutator for classEnum
setComplete(boolean) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Mutator for complete
setContextFromQuery(UIFormContext, UIFormOwner, AuthUser, String, SandAttrVal[]) - Method in class org.sandev.ui.util.UIActionHandlerBase
Given the short form of a struct message class, call the formFind method of the owner with the corresponding query message to get an initial collection for display.
setDefaultSecurity(int) - Method in class org.sandev.ui.sandmessages.SandUI
Mutator for defaultSecurity
setDefaultTemplate(String) - Method in class org.sandev.ui.sandmessages.SandUI
Mutator for defaultTemplate
setDefaultTemplate(Object) - Method in class org.sandev.ui.sandmessages.SandUI
Generic mutator for defaultTemplate
setDisplayName(String) - Method in class org.sandev.ui.sandmessages.Action
Mutator for displayName
setDisplayName(Object) - Method in class org.sandev.ui.sandmessages.Action
Generic mutator for displayName
setDisplayValue(String) - Method in class org.sandev.ui.sandmessages.Value
Mutator for displayValue
setDisplayValue(Object) - Method in class org.sandev.ui.sandmessages.Value
Generic mutator for displayValue
setEntryPoints(String[]) - Method in class org.sandev.ui.sandmessages.SandUI
Mutator for entryPoints
setEntryPoints(int, String) - Method in class org.sandev.ui.sandmessages.SandUI
Set the value at the index specified.
setErrorTemplate(String) - Method in class org.sandev.ui.sandmessages.SandUI
Mutator for errorTemplate
setErrorTemplate(Object) - Method in class org.sandev.ui.sandmessages.SandUI
Generic mutator for errorTemplate
setFormState(UIFormInitializer) - Method in class org.sandev.ui.sandmessages.Link
Mutator for formState
setFormState(Object) - Method in class org.sandev.ui.sandmessages.Link
Generic mutator for formState
setFunction(int) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Mutator for function
setInitialDisplay(int) - Method in class org.sandev.ui.sandmessages.SandUI
Mutator for initialDisplay
setInstance(SandStructMessage) - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Generalized mutator for the update instance
setLinkType(int) - Method in class org.sandev.ui.sandmessages.Link
Mutator for linkType
setLinks(Link[]) - Method in class org.sandev.ui.sandmessages.Screen
Mutator for links
setLinks(Object[]) - Method in class org.sandev.ui.sandmessages.Screen
Generic mutator for links
setLinks(int, Link) - Method in class org.sandev.ui.sandmessages.Screen
Set the value at the index specified.
setLocaleCountries(String[]) - Method in class org.sandev.ui.sandmessages.SandUI
Mutator for localeCountries
setLocaleCountries(int, String) - Method in class org.sandev.ui.sandmessages.SandUI
Set the value at the index specified.
setLocaleLanguages(String[]) - Method in class org.sandev.ui.sandmessages.SandUI
Mutator for localeLanguages
setLocaleLanguages(int, String) - Method in class org.sandev.ui.sandmessages.SandUI
Set the value at the index specified.
setLocaleVariants(String[]) - Method in class org.sandev.ui.sandmessages.SandUI
Mutator for localeVariants
setLocaleVariants(int, String) - Method in class org.sandev.ui.sandmessages.SandUI
Set the value at the index specified.
setLoginTemplate(String) - Method in class org.sandev.ui.sandmessages.SandUI
Mutator for loginTemplate
setLoginTemplate(Object) - Method in class org.sandev.ui.sandmessages.SandUI
Generic mutator for loginTemplate
setMatchInfo(SandAttrVal[]) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Mutator for matchInfo
setMatchInfo(Object[]) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Generic mutator for matchInfo
setMatchInfo(int, SandAttrVal) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Set the value at the index specified.
setMaxReturn(int) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Mutator for maxReturn
setMode(int) - Method in class org.sandev.ui.sandmessages.Link
Mutator for mode
setName(String) - Method in class org.sandev.ui.sandmessages.Action
Mutator for name
setName(Object) - Method in class org.sandev.ui.sandmessages.Action
Generic mutator for name
setName(String) - Method in class org.sandev.ui.sandmessages.Link
Mutator for name
setName(Object) - Method in class org.sandev.ui.sandmessages.Link
Generic mutator for name
setName(String) - Method in class org.sandev.ui.sandmessages.SandUI
Mutator for name
setName(Object) - Method in class org.sandev.ui.sandmessages.SandUI
Generic mutator for name
setName(String) - Method in class org.sandev.ui.sandmessages.Screen
Mutator for name
setName(Object) - Method in class org.sandev.ui.sandmessages.Screen
Generic mutator for name
setOperationFields(String) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Mutator for operationFields
setOperationFields(Object) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Generic mutator for operationFields
setOrderBy(String) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Mutator for orderBy
setOrderBy(Object) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Generic mutator for orderBy
setPrimaryFormIndex(int) - Method in class org.sandev.ui.sandmessages.Screen
Mutator for primaryFormIndex
setPublicAuthUserID(long) - Method in class org.sandev.ui.sandmessages.SandUI
Mutator for publicAuthUserID
setQueryResult(String) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Mutator for queryResult
setQueryResult(Object) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Generic mutator for queryResult
setSandTransmissionCount(int) - Method in class org.sandev.ui.sandmessages.SandUI
Mutator for sandTransmissionCount
setSandTransmissionCount(int) - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Mutator for sandTransmissionCount
setSandTransmissionCount(int) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Mutator for sandTransmissionCount
setSandTransmissionCount(int) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Mutator for sandTransmissionCount
setSandTransmitAuthID(long) - Method in class org.sandev.ui.sandmessages.SandUI
Mutator for sandTransmitAuthID
setSandTransmitAuthID(long) - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Mutator for sandTransmitAuthID
setSandTransmitAuthID(long) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Mutator for sandTransmitAuthID
setSandTransmitAuthID(long) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Mutator for sandTransmitAuthID
setSandTransmitErrorMessage(String) - Method in class org.sandev.ui.sandmessages.SandUI
Mutator for sandTransmitErrorMessage
setSandTransmitErrorMessage(Object) - Method in class org.sandev.ui.sandmessages.SandUI
Generic mutator for sandTransmitErrorMessage
setSandTransmitErrorMessage(String) - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Mutator for sandTransmitErrorMessage
setSandTransmitErrorMessage(Object) - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Generic mutator for sandTransmitErrorMessage
setSandTransmitErrorMessage(String) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Mutator for sandTransmitErrorMessage
setSandTransmitErrorMessage(Object) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Generic mutator for sandTransmitErrorMessage
setSandTransmitErrorMessage(String) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Mutator for sandTransmitErrorMessage
setSandTransmitErrorMessage(Object) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Generic mutator for sandTransmitErrorMessage
setSandTransmitStatus(int) - Method in class org.sandev.ui.sandmessages.SandUI
Mutator for sandTransmitStatus
setSandTransmitStatus(int) - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Mutator for sandTransmitStatus
setSandTransmitStatus(int) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Mutator for sandTransmitStatus
setSandTransmitStatus(int) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Mutator for sandTransmitStatus
setSandUI(SandUI) - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Mutator for sandUI
setSandUI(Object) - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Generic mutator for sandUI
setScreens(Screen[]) - Method in class org.sandev.ui.sandmessages.SandUI
Mutator for screens
setScreens(Object[]) - Method in class org.sandev.ui.sandmessages.SandUI
Generic mutator for screens
setScreens(int, Screen) - Method in class org.sandev.ui.sandmessages.SandUI
Set the value at the index specified.
setScreens(Screen[]) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Mutator for screens
setScreens(Object[]) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Generic mutator for screens
setScreens(int, Screen) - Method in class org.sandev.ui.sandmessages.ScreenCollection
Set the value at the index specified.
setSecurity(int) - Method in class org.sandev.ui.sandmessages.Screen
Mutator for security
setSource(String) - Method in class org.sandev.ui.sandmessages.SandUIUpdate
Generalized mutator for the source
setTabs(Action[]) - Method in class org.sandev.ui.sandmessages.Link
Mutator for tabs
setTabs(Object[]) - Method in class org.sandev.ui.sandmessages.Link
Generic mutator for tabs
setTabs(int, Action) - Method in class org.sandev.ui.sandmessages.Link
Set the value at the index specified.
setTarget(String) - Method in class org.sandev.ui.sandmessages.Link
Mutator for target
setTarget(Object) - Method in class org.sandev.ui.sandmessages.Link
Generic mutator for target
setTemplate(String) - Method in class org.sandev.ui.sandmessages.Link
Mutator for template
setTemplate(Object) - Method in class org.sandev.ui.sandmessages.Link
Generic mutator for template
setTemplate(String) - Method in class org.sandev.ui.sandmessages.Screen
Mutator for template
setTemplate(Object) - Method in class org.sandev.ui.sandmessages.Screen
Generic mutator for template
setTitle(String) - Method in class org.sandev.ui.sandmessages.Link
Mutator for title
setTitle(Object) - Method in class org.sandev.ui.sandmessages.Link
Generic mutator for title
setUniqueIDAfter(long) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Mutator for uniqueIDAfter
setWelcomeTemplate(String) - Method in class org.sandev.ui.sandmessages.SandUI
Mutator for welcomeTemplate
setWelcomeTemplate(Object) - Method in class org.sandev.ui.sandmessages.SandUI
Generic mutator for welcomeTemplate
setWireframeText(String) - Method in class org.sandev.ui.sandmessages.Link
Mutator for wireframeText
setWireframeText(Object) - Method in class org.sandev.ui.sandmessages.Link
Generic mutator for wireframeText
sizeofActions() - Method in class org.sandev.ui.sandmessages.Link
Returns the size of actions.
sizeofEntryPoints() - Method in class org.sandev.ui.sandmessages.SandUI
Returns the size of entryPoints.
sizeofLinks() - Method in class org.sandev.ui.sandmessages.Screen
Returns the size of links.
sizeofLocaleCountries() - Method in class org.sandev.ui.sandmessages.SandUI
Returns the size of localeCountries.
sizeofLocaleLanguages() - Method in class org.sandev.ui.sandmessages.SandUI
Returns the size of localeLanguages.
sizeofLocaleVariants() - Method in class org.sandev.ui.sandmessages.SandUI
Returns the size of localeVariants.
sizeofMatchInfo() - Method in class org.sandev.ui.sandmessages.ScreenQuery
Returns the size of matchInfo.
sizeofScreens() - Method in class org.sandev.ui.sandmessages.SandUI
Returns the size of screens.
sizeofScreens() - Method in class org.sandev.ui.sandmessages.ScreenCollection
Returns the size of screens.
sizeofTabs() - Method in class org.sandev.ui.sandmessages.Link
Returns the size of tabs.
source - Variable in class org.sandev.ui.sandmessages.SandUIUpdate
The source of this update

T

TemplateReader - interface org.sandev.ui.util.TemplateReader.
Given a template name, return the contents.
tabs - Variable in class org.sandev.ui.structs.LinkStruct
Tabs are custom actions that set the form contents.
tabsContains(Action) - Method in class org.sandev.ui.sandmessages.Link
Returns true if tabs contains the specified value.
tabsIndexOf(Action) - Method in class org.sandev.ui.sandmessages.Link
Return the index of the specified value in tabs, or -1 if not found.
target - Variable in class org.sandev.ui.structs.LinkStruct
The name of the screen to go to.
template - Variable in class org.sandev.ui.structs.LinkStruct
Specific template transformation for this link.
template - Variable in class org.sandev.ui.structs.ScreenStruct
The name of the rendering template.
title - Variable in class org.sandev.ui.structs.LinkStruct
For form links, this is the title to be used in place of the name for display purposes.
toString() - Method in class org.sandev.ui.sandmessages.Action
Return a string representation of this object.
toString() - Method in class org.sandev.ui.sandmessages.Link
Return a string representation of this object.
toString() - Method in class org.sandev.ui.sandmessages.SandUI
Return a string representation of this object.
toString() - Method in class org.sandev.ui.sandmessages.Screen
Return a string representation of this object.
toString() - Method in class org.sandev.ui.sandmessages.Value
Return a string representation of this object.
transform(String, String, Locale) - Method in interface org.sandev.ui.util.SandTransformer
Transform the text according to the template, returning the transformed result text.
transform(String, String, OutputStream, Locale) - Method in interface org.sandev.ui.util.SandTransformer
Transform the text according to the template, streaming output to the given stream.

U

UIActionHandlerBase - class org.sandev.ui.util.UIActionHandlerBase.
Base class for handling SANDUI actions.
UIActionHandlerBase() - Constructor for class org.sandev.ui.util.UIActionHandlerBase
 
UIScreenAdaptor - interface org.sandev.ui.util.UIScreenAdaptor.
Renders/reconstructs a Screen to/from a user interface.
UIScreenAdaptorException - exception org.sandev.ui.util.UIScreenAdaptorException.
A specialized exception for UIScreenAdaptors to complain with.
UIScreenAdaptorException() - Constructor for class org.sandev.ui.util.UIScreenAdaptorException
 
UIScreenAdaptorException(String) - Constructor for class org.sandev.ui.util.UIScreenAdaptorException
 
UIScreenAdaptorException(String, Throwable) - Constructor for class org.sandev.ui.util.UIScreenAdaptorException
 
UIScreenAdaptorException(Throwable) - Constructor for class org.sandev.ui.util.UIScreenAdaptorException
 
undecimalize(String, String) - Method in class org.sandev.ui.sandmessages.ScreenQuery
Given an attribute name and a match value, return the undecimalized form of the match value.
uniqueIDAfter - Variable in class org.sandev.ui.sandmessages.ScreenQuery
support for SandQueryMessage interface

V

Value - class org.sandev.ui.sandmessages.Value.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
Value() - Constructor for class org.sandev.ui.sandmessages.Value
Default constructor calls init.
ValueStruct - class org.sandev.ui.structs.ValueStruct.
A value is a message representing a single value.
ValueStruct() - Constructor for class org.sandev.ui.structs.ValueStruct
 

W

welcomeTemplate - Variable in class org.sandev.ui.structs.SandUIStruct
Transformation template for the welcome screen.
wireframeText - Variable in class org.sandev.ui.structs.LinkStruct
Text to be displayed in place of the SANDForm rendering when this link is in wireframe mode.

A C D E F G H I L M N O P Q R S T U V W