com.opensymphony.webwork.util
Class TabbedPane
java.lang.Object
com.opensymphony.webwork.util.TabbedPane
- public class TabbedPane
- extends Object
A bean that helps implement a tabbed pane
- Version:
- $Revision: 1.3 $
- Author:
- Onyeje Bose (digi9ten@yahoo.com), Rickard ?berg (rickard@middleware-company.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tabAlign
protected String tabAlign
content
protected Vector content
selectedIndex
protected int selectedIndex
TabbedPane
public TabbedPane(int defaultIndex)
setContent
public void setContent(Vector content)
getContent
public Vector getContent()
setSelectedIndex
public void setSelectedIndex(int selectedIndex)
getSelectedIndex
public int getSelectedIndex()
setTabAlign
public void setTabAlign(String tabAlign)
getTabAlign
public String getTabAlign()