Package jaxx.demo.component.jaxx.editor
Class BeanDoubleListDemoHandler
java.lang.Object
jaxx.demo.component.jaxx.editor.BeanDoubleListDemoHandler
- All Implemented Interfaces:
UIHandler<BeanDoubleListDemo>
public class BeanDoubleListDemoHandler extends java.lang.Object implements UIHandler<BeanDoubleListDemo>
- Author:
- kmorin
-
Constructor Summary
Constructors Constructor Description BeanDoubleListDemoHandler() -
Method Summary
Modifier and Type Method Description voidafterInit(BeanDoubleListDemo ui)voidbeforeInit(BeanDoubleListDemo ui)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BeanDoubleListDemoHandler
public BeanDoubleListDemoHandler()
-
-
Method Details
-
beforeInit
- Specified by:
beforeInitin interfaceUIHandler<BeanDoubleListDemo>
-
afterInit
- Specified by:
afterInitin interfaceUIHandler<BeanDoubleListDemo>
-