Package org.zkoss.bind.init
Class ZKBinderPhaseListeners
- java.lang.Object
-
- org.zkoss.bind.init.ZKBinderPhaseListeners
-
- All Implemented Interfaces:
org.zkoss.zk.ui.util.AggregationListener
public class ZKBinderPhaseListeners extends java.lang.Object implements org.zkoss.zk.ui.util.AggregationListenerAn aggregating phase listeners- Since:
- 8.0.0
- Author:
- jumperchen
- See Also:
PhaseListener
-
-
Constructor Summary
Constructors Constructor Description ZKBinderPhaseListeners()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.List<PhaseListener>getSystemPhaseListeners()Returns all of the system phase listenersbooleanisHandled(java.lang.Class<?> klass)
-
-
-
Method Detail
-
isHandled
public boolean isHandled(java.lang.Class<?> klass)
- Specified by:
isHandledin interfaceorg.zkoss.zk.ui.util.AggregationListener
-
getSystemPhaseListeners
public static java.util.List<PhaseListener> getSystemPhaseListeners()
Returns all of the system phase listeners
-
-