com.stratelia.webactiv.util.viewGenerator.html.buttonPanes
Interface ButtonPane

All Superinterfaces:
SimpleGraphicElement
All Known Implementing Classes:
AbstractButtonPane, ButtonPaneWA2

public interface ButtonPane
extends SimpleGraphicElement

The Browse interface gives us the skeleton for all funtionnalities we need to display typical WA browse bar

Version:
1.0
Author:
neysseri

Method Summary
 void addButton(Button button)
          Method declaration
 String print()
          Print the browseBar in an html format.
 void setHorizontalPosition()
          Method declaration
 void setVerticalPosition()
          Method declaration
 void setVerticalWidth(String width)
          Method declaration
 

Method Detail

addButton

void addButton(Button button)
Method declaration

Parameters:
button -
See Also:

setVerticalPosition

void setVerticalPosition()
Method declaration

See Also:

setVerticalWidth

void setVerticalWidth(String width)
Method declaration

Parameters:
width -
See Also:

setHorizontalPosition

void setHorizontalPosition()
Method declaration

See Also:

print

String print()
Print the browseBar in an html format.

Specified by:
print in interface SimpleGraphicElement
Returns:
The html based line code


Copyright © 2016 Silverpeas. All Rights Reserved.