public class BinderUtil
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BinderUtil.UtilContext |
Constructor and Description |
---|
BinderUtil() |
Modifier and Type | Method and Description |
---|---|
static Binder |
getBinder(Component comp) |
static Binder |
getBinder(Component comp,
boolean recurse) |
static BinderUtil.UtilContext |
getContext() |
static boolean |
hasContext() |
static boolean |
isHandling(Component comp) |
static void |
markHandling(Component comp,
Binder binder) |
static void |
popContext() |
static BinderUtil.UtilContext |
pushContext() |
static void |
unmarkHandling(Component comp) |
public static void unmarkHandling(Component comp)
public static boolean isHandling(Component comp)
public static BinderUtil.UtilContext pushContext()
public static boolean hasContext()
public static BinderUtil.UtilContext getContext()
public static void popContext()
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.