Child pages
  • JSValueList

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Hidden
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE


HTML Table
idclassservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Constants Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#CUSTOM_VALUES
Constant to set the valueListType of a JSValueList.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#DATABASE_VALUES
Constant to set the valueListType of a JSValueList.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#EMPTY_VALUE_ALWAYS
Constant to set/get the addEmptyValue property of a JSValueList.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#EMPTY_VALUE_NEVER
Constant to set/get the addEmptyValue property of a JSValueList.

id
HTML Table
classservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Property Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#addEmptyValue
Property that tells if an empty value must be shown next to the items in the value list.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#customValues
A string with the elements in the valuelist.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#dataSource
Compact representation of the names of the server and table that
are used for loading the data from the database.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSMethod
Table Cell (td)
#globalMethod
A global method that provides the data for the valuelist.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#name
The name of the value list.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#relationName
The name of the relation that is used for loading data from the database.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#separator
A String representing the separator that should be used when multiple
display dataproviders are set, when the value list has the type set to
database values.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#serverName
The name of the database server that is used for loading the values when
the value list has the type set to database values.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#sortOptions
Sort options that are applied when the valuelist loads its data
from the database.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#tableName
The name of the database table that is used for loading the values when
the value list has the type set to database values.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#useTableFilter
Flag that tells if the name of the valuelist should be applied as a filter on the
'valuelist_name' column when retrieving the data from the database.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#valueListType
The type of the valuelist.

id
HTML Table
classservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Object[]
Table Cell (td)
#getDisplayDataProviderIds()
Returns an array of the dataproviders that will be used to display the valuelist value.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Object[]
Table Cell (td)
#getReturnDataProviderIds()
Returns an array of the dataproviders that will be used to define the valuelist value that is saved.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
UUID
Table Cell (td)
#getUUID()
Returns the UUID of the value list
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setDisplayDataProviderIds(dataprovider1, [dataprovider2], [dataprovider3])
Set the display dataproviders.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setReturnDataProviderIds(dataprovider1, [dataprovider2], [dataprovider3])
Set the return dataprovers.

...