publish
plugins.it2be_treeview.ITRecordColumn info


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 )
void isInitialSort( Boolean, Boolean )
void setColumnFormat( String, String )
void setColumnFormat( String, String, String )
void setColumnFormat( String, String, String, String )


Servoy Properties Details


color
String  color
Get/Set the color
Returns
String  color String

Supported Clients
SmartClient


columnDisplayName
String  columnDisplayName
Get/Set the name
Returns
String  name String

Supported Clients
SmartClient


columnName
String  columnName
Get/Set the column name
Returns
String  name String

Supported Clients
SmartClient


editable
Boolean  editable
Get/Set the editable property
Returns
Boolean  editable boolean

Supported Clients
SmartClient


format
String  format
Get/Set the format
Returns
String  format String

Supported Clients
SmartClient


prefix
String  prefix
Get/Set the prefix
Returns
String  prefix String

Supported Clients
SmartClient


suffix
String  suffix
Get/Set the Suffix
Returns
String  suffix String

Supported Clients
SmartClient


visible
Boolean  visible
Get/Set the visible property
Returns
Boolean  visible boolean

Supported Clients
SmartClient

Servoy Methods Details


isInitialSort
void  isInitialSort( Boolean )
Set the initial sort
Parameters
Boolean  initialSort  the initial sort

Returns
void  

Supported Clients
SmartClient


isInitialSort
void  isInitialSort( Boolean, Boolean )
Set the initial sort
Parameters
Boolean  initialSort  the initial sort
Boolean  ascendingSort  the ascending sort

Returns
void  

Supported Clients
SmartClient


setColumnFormat
void  setColumnFormat( String, String )
Set the column format
Parameters
String  prefix  the prefix
String  suffix  the suffix

Returns
void  

Supported Clients
SmartClient


setColumnFormat
void  setColumnFormat( String, String, String )
Set the column format
Parameters
String  prefix  the prefix
String  suffix  the suffix
String  format  the format

Returns
void  

Supported Clients
SmartClient


setColumnFormat
void  setColumnFormat( String, String, String, String )
Set the column format and color
Parameters
String  prefix  the prefix
String  suffix  the suffix
String  format  the format
String  color  the color

Returns
void  

Supported Clients
SmartClient