Class AnyResourceType

  • All Implemented Interfaces:
    ClientResourceType, org.uberfire.workbench.type.ResourceTypeDefinition

    @ApplicationScoped
    public class AnyResourceType
    extends org.uberfire.workbench.type.AnyResourceTypeDefinition
    implements ClientResourceType
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getDescription()  
      com.google.gwt.user.client.ui.IsWidget getIcon()
      An icon representing the resource type
      • Methods inherited from class org.uberfire.workbench.type.AnyResourceTypeDefinition

        accept, getCategory, getPrefix, getPriority, getShortName, getSimpleWildcardPattern, getSuffix
      • Methods inherited from interface org.uberfire.workbench.type.ResourceTypeDefinition

        accept, getCategory, getDiffMode, getPrefix, getPriority, getShortName, getSimpleWildcardPattern, getSuffix
    • Constructor Detail

      • AnyResourceType

        public AnyResourceType()
      • AnyResourceType

        @Inject
        public AnyResourceType​(org.uberfire.workbench.category.Others others)
    • Method Detail

      • getIcon

        public com.google.gwt.user.client.ui.IsWidget getIcon()
        Description copied from interface: ClientResourceType
        An icon representing the resource type
        Specified by:
        getIcon in interface ClientResourceType
        Returns:
        the icon
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface org.uberfire.workbench.type.ResourceTypeDefinition
        Overrides:
        getDescription in class org.uberfire.workbench.type.AnyResourceTypeDefinition