org.apache.myfaces.tobago.model
Class SheetState

java.lang.Object
  extended by org.apache.myfaces.tobago.model.SheetState
All Implemented Interfaces:
Serializable

public class SheetState
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String SEPARATOR
           
 
Constructor Summary
SheetState()
           
 
Method Summary
 String getColumnWidths()
           
 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 setFirst(int first)
           
 void setScrollPosition(Integer[] scrollPosition)
           
 void setSelectedRows(List<Integer> selectedRows)
           
 void setSortedColumnId(String sortedColumnId)
           
 void updateSortState(SortActionEvent sortEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEPARATOR

public static final String SEPARATOR
See Also:
Constant Field Values
Constructor Detail

SheetState

public SheetState()
Method Detail

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)

parseScrollPosition

public static Integer[] parseScrollPosition(String value)


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.