Class WidgetType

    • Field Detail

      • WIDGET_TYPE_PREFIX

        public static final java.lang.String WIDGET_TYPE_PREFIX
        See Also:
        Constant Field Values
    • Method Detail

      • isAbstract

        public boolean isAbstract()
        Description copied from interface: ObjectType
        Returns true if this type is not suitable for creating instances.
        Specified by:
        isAbstract in interface ObjectType
      • isJaloOnly

        public boolean isJaloOnly()
      • isSingleton

        public boolean isSingleton()
      • getName

        public java.lang.String getName()
        Description copied from interface: ObjectType
        Returns type name according to current session language
        Specified by:
        getName in interface ObjectType
      • getName

        public java.lang.String getName​(java.lang.String languageIsoCode)
        Description copied from interface: ObjectType
        Returns type name according to given language
        Specified by:
        getName in interface ObjectType
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: ObjectType
        Returns type description according to current session language
        Specified by:
        getDescription in interface ObjectType
      • getDescription

        public java.lang.String getDescription​(java.lang.String languageIsoCode)
        Description copied from interface: ObjectType
        Returns type description according to given language
        Specified by:
        getDescription in interface ObjectType