Class ButtonPaneWA2
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.buttonpanes.AbstractButtonPane
-
- org.silverpeas.core.web.util.viewgenerator.html.buttonpanes.ButtonPaneWA2
-
- All Implemented Interfaces:
ButtonPane
,SimpleGraphicElement
public class ButtonPaneWA2 extends AbstractButtonPane
The default implementation of ArrayPane interface- Version:
- 1.0
- Author:
- squere
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.web.util.viewgenerator.html.buttonpanes.AbstractButtonPane
HORIZONTAL_PANE, VERTICAL_PANE
-
-
Constructor Summary
Constructors Constructor Description ButtonPaneWA2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
horizontalPrint()
Method declarationString
print()
Print the browseBar in an html format.String
verticalPrint()
Method declaration-
Methods inherited from class org.silverpeas.core.web.util.viewgenerator.html.buttonpanes.AbstractButtonPane
addButton, getButtons, getCssClass, getVerticalWidth, getViewType, setCssClass, setHorizontalPosition, setVerticalPosition, setVerticalWidth
-
-
-
-
Method Detail
-
horizontalPrint
public String horizontalPrint()
Description copied from class:AbstractButtonPane
Method declaration- Specified by:
horizontalPrint
in classAbstractButtonPane
- Returns:
-
verticalPrint
public String verticalPrint()
Description copied from class:AbstractButtonPane
Method declaration- Specified by:
verticalPrint
in classAbstractButtonPane
- Returns:
-
print
public String print()
Description copied from interface:ButtonPane
Print the browseBar in an html format.- Returns:
- The html based line code
-
-