Class AbstractFrame
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.frame.AbstractFrame
-
- All Implemented Interfaces:
Frame
,SimpleGraphicElement
- Direct Known Subclasses:
FrameSilverpeasV5
public abstract class AbstractFrame extends Object implements Frame
- Version:
- 1.0
- Author:
- mraverdy&lloiseau
-
-
Constructor Summary
Constructors Constructor Description AbstractFrame()
Constructor declaration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addBottom(String bottom)
add a string on the bottom of the frame.void
addTitle(String title)
Method declarationvoid
addTop(String top)
add a string on the top of the frame.String
getBottom()
Method declarationString
getIconsPath()
Method declarationString
getTitle()
Method declarationString
getTop()
Method declarationboolean
hasMiddle()
Method declarationvoid
setMiddle()
Method declaration-
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.frame.Frame
printAfter, printBefore, printMiddle
-
Methods inherited from interface org.silverpeas.core.web.util.viewgenerator.html.SimpleGraphicElement
print
-
-
-
-
Method Detail
-
getIconsPath
public String getIconsPath()
Method declaration- Returns:
-
addTop
public void addTop(String top)
add a string on the top of the frame.
-
getTop
public String getTop()
Method declaration- Returns:
-
addBottom
public void addBottom(String bottom)
add a string on the bottom of the frame.
-
getBottom
public String getBottom()
Method declaration- Returns:
-
addTitle
public void addTitle(String title)
Method declaration
-
getTitle
public String getTitle()
Method declaration- Returns:
-
hasMiddle
public boolean hasMiddle()
Method declaration- Returns:
-
setMiddle
public void setMiddle()
Method declaration
-
-