org.zkoss.bind.impl
Class BinderUtil

java.lang.Object
  extended by org.zkoss.bind.impl.BinderUtil

public class BinderUtil
extends java.lang.Object

Author:
dennis

Constructor Summary
BinderUtil()
           
 
Method Summary
static Binder getBinder(Component comp)
           
static Binder getBinder(Component comp, boolean recurse)
           
static boolean isHandling(Component comp)
           
static void markHandling(Component comp, Binder binder)
           
static void unmarkHandling(Component comp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinderUtil

public BinderUtil()
Method Detail

markHandling

public static void markHandling(Component comp,
                                Binder binder)

unmarkHandling

public static void unmarkHandling(Component comp)

isHandling

public static boolean isHandling(Component comp)

getBinder

public static Binder getBinder(Component comp)

getBinder

public static Binder getBinder(Component comp,
                               boolean recurse)


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo