Package jaxx.demo.component.jaxx.editor
Class SimpleTimeEditorDemoHandler
java.lang.Object
jaxx.demo.component.jaxx.editor.SimpleTimeEditorDemoHandler
- All Implemented Interfaces:
UIHandler<SimpleTimeEditorDemo>
public class SimpleTimeEditorDemoHandler extends java.lang.Object implements UIHandler<SimpleTimeEditorDemo>
Created on 11/22/13.
- Since:
- 2.6
- Author:
- Tony Chemit - chemit@codelutin.com
-
Constructor Summary
Constructors Constructor Description SimpleTimeEditorDemoHandler() -
Method Summary
Modifier and Type Method Description voidafterInit(SimpleTimeEditorDemo ui)voidbeforeInit(SimpleTimeEditorDemo ui)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SimpleTimeEditorDemoHandler
public SimpleTimeEditorDemoHandler()
-
-
Method Details
-
beforeInit
- Specified by:
beforeInitin interfaceUIHandler<SimpleTimeEditorDemo>
-
afterInit
- Specified by:
afterInitin interfaceUIHandler<SimpleTimeEditorDemo>
-