g_HolderContentsGroup_CustomControl
CustomControl
Properties
anyAttributeAny attribute
base : stringThe name of the control type that this control is based on, for example 'Grid' or 'CustomControl'.
collectionControl : booleanSpecifies the enablement of the collectionControl.
context : stringThe attribute, association path, or a constant specifying context indentifier to be set. For context bus adapter.
- See
- Application'contextImplementation
deletePrompt : stringDelete prompt string indentifier. Valid if promptOnDelete is true.
The string identifier may accept the Class name, and instance name args.description : stringDescription of this control.
edit : stringBoolean property specifying whether the insert, delete, or edit operations are allowed in the column.
enabled : stringThe attribute, association path, or a constant returning boolean to set enablement.
error : stringExpression returning non-#f if the message should be treated as an error. The raw message is passed as "this".
implementation : stringThe Java class that the control must implement.
name : uiIdentifierUniquely identifies the tabbable control.
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.
promptOnDelete : booleanPrompt the user before deleting an item.
query : stringList of additional attributes to include in read query.
required : stringThe attribute, association path, or a constant returning boolean to set whether the value for the control is required.
If the attribute is required in the model, it takes precedence and one cannot change this setting in the UI. If the attribute is not required in the model, the requiredness can be set to an attribute, association path, or a constant returning boolean. If the value is set to #t, or the attribute value is true, the requiredness cannot be changed using 'required' view property that is set via client-side API. If the value is left blank, it is set to #f, or the attribute value is false, the requiredness can be changed using 'required' view property that is set via client-side API.style : stringThe style of the CustomControl.
supportedClientTypes : stringComma separated list of supported client types. Possible values include: "flat", "flatmobile", "web", "rich", "mobile". If not specified assumes all are supported.
tabIndex : longThe index number of the tabbable control. Must be a long integer.
tabStop : booleanSpecifies if tabbing should stop on the tabbable control
toolbar : identifierThe toolbar. Must refer to an existing Menu in the parent's collection of Menus.
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.
tooltip : stringThe attribute, association path, or a constant specifying tooltip.
type : stringThe control type used for the CustomControl.
value : stringThe attribute to which the control will bind.
visible : stringThe attribute, association path, or a constant returning boolean to set visibility.
Content
Sequence of:
Sequence of:
g_CustomControlDependency_Dependencies [0..1] - A collection of libraries that is required by a control.
Sequence of:
g_CustomControlModel_Models [0..1] - A collection of models to be given to a control.
Sequence of:
Parents
g_CustomControlDependency_Dependencies
A collection of libraries that is required by a control.g_CustomControlModel_Models
A collection of models to be given to a control.
Parent topic: t_TableLayoutType_Rows_Row_Holder
Parent topic: t_SplitterLayoutType_Holder
Parent topic: t_ActionTileType_Icon
Parent topic: t_ActionTileType_Summary
Parent topic: t_ActionTileType_ActionIcon
Parent topic: t_ExpandableTileType_Icon
Parent topic: t_ExpandableTileType_Summary
Parent topic: t_ExpandableTileType_ActionIcon
Parent topic: t_ExpandableTileType_Detail
Parent topic: t_ExpandableTileType_Attachment
Parent topic: t_ExpandableTileType_Toolbar