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 java.lang.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)java.lang.StringgetSelectedResult(People people)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BeanComboBoxDemoHandler
public BeanComboBoxDemoHandler()
-
-
Method Details
-
beforeInit
- Specified by:
beforeInitin interfaceUIHandler<BeanComboBoxDemo>
-
afterInit
- Specified by:
afterInitin interfaceUIHandler<BeanComboBoxDemo>
-
getSelectedResult
-