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(Component comp)static BindergetBinder(Component comp, boolean recurse)static BinderUtil.UtilContextgetContext()static booleanhasContext()static booleanisHandling(Component comp)static voidmarkHandling(Component comp, Binder binder)static voidpopContext()static BinderUtil.UtilContextpushContext()static voidunmarkHandling(Component comp)
-
-
-
Method Detail
-
unmarkHandling
public static void unmarkHandling(Component comp)
-
isHandling
public static boolean isHandling(Component comp)
-
pushContext
public static BinderUtil.UtilContext pushContext()
-
hasContext
public static boolean hasContext()
-
getContext
public static BinderUtil.UtilContext getContext()
-
popContext
public static void popContext()
-
-