Package org.zkoss.bind.impl
Class BinderUtil
- java.lang.Object
-
- org.zkoss.bind.impl.BinderUtil
-
public class BinderUtil extends java.lang.Object- Author:
- dennis
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBinderUtil.UtilContext
-
Constructor Summary
Constructors Constructor Description BinderUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BindergetBinder(org.zkoss.zk.ui.Component comp)static BindergetBinder(org.zkoss.zk.ui.Component comp, boolean recurse)static BinderUtil.UtilContextgetContext()static booleanhasContext()static booleanisHandling(org.zkoss.zk.ui.Component comp)static voidmarkHandling(org.zkoss.zk.ui.Component comp, Binder binder)static voidpopContext()static BinderUtil.UtilContextpushContext()static voidunmarkHandling(org.zkoss.zk.ui.Component comp)
-
-
-
Method Detail
-
markHandling
public static void markHandling(org.zkoss.zk.ui.Component comp, Binder binder)
-
unmarkHandling
public static void unmarkHandling(org.zkoss.zk.ui.Component comp)
-
isHandling
public static boolean isHandling(org.zkoss.zk.ui.Component comp)
-
getBinder
public static Binder getBinder(org.zkoss.zk.ui.Component comp)
-
getBinder
public static Binder getBinder(org.zkoss.zk.ui.Component comp, boolean recurse)
-
pushContext
public static BinderUtil.UtilContext pushContext()
-
hasContext
public static boolean hasContext()
-
getContext
public static BinderUtil.UtilContext getContext()
-
popContext
public static void popContext()
-
-