Interface Board
-
- All Superinterfaces:
SimpleGraphicElement
- All Known Implementing Classes:
AbstractBoard
,BoardSilverpeasV5
public interface Board extends SimpleGraphicElement
Board is an interface to be implemented by a graphic element to print a frame in an html format.- Version:
- 1.0
- Author:
- lloiseau
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addBody(String body)
add a string on the board.String
printAfter()
Method declarationString
printBefore()
Method declarationvoid
setClasses(String classes)
set CSS classes on the board.-
Methods inherited from interface org.silverpeas.core.web.util.viewgenerator.html.SimpleGraphicElement
print
-
-