t_List_CaptionLayout
CaptionLayout
Properties
augment : uiIdentifierA path to the view to augment with this view.
Augmentation rules depend on the types of augmented and augmenting views. When augmented view is a layout, such as Composite, Tabs, or Switch, and augmenting view is also of the same type, the children views will be added to the augmented layout. When both augmented views are layouts but of different type, the augmenting view is inserted next to the augmented one. When augmented view is primitive, the augmenting view is inserted next to it.Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter. Case and length are not restricted. Letters and numbers are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
caption : stringCaption text
cols : integerNumber of columns in the layout
enabled : stringEnablement flag association path or expression
fluid : booleanTrue to enable special view positioning for space minimization
name : identifierUnique view name
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
privilege : identifierAccess privilege
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
visible : stringDefault visibility flag association path or expression
Default visiblity set to a control but value can be overriden by script, client state, or control-specific mechanism such as setListColumn in a table.
Content
Sequence of:
t_FormLayout_CaptionLayout [0..1] - Caption Layout - within a composite in a layout.
Choice of:
t_FormLayout_Composite [1..1] - A container that displays its child views in columns - within a composite in a layout.
t_FormLayout_Table [1..1] - Table control - within a composite in a layout.
t_FormLayout_Chart [1..1] - Chart control - within a composite in a layout.
t_FormLayout_List [1..1] - List control - within a composite in a layout.
t_FormLayout_Picker [1..1] - A Picker control is essentially an enhanced combo box that provides type-ahead selection and a picker dialog as defined in a .picker file that returns a single value.
t_FormLayout_Multipicker [1..1] - A Multipicker control allows you to pick many items.
t_FormLayout_File [1..1] - File control - within a composite in a layout.
t_FormLayout_Multifile [1..1] - Multifile control - within a composite in a layout.
t_FormLayout_Date [1..1] - Date control - within a composite in a layout.
t_FormLayout_Combo [1..1] - Combo control - within a composite in a layout.
t_FormLayout_Radio [1..1] - Radio control - within a composite in a layout.
t_FormLayout_Toolbar [1..1] - Toolbar control - within a composite in a layout.
t_FormLayout_Range [1..1] - Range control - within a composite in a layout.
t_FormLayout_Label [1..1] - Label control - within a composite in a layout.
t_FormLayout_Entry [1..1] - Entry control - within a composite in a layout.
t_FormLayout_Field [1..1] - Field control - within a composite in a layout.
t_FormLayout_Text [1..1] - Text control - within a composite in a layout.
t_FormLayout_RichText [1..1] - RichText control - within a composite in a layout.
t_FormLayout_Check [1..1] - Check control - within a composite in a layout.
t_FormLayout_Button [1..1] - Button control - within a composite in a layout.
t_FormLayout_Filter [1..1] - Filter control - within a composite in a layout.
t_FormLayout_Tabs [1..1] - A container that displays its child views in tabs - within a composite in a layout.
t_FormLayout_Switch [1..1] - A container that displays only one of its child views at a time - within a composite in a layout.
t_FormLayout_Tree [1..1] - Tree control - within a composite in a layout.
t_FormLayout_CustomView [1..1] - Custom View control - within a composite in a layout.
t_FormLayout_ScheduleLayout [1..1] - ScheduleLayout control - within a composite in a layout.
t_FormLayout_Image [1..1] - Image control - within a composite in a layout.
t_FormLayout_Browser [1..1] - Browser control - within a composite in a layout.
t_FormLayout_Attachment [1..1] - Attachment control - within a composite in a layout.
Parents
g_FormView_List - List control - within a tab in a layout
t_FormLayout_List - List control - within a composite in a layout.
t_FormLayout_CaptionLayout
Caption Layout - within a composite in a layout.t_FormLayout_Composite
A container that displays its child views in columns - within a composite in a layout.t_FormLayout_Table
Table control - within a composite in a layout.t_FormLayout_Chart
Chart control - within a composite in a layout.t_FormLayout_List
List control - within a composite in a layout.t_FormLayout_Picker
A Picker control is essentially an enhanced combo box that provides type-ahead selection and a picker dialog as defined in a .picker file that returns a single value.t_FormLayout_Multipicker
A Multipicker control allows you to pick many items.t_FormLayout_File
File control - within a composite in a layout.t_FormLayout_Multifile
Multifile control - within a composite in a layout.t_FormLayout_Date
Date control - within a composite in a layout.t_FormLayout_Combo
Combo control - within a composite in a layout.t_FormLayout_Radio
Radio control - within a composite in a layout.t_FormLayout_Toolbar
Toolbar control - within a composite in a layout.t_FormLayout_Range
Range control - within a composite in a layout.t_FormLayout_Label
Label control - within a composite in a layout.t_FormLayout_Entry
Entry control - within a composite in a layout.t_FormLayout_Field
Field control - within a composite in a layout.t_FormLayout_Text
Text control - within a composite in a layout.t_FormLayout_RichText
RichText control - within a composite in a layout.t_FormLayout_Check
Check control - within a composite in a layout.t_FormLayout_Button
Button control - within a composite in a layout.t_FormLayout_Filter
Filter control - within a composite in a layout.t_FormLayout_Tabs
A container that displays its child views in tabs - within a composite in a layout.t_FormLayout_Switch
A container that displays only one of its child views at a time - within a composite in a layout.t_FormLayout_Tree
Tree control - within a composite in a layout.t_FormLayout_CustomView
Custom View control - within a composite in a layout.t_FormLayout_ScheduleLayout
ScheduleLayout control - within a composite in a layout.t_FormLayout_Image
Image control - within a composite in a layout.t_FormLayout_Browser
Browser control - within a composite in a layout.t_FormLayout_Attachment
Attachment control - within a composite in a layout.
Parent topic: reuseable-references
Parent topic: t_FormLayout_List