GWC Template Language Reference / Template Paths - Application hierarchy |
Path: application/ui
Snippet ID: UserInterface
Corresponding AUI Tree element: UserInterface
The UserInterface is a unique sub-object from Application object that represents the application abstract User Interface description.
This object value is rendered thru the UserInterface snippet when invoked in a gwc:replace or gwc:content instruction.
Fields | Type | Description |
---|---|---|
application/ui/CID | Attribute (string) | The corresponding component identifier |
application/ui/type | Attribute (string) | Type name of the component, that is UserInterface. |
application/ui/name | Attribute (string) | UserInterface name node value. |
application/ui/text | Attribute (string) | UserInterface text node value. |
application/ui/dbDate | Attribute (string) | Application date format. |
application/ui/decimalSeparator | Attribute (string) | Decimal separator character. |
application/ui/intermediateTrigger | Attribute (string) | Indicates if the intermediate trigger should be executed. This corresponds to the Dialog.fieldOrder entry in the fglprofile. |
application/ui/error | Object | An Error object. |
application/ui/startmenu | Object | A StartMenu object describing the StartMenu component attached to the application. |
application/ui/topmenu | Object | A TopMenu object describing the TopMenu component attached to the application. |
application/ui/toolbar | Object | A Toolbar object describing the Toolbar component attached to the application. |
application/ui/styleList | Object | A StyleList object describing the application styles. |
application/ui/windows | Collection of Window objects | The list of windows owned by the application.Used in a repeat instruction to loop on each window in the list. |
application/ui/windows/length | Attribute (number) | Number of items in the collection. |
application/ui/window[window-name] | Object | This selectable path will return the Window object of the applicationwith this given name. If no selection is explicitely done. This path will return the Window objectdescribing the current active window for this application. |
application/ui/modalWindows | Collection of Window objects | The list of modal windows owned by the application.N.B. this is a sub-list of the application/ui/windows one.Used in a repeat instruction to loop on each window in the list. |
application/ui/modalWindows/length | Attribute (number) | Number of items in the collection. |
application/ui/topMostNormaWindow | Object | A Window object which describes the most recent windowwith a non-modal (aka normal) style. |
application/ui/height | Attribute (number) | Height of the UI (traditional mode) |
application/ui/uimode | Attribute (string) | Defines whether the UI is displayed in default or traditional mode. |
application/ui/width | Attribute (number) | Width of the UI (traditional mode) |
application/ui/inputWrap | Attribute (boolean) | If true, when leaving the last field of an INPUT or CONSTRUCT the focus should be given to the first field. If false, the input should be terminated. |
decorationstyle[ attribute-name ] | Collection of DecorationStyleItem objects | This selectable path will return the given attribute value DecorationStyleItem object for this window. This object gives access to all pseudo-selector values for the given attribute. |
decorationstyles | Collection of DecorationStylesItem objects | This path will return a DecorationStylesItem object for this window. This object gives access to all style attributes. |