Package org.zkoss.zkmax.ui.select
Class SelectorsExt
- java.lang.Object
-
- org.zkoss.zkmax.ui.select.SelectorsExt
-
public class SelectorsExt extends java.lang.Object
Extended utilities forSelectors
andSelectorComposer
.- Since:
- 6.0.1
- Author:
- simonpai
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SelectorsExt.ExtendedUtilityHandlerImpl
Extended 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.Object
subscribeEventQueues(java.lang.Object controller)
Subscribe member methods withSubscribe
annotation in the controller object.
-
-
-
Method Detail
-
subscribeEventQueues
public static java.lang.Object subscribeEventQueues(java.lang.Object controller)
Subscribe member methods withSubscribe
annotation in the controller object.- Since:
- 6.0.1
-
-