Class FilterableDoubleListState
java.lang.Object
org.nuiton.jaxx.widgets.select.session.FilterableDoubleListState
- All Implemented Interfaces:
State
public class FilterableDoubleListState extends java.lang.Object implements State
Created on 11/30/14.
- Since:
- 2.18
- Author:
- Tony Chemit - chemit@codelutin.com
-
Field Summary
Fields Modifier and Type Field Description protected intindexprotected java.lang.BooleanreverseSort -
Constructor Summary
Constructors Constructor Description FilterableDoubleListState() -
Method Summary
Modifier and Type Method Description protected FilterableDoubleListcheckComponent(java.lang.Object o)intgetIndex()StategetState(java.lang.Object o)booleanisReverseSort()voidsetIndex(int index)voidsetReverseSort(boolean reverseSort)voidsetState(java.lang.Object o, State state)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
index
protected int index -
reverseSort
protected java.lang.Boolean reverseSort
-
-
Constructor Details
-
FilterableDoubleListState
public FilterableDoubleListState()
-
-
Method Details