Tobago Core
Package Index
|
Class Index
org.apache.myfaces.tobago.ajax
org.apache.myfaces.tobago.application
org.apache.myfaces.tobago.component
org.apache.myfaces.tobago.config
org.apache.myfaces.tobago.context
org.apache.myfaces.tobago.convert
org.apache.myfaces.tobago.el
org.apache.myfaces.tobago.event
org.apache.myfaces.tobago.layout
org.apache.myfaces.tobago.model
org.apache.myfaces.tobago.renderkit
org.apache.myfaces.tobago.renderkit.css
org.apache.myfaces.tobago.renderkit.html
org.apache.myfaces.tobago.servlet
org.apache.myfaces.tobago.util
org.apache.myfaces.tobago.validator
org.apache.myfaces.tobago.webapp
Interfaces
PageState
SortableByApplication
TreeAnalyser
Classes
AutoSuggestExtensionItem
AutoSuggestItem
AutoSuggestItems
CalendarModel
DateModel
DefaultMutableTreeNodeAnalyser
MixedTreeModel
Node
PageStateImpl
SelectItem
SheetState
TreePath
Wizard
WizardStep
Enums
TreeSelectable
Package Index
|
Class Index
Summary:
Constants
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
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
()
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)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0)
final void
wait
(long arg0, int arg1)
Constants
public static final
String
SEPARATOR
Constant Value:
","
Public Constructors
public
SheetState
()
Public Methods
public
String
getColumnWidths
()
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
setFirst
(int first)
public void
setScrollPosition
(
Integer[]
scrollPosition)
public void
setSelectedRows
(
List
<
Integer
> selectedRows)
public void
setSortedColumnId
(
String
sortedColumnId)
public void
updateSortState
(SortActionEvent sortEvent)