Class IconPaneWA
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.iconpanes.AbstractIconPane
-
- org.silverpeas.core.web.util.viewgenerator.html.iconpanes.IconPaneWA
-
- All Implemented Interfaces:
IconPane
,SimpleGraphicElement
public class IconPaneWA extends AbstractIconPane
The default implementation of IconPane interface- Version:
- 1.0
- Author:
- neysseric
-
-
Constructor Summary
Constructors Constructor Description IconPaneWA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
print()
Print an html representation for this object.-
Methods inherited from class org.silverpeas.core.web.util.viewgenerator.html.iconpanes.AbstractIconPane
addEmptyIcon, addIcon, getIcons, getSpacing, setSpacing
-
-
-
-
Method Detail
-
print
public String print()
Description copied from interface:SimpleGraphicElement
Print an html representation for this object.- Returns:
- The html representation for this object.
-
-