org.apache.myfaces.tobago.model
Class SheetState
java.lang.Object
org.apache.myfaces.tobago.model.SheetState
- All Implemented Interfaces:
- Serializable
public class SheetState
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEPARATOR
public static final String SEPARATOR
- See Also:
- Constant Field Values
SheetState
public SheetState()
resetSelected
public void resetSelected()
getSelectedRows
public List<Integer> getSelectedRows()
setSelectedRows
public void setSelectedRows(List<Integer> selectedRows)
getSortedColumnId
public String getSortedColumnId()
setSortedColumnId
public void setSortedColumnId(String sortedColumnId)
isAscending
public boolean isAscending()
setAscending
public void setAscending(boolean ascending)
getColumnWidths
public String getColumnWidths()
setColumnWidths
public void setColumnWidths(String columnWidths)
getFirst
public int getFirst()
setFirst
public void setFirst(int first)
updateSortState
public void updateSortState(SortActionEvent sortEvent)
getScrollPosition
public Integer[] getScrollPosition()
setScrollPosition
public void setScrollPosition(Integer[] scrollPosition)
getExpandedState
public ExpandedState getExpandedState()
setExpandedState
public void setExpandedState(ExpandedState expandedState)
getSelectedState
public SelectedState getSelectedState()
setSelectedState
public void setSelectedState(SelectedState selectedState)
parseScrollPosition
@Deprecated
public static Integer[] parseScrollPosition(String value)
- Deprecated. since 2.0.0
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.