Class BinderUtil


  • public class BinderUtil
    extends java.lang.Object
    Author:
    dennis
    • 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,
                                       boolean recurse)
      • hasContext

        public static boolean hasContext()
      • popContext

        public static void popContext()