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 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInit(SimpleTimeEditorDemo ui)voidbeforeInit(SimpleTimeEditorDemo ui)
-
-
-
Method Detail
-
beforeInit
public void beforeInit(SimpleTimeEditorDemo ui)
- Specified by:
beforeInitin interfaceUIHandler<SimpleTimeEditorDemo>
-
afterInit
public void afterInit(SimpleTimeEditorDemo ui)
- Specified by:
afterInitin interfaceUIHandler<SimpleTimeEditorDemo>
-
-