org.apache.struts2.util
Class TabbedPane

java.lang.Object
  extended by org.apache.struts2.util.TabbedPane

public class TabbedPane
extends Object

A bean that helps implement a tabbed pane


Field Summary
protected  Vector content
           
protected  int selectedIndex
           
protected  String tabAlign
           
 
Constructor Summary
TabbedPane(int defaultIndex)
           
 
Method Summary
 Vector getContent()
           
 int getSelectedIndex()
           
 String getTabAlign()
           
 void setContent(Vector content)
           
 void setSelectedIndex(int selectedIndex)
           
 void setTabAlign(String tabAlign)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tabAlign

protected String tabAlign

content

protected Vector content

selectedIndex

protected int selectedIndex
Constructor Detail

TabbedPane

public TabbedPane(int defaultIndex)
Method Detail

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-2012 Apache Software Foundation. All Rights Reserved.