public class

SheetState

extends Object
implements Serializable
java.lang.Object
   ↳ org.apache.myfaces.tobago.model.SheetState

Summary

Constants
String SEPARATOR
Public Constructors
SheetState()
Public Methods
String getColumnWidths()
ExpandedState getExpandedState()
int getFirst()
Integer[] getScrollPosition()
List<Integer> getSelectedRows()
String getSortedColumnId()
boolean isAscending()
static Integer[] parseScrollPosition(String value)
void resetSelected()
void setAscending(boolean ascending)
void setColumnWidths(String columnWidths)
void setExpandedState(ExpandedState expandedState)
void setFirst(int first)
void setScrollPosition(Integer[] scrollPosition)
void setSelectedRows(List<Integer> selectedRows)
void setSortedColumnId(String sortedColumnId)
void updateSortState(SortActionEvent sortEvent)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String SEPARATOR

Constant Value: ","

Public Constructors

public SheetState ()

Public Methods

public String getColumnWidths ()

public ExpandedState getExpandedState ()

public int getFirst ()

public Integer[] getScrollPosition ()

public List<Integer> getSelectedRows ()

public String getSortedColumnId ()

public boolean isAscending ()

public static Integer[] parseScrollPosition (String value)

public void resetSelected ()

public void setAscending (boolean ascending)

public void setColumnWidths (String columnWidths)

public void setExpandedState (ExpandedState expandedState)

public void setFirst (int first)

public void setScrollPosition (Integer[] scrollPosition)

public void setSelectedRows (List<Integer> selectedRows)

public void setSortedColumnId (String sortedColumnId)

public void updateSortState (SortActionEvent sortEvent)