Package org.zkoss.zkmax.ui.select
Class SelectorsExt.ExtendedUtilityHandlerImpl
- java.lang.Object
-
- org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
-
- org.zkoss.zkmax.ui.select.SelectorsExt.ExtendedUtilityHandlerImpl
-
- All Implemented Interfaces:
org.zkoss.zk.ui.select.SelectorComposer.UtilityHandler
- Enclosing class:
- SelectorsExt
public static class SelectorsExt.ExtendedUtilityHandlerImpl extends org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImplExtended utility implementation forSelectorComposer.- Since:
- 6.0.1
- Author:
- simonpai
-
-
Constructor Summary
Constructors Constructor Description ExtendedUtilityHandlerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostSubscriptionHandling(java.lang.Object subsInfo, java.lang.Object target)java.lang.ObjectresubscribeEventQueues(java.lang.Object controller)java.lang.ObjectsubscribeEventQueues(java.lang.Object controller)
-
-
-
Method Detail
-
subscribeEventQueues
public java.lang.Object subscribeEventQueues(java.lang.Object controller)
- Specified by:
subscribeEventQueuesin interfaceorg.zkoss.zk.ui.select.SelectorComposer.UtilityHandler- Overrides:
subscribeEventQueuesin classorg.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
-
resubscribeEventQueues
public java.lang.Object resubscribeEventQueues(java.lang.Object controller)
- Specified by:
resubscribeEventQueuesin interfaceorg.zkoss.zk.ui.select.SelectorComposer.UtilityHandler- Overrides:
resubscribeEventQueuesin classorg.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
-
postSubscriptionHandling
public void postSubscriptionHandling(java.lang.Object subsInfo, java.lang.Object target)- Specified by:
postSubscriptionHandlingin interfaceorg.zkoss.zk.ui.select.SelectorComposer.UtilityHandler- Overrides:
postSubscriptionHandlingin classorg.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
-
-