Package jaxx.demo.component.jaxx.editor
Class BeanComboBoxDemoHandler
java.lang.Object
jaxx.demo.component.jaxx.editor.BeanComboBoxDemoHandler
- All Implemented Interfaces:
UIHandler<BeanComboBoxDemo>
public class BeanComboBoxDemoHandler extends Object implements UIHandler<BeanComboBoxDemo>
Handlerof
BeanComboBoxDemo.- Since:
- 2.5.9
- Author:
- Tony Chemit - chemit@codelutin.com
-
Constructor Summary
Constructors Constructor Description BeanComboBoxDemoHandler() -
Method Summary
Modifier and Type Method Description voidafterInit(BeanComboBoxDemo ui)voidbeforeInit(BeanComboBoxDemo ui)StringgetSelectedResult(People people)
-
Constructor Details
-
BeanComboBoxDemoHandler
public BeanComboBoxDemoHandler()
-
-
Method Details
-
beforeInit
- Specified by:
beforeInitin interfaceUIHandler<BeanComboBoxDemo>
-
afterInit
- Specified by:
afterInitin interfaceUIHandler<BeanComboBoxDemo>
-
getSelectedResult
-