org.apache.struts2.util
Class TabbedPane
java.lang.Object
org.apache.struts2.util.TabbedPane
public class TabbedPane
- extends Object
A bean that helps implement a tabbed pane
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()
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.