Class DateTimeEditorState
java.lang.Object
org.nuiton.jaxx.widgets.datetime.session.DateTimeEditorState
- All Implemented Interfaces:
State
public class DateTimeEditorState extends 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 BooleanshowTimeEditorSlider -
Constructor Summary
Constructors Constructor Description DateTimeEditorState() -
Method Summary
Modifier and Type Method Description protected DateTimeEditorcheckComponent(Object o)booleangetShowTimeEditorSlider()StategetState(Object o)voidsetShowTimeEditorSlider(boolean showTimeEditorSlider)voidsetState(Object o, State state)
-
Field Details
-
Constructor Details
-
DateTimeEditorState
public DateTimeEditorState()
-
-
Method Details
-
getShowTimeEditorSlider
public boolean getShowTimeEditorSlider() -
setShowTimeEditorSlider
public void setShowTimeEditorSlider(boolean showTimeEditorSlider) -
getState
-
setState
-
checkComponent
-