public class ExtendedDataTableState extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected org.richfaces.ui.iteration.extendedDataTable.ColumnsFilter |
columnsFilterState |
protected org.richfaces.ui.iteration.extendedDataTable.ColumnsOrder |
columnsOrderState |
protected org.richfaces.ui.iteration.extendedDataTable.ColumnsSort |
columnsSortState |
protected org.richfaces.ui.iteration.extendedDataTable.ColumnsWidth |
columnsWidthState |
Constructor and Description |
---|
ExtendedDataTableState(String tableState) |
ExtendedDataTableState(UIDataTableBase extendedDataTable) |
Modifier and Type | Method and Description |
---|---|
String |
getColumnFilter(javax.faces.component.UIComponent column) |
String[] |
getColumnsOrder() |
String |
getColumnSort(javax.faces.component.UIComponent column) |
String |
getColumnWidth(javax.faces.component.UIComponent column) |
JSONObject |
toJSON() |
String |
toString()
Converts its state to String representation in JSON format.
|
protected org.richfaces.ui.iteration.extendedDataTable.ColumnsWidth columnsWidthState
protected org.richfaces.ui.iteration.extendedDataTable.ColumnsOrder columnsOrderState
protected org.richfaces.ui.iteration.extendedDataTable.ColumnsFilter columnsFilterState
protected org.richfaces.ui.iteration.extendedDataTable.ColumnsSort columnsSortState
public ExtendedDataTableState(UIDataTableBase extendedDataTable)
public ExtendedDataTableState(String tableState)
public JSONObject toJSON()
public String toString()
public String getColumnWidth(javax.faces.component.UIComponent column)
public String getColumnFilter(javax.faces.component.UIComponent column)
public String getColumnSort(javax.faces.component.UIComponent column)
public String[] getColumnsOrder()
Copyright © 2014 JBoss by Red Hat. All rights reserved.