Class AttributeUtils


  • public class AttributeUtils
    extends Object
    • Constructor Detail

      • AttributeUtils

        public AttributeUtils()
    • Method Detail

      • getBooleanAttribute

        public static boolean getBooleanAttribute​(UIComponent component,
                                                  String attrName,
                                                  boolean defaultValue)
      • getIntegerAttribute

        public static int getIntegerAttribute​(UIComponent component,
                                              String attrName,
                                              int defaultValue)