|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.pow2.webgui.Widget
com.pow2.webgui.tabbedselector.Tab
public class Tab
Tab class.
| Field Summary | |
|---|---|
protected static int |
DOWN
DOWN is a deselected tab, but not a left-most one. |
protected static String |
FOLLOWUP_PARAMETER
|
protected static String |
FOLLOWUP_PARAMETER_PREFIX
|
static String |
KEY
tabbedSelector key |
protected static int |
LEFTDOWN
LEFTDOWN is the left-most deselected tab. |
static int |
LEFTUP
LEFTUP is the left-most selected tab. |
protected int |
type
Tab type. |
protected static int |
UP
UP is a selected tab, but not a left-most one. |
| Fields inherited from class com.pow2.webgui.Widget |
|---|
cat, color, content, contentProvider, contentProviderName, drawer, followUp, height, id, name, parentW, title, titleType, widgetDrawer, widgetInfo, width |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
|---|
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
|---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
|---|
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
Tab()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getFollowUp()
Gets the followUp attribute of the Tab object. |
int |
getType()
Gets the type attribute of the Tab object |
protected boolean |
isSelected()
Check if this tab is the tabbedPanel selected tab. |
protected void |
setType()
Sets the type attribute of the Tab object. |
void |
setType(int newType)
Sets the type attribute of the Tab object |
| Methods inherited from class com.pow2.webgui.Widget |
|---|
draw, getColor, getContent, getContentProvider, getContentProviderName, getDrawer, getHeight, getId, getName, getParentW, getTitle, getTitleType, getWidgetDrawer, getWidgetInfo, getWidth, setColor, setContent, setContentProvider, setContentProviderName, setDrawer, setFollowUp, setHeight, setId, setName, setParentW, setTitle, setTitleType, setWidgetDrawer, setWidgetInfo, setWidth, updateAttributes |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
|---|
doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
getParent, setPageContext, setParent |
| Field Detail |
|---|
public static final int LEFTUP
protected static final int LEFTDOWN
protected static final int UP
protected static final int DOWN
public static final String KEY
protected static final String FOLLOWUP_PARAMETER_PREFIX
protected static final String FOLLOWUP_PARAMETER
protected int type
| Constructor Detail |
|---|
public Tab()
| Method Detail |
|---|
public void setType(int newType)
newType - The new type valuepublic int getType()
public String getFollowUp()
getFollowUp in class Widgetprotected void setType()
protected boolean isSelected()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||