Class BeanDoubleListDemoHandler
- java.lang.Object
-
- org.nuiton.jaxx.demo.component.jaxx.editor.BeanDoubleListDemoHandler
-
- All Implemented Interfaces:
UIHandler<BeanDoubleListDemo>
public class BeanDoubleListDemoHandler extends Object implements UIHandler<BeanDoubleListDemo>
- Author:
- kmorin
-
-
Constructor Summary
Constructors Constructor Description BeanDoubleListDemoHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInit(BeanDoubleListDemo ui)voidbeforeInit(BeanDoubleListDemo ui)
-
-
-
Method Detail
-
beforeInit
public void beforeInit(BeanDoubleListDemo ui)
- Specified by:
beforeInitin interfaceUIHandler<BeanDoubleListDemo>
-
afterInit
public void afterInit(BeanDoubleListDemo ui)
- Specified by:
afterInitin interfaceUIHandler<BeanDoubleListDemo>
-
-