Class FilterableDoubleListDemoHandler
java.lang.Object
jaxx.demo.component.jaxx.widgets.select.FilterableDoubleListDemoHandler
- All Implemented Interfaces:
UIHandler<FilterableDoubleListDemo>
public class FilterableDoubleListDemoHandler extends java.lang.Object implements UIHandler<FilterableDoubleListDemo>
Created on 11/28/14.
- Since:
- 2.18
- Author:
- Tony Chemit - chemit@codelutin.com
-
Constructor Summary
Constructors Constructor Description FilterableDoubleListDemoHandler() -
Method Summary
Modifier and Type Method Description voidafterInit(FilterableDoubleListDemo ui)voidbeforeInit(FilterableDoubleListDemo ui)java.lang.StringupdateResultText(java.util.List<People> selected)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FilterableDoubleListDemoHandler
public FilterableDoubleListDemoHandler()
-
-
Method Details
-
beforeInit
- Specified by:
beforeInitin interfaceUIHandler<FilterableDoubleListDemo>
-
afterInit
- Specified by:
afterInitin interfaceUIHandler<FilterableDoubleListDemo>
-
updateResultText
-