Class DotResourceType
- java.lang.Object
-
- org.uberfire.workbench.type.DotResourceTypeDefinition
-
- org.uberfire.client.workbench.type.DotResourceType
-
- All Implemented Interfaces:
ClientResourceType,org.uberfire.workbench.type.ResourceTypeDefinition
@ApplicationScoped public class DotResourceType extends org.uberfire.workbench.type.DotResourceTypeDefinition implements ClientResourceType
-
-
Constructor Summary
Constructors Constructor Description DotResourceType()DotResourceType(org.uberfire.workbench.category.Others category)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()com.google.gwt.user.client.ui.IsWidgetgetIcon()An icon representing the resource type-
Methods inherited from class org.uberfire.workbench.type.DotResourceTypeDefinition
accept, getCategory, getPrefix, getPriority, getShortName, getSimpleWildcardPattern, getSuffix
-
-
-
-
Method Detail
-
getIcon
public com.google.gwt.user.client.ui.IsWidget getIcon()
Description copied from interface:ClientResourceTypeAn icon representing the resource type- Specified by:
getIconin interfaceClientResourceType- Returns:
- the icon
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceorg.uberfire.workbench.type.ResourceTypeDefinition- Overrides:
getDescriptionin classorg.uberfire.workbench.type.DotResourceTypeDefinition
-
-