| Servoy Properties Summary | |
|---|---|
| String | color |
| String | columnDisplayName |
| String | columnName |
| Boolean | editable |
| String | format |
| String | prefix |
| String | suffix |
| Boolean | visible |
| Servoy Methods Summary | |
|---|---|
| void | isInitialSort( Boolean, Boolean ) |
| void | isInitialSort( Boolean ) |
| void | setColumnFormat( String, String ) |
| void | setColumnFormat( String, String, String ) |
| void | setColumnFormat( String, String, String, String ) |
| Servoy Properties Details |
|---|
columnDisplayName
String columnDisplayName
Get/Set the nameReturns
String name String
Supported Clients
SmartClient
columnName
String columnName
Get/Set the column nameReturns
String name String
Supported Clients
SmartClient
editable
Boolean editable
Get/Set the editable propertyReturns
Boolean editable boolean
Supported Clients
SmartClient
visible
Boolean visible
Get/Set the visible propertyReturns
Boolean visible boolean
Supported Clients
SmartClient
| Servoy Methods Details |
|---|
isInitialSort
void isInitialSort( Boolean, Boolean )
Set the initial sortParameters
Boolean initialSort the initial sort
Boolean ascendingSort the ascending sort
Returns
void
Supported Clients
SmartClient
isInitialSort
void isInitialSort( Boolean )
Set the initial sortParameters
Boolean initialSort the initial sort
Returns
void
Supported Clients
SmartClient
setColumnFormat
void setColumnFormat( String, String )
Set the column formatParameters
String prefix the prefix
String suffix the suffix
Returns
void
Supported Clients
SmartClient