Package com.identity4j.util.i18n
Interface IconifiableEntity
-
- All Superinterfaces:
Entity,Identifiable<String>
public interface IconifiableEntity extends Entity
An extension ofEntitythat should be used for entities that may have an icon when rendered.
This is the logical name of the icon, size is determined by renderer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIconName()Get the logical icon name
-
-
-
Method Detail
-
getIconName
String getIconName()
Get the logical icon name- Returns:
- icon name
-
-