Class FilterableDoubleListDemoHandler
- java.lang.Object
-
- org.nuiton.jaxx.demo.component.jaxx.widgets.select.FilterableDoubleListDemoHandler
-
- All Implemented Interfaces:
UIHandler<FilterableDoubleListDemo>
public class FilterableDoubleListDemoHandler extends Object implements UIHandler<FilterableDoubleListDemo>
Created on 11/28/14.- Since:
- 2.18
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description FilterableDoubleListDemoHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInit(FilterableDoubleListDemo ui)voidbeforeInit(FilterableDoubleListDemo ui)StringupdateResultText(List<People> selected)
-
-
-
Method Detail
-
beforeInit
public void beforeInit(FilterableDoubleListDemo ui)
- Specified by:
beforeInitin interfaceUIHandler<FilterableDoubleListDemo>
-
afterInit
public void afterInit(FilterableDoubleListDemo ui)
- Specified by:
afterInitin interfaceUIHandler<FilterableDoubleListDemo>
-
-