Class BeanComboBoxDemoHandler
- java.lang.Object
-
- org.nuiton.jaxx.demo.component.jaxx.editor.BeanComboBoxDemoHandler
-
- All Implemented Interfaces:
UIHandler<BeanComboBoxDemo>
public class BeanComboBoxDemoHandler extends Object implements UIHandler<BeanComboBoxDemo>
HandlerofBeanComboBoxDemo.- Since:
- 2.5.9
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description BeanComboBoxDemoHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInit(BeanComboBoxDemo ui)voidbeforeInit(BeanComboBoxDemo ui)StringgetSelectedResult(People people)
-
-
-
Method Detail
-
beforeInit
public void beforeInit(BeanComboBoxDemo ui)
- Specified by:
beforeInitin interfaceUIHandler<BeanComboBoxDemo>
-
afterInit
public void afterInit(BeanComboBoxDemo ui)
- Specified by:
afterInitin interfaceUIHandler<BeanComboBoxDemo>
-
-