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 int index  
    protected java.lang.Boolean reverseSort  
  • Constructor Summary

    Constructors
    Constructor Description
    FilterableDoubleListState()  
  • Method Summary

    Modifier and Type Method Description
    protected FilterableDoubleList checkComponent​(java.lang.Object o)  
    int getIndex()  
    State getState​(java.lang.Object o)  
    boolean isReverseSort()  
    void setIndex​(int index)  
    void setReverseSort​(boolean reverseSort)  
    void setState​(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

    • getIndex

      public int getIndex()
    • setIndex

      public void setIndex​(int index)
    • isReverseSort

      public boolean isReverseSort()
    • setReverseSort

      public void setReverseSort​(boolean reverseSort)
    • getState

      public State getState​(java.lang.Object o)
      Specified by:
      getState in interface State
    • setState

      public void setState​(java.lang.Object o, State state)
      Specified by:
      setState in interface State
    • checkComponent

      protected FilterableDoubleList checkComponent​(java.lang.Object o)