Package org.xwiki.icon
Class Icon
- java.lang.Object
-
- org.xwiki.icon.Icon
-
public class Icon extends Object
An icon that have a name and a value to help rendering it.- Since:
- 6.2M1
- Version:
- $Id: 39b73305ed75ef7f6967685356dd595ce3f66190 $
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue()
void
setValue(String value)
Set the value of the icon.
-
-
-
Constructor Detail
-
Icon
public Icon()
Default constructor.
-
Icon
public Icon(String value)
Constructor.- Parameters:
value
- value of the icon
-
-