Class AbstractBoard
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.board.AbstractBoard
-
- All Implemented Interfaces:
Board
,SimpleGraphicElement
- Direct Known Subclasses:
BoardSilverpeasV5
public abstract class AbstractBoard extends Object implements Board
- Version:
- 1.0
- Author:
- lloiseau
-
-
Constructor Summary
Constructors Constructor Description AbstractBoard()
Constructor declaration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addBody(String body)
add a string on the top of the frame.String
getBody()
Method declarationString
getClasses()
String
getIconsPath()
Method declarationvoid
setClasses(String classes)
set CSS classes on the board.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.web.util.viewgenerator.html.board.Board
printAfter, printBefore
-
Methods inherited from interface org.silverpeas.core.web.util.viewgenerator.html.SimpleGraphicElement
print
-
-
-
-
Method Detail
-
getIconsPath
public String getIconsPath()
Method declaration- Returns:
-
addBody
public void addBody(String body)
add a string on the top of the frame.
-
getBody
public String getBody()
Method declaration- Returns:
-
getClasses
public String getClasses()
-
setClasses
public void setClasses(String classes)
Description copied from interface:Board
set CSS classes on the board.- Specified by:
setClasses
in interfaceBoard
-
-