Attributes | Name and Description |
---|---|
|
caplin.grid.sort.SortRule()
|
Attributes | Name and Description |
---|---|
|
String
getRttpState()
Gets a serialized representation of this |
|
String
getSerializedState(String sIndent)
Gets an XML representation of this |
►
caplin.grid.sort.SortRule()
►
String
getRttpState()
Gets a serialized representation of this SortRule
to send via RTTP to the
Liberator which will apply it. This format must be understood by the DataSource, such as the
Container Filtering Module used by the Transformer, that will execute the sort.
►
String
getSerializedState(String sIndent)
Gets an XML representation of this SortRule
that will be used to save its
state within a serialized component and/or layout.
String | sIndent | The number of characters the caller would like the expression to indent the XML it returns to make it easily human readable. |