Class AbstractIconPane
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.iconpanes.AbstractIconPane
-
- All Implemented Interfaces:
IconPane
,SimpleGraphicElement
- Direct Known Subclasses:
IconPaneWA
public abstract class AbstractIconPane extends Object implements IconPane
The default implementation of IconPane interface- Version:
- 1.0
- Author:
- neysseric
-
-
Constructor Summary
Constructors Constructor Description AbstractIconPane()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Icon
addEmptyIcon()
Return an icon using the 1px imageIcon
addIcon()
List<Icon>
getIcons()
String
getSpacing()
void
setSpacing(String space)
-
-
-
Method Detail
-
addEmptyIcon
public Icon addEmptyIcon()
Description copied from interface:IconPane
Return an icon using the 1px image- Specified by:
addEmptyIcon
in interfaceIconPane
- Returns:
- an Icon
-
setSpacing
public void setSpacing(String space)
- Specified by:
setSpacing
in interfaceIconPane
-
getSpacing
public String getSpacing()
-
-