Class TimeEditorState

java.lang.Object
org.nuiton.jaxx.widgets.datetime.session.TimeEditorState
All Implemented Interfaces:
State

public class TimeEditorState
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 java.lang.Boolean showTimeEditorSlider  
  • Constructor Summary

    Constructors
    Constructor Description
    TimeEditorState()  
  • Method Summary

    Modifier and Type Method Description
    protected TimeEditor checkComponent​(java.lang.Object o)  
    boolean getShowTimeEditorSlider()  
    State getState​(java.lang.Object o)  
    void setShowTimeEditorSlider​(boolean showTimeEditorSlider)  
    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

    • showTimeEditorSlider

      protected java.lang.Boolean showTimeEditorSlider
  • Constructor Details

    • TimeEditorState

      public TimeEditorState()
  • Method Details

    • getShowTimeEditorSlider

      public boolean getShowTimeEditorSlider()
    • setShowTimeEditorSlider

      public void setShowTimeEditorSlider​(boolean showTimeEditorSlider)
    • 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 TimeEditor checkComponent​(java.lang.Object o)