Child pages
  • InsetList
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »


Event Summary
onAction
The method that is executed when the component is clicked.

Property Summary
String countDataProvider
Dataprovider for countbubble in list.
String dataIconDataProvider
Dataprovider for icon type in list.
String dataIconType
Icon type for list.
String headerDataProvider
Dataprovider for header text in inset list.
String headerStyleClass
The styleClass of the header.
String headerText
Header text property for inset list.
String listStyleClass
The styleClass of the list.
String location
The x and y position of the component, in pixels, separated by a comma.
String name
The name of the component.
String relationName
The name of the relationship between the table related to the currently active
form and the table you want to show data from in the inset list.
String subtext
Text property for sub text in list.
String subtextDataProvider
Dataprovider for sub text in list.
String text
Text property for main text in list.
String textDataProvider
Dataprovider for main text in list.

Event Details
onAction
The method that is executed when the component is clicked.

Property Details
countDataProvider
Dataprovider for countbubble in list.
Returns
dataIconDataProvider
Dataprovider for icon type in list. Overrides dataIconType property.
Returns
dataIconType
Icon type for list.
Possible values:
alert
arrow-d
arrow-l
arrow-r
arrow-u
back
bars
check
delete
edit
forward
gear
grid
home
info
minus
plus
refresh
search
star
Returns
headerDataProvider
Dataprovider for header text in inset list. Overrides headerText property.
Returns
headerStyleClass
The styleClass of the header.
Returns
headerText
Header text property for inset list.
Returns
listStyleClass
The styleClass of the list.
Returns
location
The x and y position of the component, in pixels, separated by a comma.
Returns
name
The name of the component. Through this name it can also accessed in methods.
Returns
relationName
The name of the relationship between the table related to the currently active
form and the table you want to show data from in the inset list.
Returns
subtext
Text property for sub text in list.
Returns
subtextDataProvider
Dataprovider for sub text in list. Overrides subtext property.
Returns
text
Text property for main text in list.
Returns
textDataProvider
Dataprovider for main text in list. Overrides text property.
Returns
  • No labels