Class WidgetType

java.lang.Object
de.hybris.platform.cockpit.model.meta.impl.DefaultObjectType
de.hybris.platform.cockpit.model.meta.impl.WidgetType
All Implemented Interfaces:
ExtendedType, ObjectType, RedeclarableObjectType
Direct Known Subclasses:
DefaultTypeService.MyWidgetType, WidgetTypeLoader.MyWidgetType

public class WidgetType extends DefaultObjectType implements ExtendedType
  • Field Details

  • Constructor Details

  • Method Details

    • getComposedType

      public ComposedTypeModel getComposedType()
    • 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()
    • toString

      public String toString()
      Overrides:
      toString in class DefaultObjectType
    • getName

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

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

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

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