public class BeanDoubleListState extends Object implements jaxx.runtime.swing.session.State
| Modifier and Type | Field and Description |
|---|---|
protected int |
index |
protected boolean |
reverseSort |
| Constructor and Description |
|---|
BeanDoubleListState() |
BeanDoubleListState(int index,
boolean reverseSort) |
| Modifier and Type | Method and Description |
|---|---|
protected BeanDoubleList |
checkComponent(Object o) |
int |
getIndex() |
jaxx.runtime.swing.session.State |
getState(Object o) |
boolean |
isReverseSort() |
void |
setIndex(int index) |
void |
setReverseSort(boolean reverseSort) |
void |
setState(Object o,
jaxx.runtime.swing.session.State state) |
public BeanDoubleListState()
public BeanDoubleListState(int index,
boolean reverseSort)
public int getIndex()
public void setIndex(int index)
public boolean isReverseSort()
public void setReverseSort(boolean reverseSort)
protected BeanDoubleList checkComponent(Object o)
public jaxx.runtime.swing.session.State getState(Object o)
getState in interface jaxx.runtime.swing.session.Statepublic void setState(Object o, jaxx.runtime.swing.session.State state)
setState in interface jaxx.runtime.swing.session.StateCopyright © 2008–2014 CodeLutin. All rights reserved.