JSInsetList
Overview
This class is the representation of a mobile list component/form.
Property Summary
Type | Name | Summary |
---|---|---|
The text of this data-provider will appear on top of the inset list; if not specified, 'headerText' will be used instead.. | ||
The styleClass of the list header.. | ||
This text will appear on top of the inset list if 'headerDataProviderID' is not set.. | ||
The name of this inset list.. | ||
Name of the relation to be used by the inset list.. | ||
The x coordinate of the component on the form.. | ||
The y coordinate of the component on the form.. |
Properties Details
headerDataProviderID
The text of this data-provider will appear on top of the inset list; if not specified, 'headerText' will be used instead.
Returns String
Sample
headerStyleClass
The styleClass of the list header. Can have values from 'a' to 'e'.
Returns String
Sample
headerText
This text will appear on top of the inset list if 'headerDataProviderID' is not set.
Returns String
Sample
name
The name of this inset list.
Returns String
Sample
relationName
Name of the relation to be used by the inset list.
Returns String
Sample
x
The x coordinate of the component on the form.
Returns Number
Sample
y
The y coordinate of the component on the form.
Returns Number
Sample
Last updated