Package org.nuiton.jaxx.widgets.config
Class ConfigCategoryUIHandler
- java.lang.Object
-
- org.nuiton.jaxx.widgets.config.ConfigCategoryUIHandler
-
- All Implemented Interfaces:
UIHandler<ConfigCategoryUI>
public class ConfigCategoryUIHandler extends Object implements UIHandler<ConfigCategoryUI>
Handler ofConfigCategoryUI.- Since:
- 2.5.11
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description ConfigCategoryUIHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInit(ConfigCategoryUI ui)voidbeforeInit(ConfigCategoryUI ui)voidcopyCellValue()voidresetOptionValue()
-
-
-
Method Detail
-
beforeInit
public void beforeInit(ConfigCategoryUI ui)
- Specified by:
beforeInitin interfaceUIHandler<ConfigCategoryUI>
-
afterInit
public void afterInit(ConfigCategoryUI ui)
- Specified by:
afterInitin interfaceUIHandler<ConfigCategoryUI>
-
copyCellValue
public void copyCellValue()
-
resetOptionValue
public void resetOptionValue()
-
-