org.richfaces.component
Class ExtendedDataTableState
java.lang.Object
org.richfaces.component.ExtendedDataTableState
- All Implemented Interfaces:
- Serializable
public class ExtendedDataTableState
- extends Object
- implements Serializable
- Author:
- Brian Leathem
- See Also:
- Serialized Form
columnsWidthState
protected org.richfaces.component.ColumnsWidth columnsWidthState
columnsOrderState
protected org.richfaces.component.ColumnsOrder columnsOrderState
columnsFilterState
protected org.richfaces.component.ColumnsFilter columnsFilterState
columnsSortState
protected org.richfaces.component.ColumnsSort columnsSortState
ExtendedDataTableState
public ExtendedDataTableState(UIDataTableBase extendedDataTable)
ExtendedDataTableState
public ExtendedDataTableState(String tableState)
toJSON
public JSONObject toJSON()
toString
public String toString()
- Converts its state to String representation in JSON format.
- Overrides:
toString
in class Object
getColumnWidth
public String getColumnWidth(javax.faces.component.UIComponent column)
getColumnFilter
public String getColumnFilter(javax.faces.component.UIComponent column)
getColumnSort
public String getColumnSort(javax.faces.component.UIComponent column)
getColumnsOrder
public String[] getColumnsOrder()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.