Class NumberEditorDemoHandler
- java.lang.Object
-
- org.nuiton.jaxx.demo.component.jaxx.widgets.number.NumberEditorDemoHandler
-
- All Implemented Interfaces:
UIHandler<NumberEditorDemo>
public class NumberEditorDemoHandler extends Object implements UIHandler<NumberEditorDemo>
Created on 11/23/14.- Since:
- XXX
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description NumberEditorDemoHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInit(NumberEditorDemo ui)voidbeforeInit(NumberEditorDemo ui)
-
-
-
Method Detail
-
beforeInit
public void beforeInit(NumberEditorDemo ui)
- Specified by:
beforeInitin interfaceUIHandler<NumberEditorDemo>
-
afterInit
public void afterInit(NumberEditorDemo ui)
- Specified by:
afterInitin interfaceUIHandler<NumberEditorDemo>
-
-