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 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)
-
Constructor Details
-
BeanDoubleListDemoHandler
public BeanDoubleListDemoHandler()
-
-
Method Details
-
beforeInit
- Specified by:
beforeInitin interfaceUIHandler<BeanDoubleListDemo>
-
afterInit
- Specified by:
afterInitin interfaceUIHandler<BeanDoubleListDemo>
-