Package org.zkoss.zkmax.ui.select
Class SelectorsExt
- java.lang.Object
-
- org.zkoss.zkmax.ui.select.SelectorsExt
-
public class SelectorsExt extends java.lang.ObjectExtended utilities forSelectorsandSelectorComposer.- Since:
- 6.0.1
- Author:
- simonpai
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSelectorsExt.ExtendedUtilityHandlerImplExtended utility implementation forSelectorComposer.
-
Constructor Summary
Constructors Constructor Description SelectorsExt()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.ObjectsubscribeEventQueues(java.lang.Object controller)Subscribe member methods withSubscribeannotation in the controller object.
-
-
-
Method Detail
-
subscribeEventQueues
public static java.lang.Object subscribeEventQueues(java.lang.Object controller)
Subscribe member methods withSubscribeannotation in the controller object.- Since:
- 6.0.1
-
-