|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.webapp.UIComponentTag
org.apache.myfaces.tobago.taglib.component.TobagoTag
org.apache.myfaces.tobago.taglib.component.TabGroupTag
public class TabGroupTag
Field Summary |
---|
Fields inherited from class javax.faces.webapp.UIComponentTag |
---|
pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
TabGroupTag()
|
Method Summary | |
---|---|
java.lang.String |
getComponentType()
|
java.lang.String |
getShowNavigationBar()
|
java.lang.String |
getTabChangeListener()
|
void |
release()
|
void |
setImmediate(java.lang.String immediate)
Flag indicating that, if this component is activated by the user, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase. |
protected void |
setProperties(javax.faces.component.UIComponent component)
|
void |
setSelectedIndex(java.lang.String selectedIndex)
ValueBindingExpression pointing to a Integer to save the component's selected Tab. |
void |
setServerside(java.lang.String serverside)
Deprecated! |
void |
setShowNavigationBar(java.lang.String showNavigationBar)
Flag indicating that the tab navigation bar is rendered. |
void |
setState(java.lang.String state)
ValueBindingExpression pointing to a Integer to save the component's selected Tab. |
void |
setSwitchType(java.lang.String switchType)
Indicating how tab switching should be done. |
void |
setTabChangeListener(java.lang.String tabChangeListener)
|
Methods inherited from class org.apache.myfaces.tobago.taglib.component.TobagoTag |
---|
doEndTag, doStartTag, getDisabled, getHeight, getHidden, getInline, getLabel, getReadonly, getRendererType, getTitle, getWidth, setDisabled, setHeight, setHidden, setInline, setLabel, setReadonly, setTitle, setWidth |
Methods inherited from class javax.faces.webapp.UIComponentTag |
---|
encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter |
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 |
---|
doEndTag, doStartTag, getParent, setPageContext, setParent |
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId |
---|
setId |
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding |
---|
setBinding |
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRendered |
---|
setRendered |
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasDeprecatedWidth |
---|
setWidth |
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasDeprecatedHeight |
---|
setHeight |
Constructor Detail |
---|
public TabGroupTag()
Method Detail |
---|
public java.lang.String getComponentType()
getComponentType
in class javax.faces.webapp.UIComponentTag
protected void setProperties(javax.faces.component.UIComponent component)
setProperties
in class TobagoTag
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class TobagoTag
public void setServerside(java.lang.String serverside)
TabGroupTagDeclaration
setServerside
in interface TabGroupTagDeclaration
public void setState(java.lang.String state)
TabGroupTagDeclaration
setState
in interface TabGroupTagDeclaration
public void setSelectedIndex(java.lang.String selectedIndex)
TabGroupTagDeclaration
setSelectedIndex
in interface TabGroupTagDeclaration
public void setSwitchType(java.lang.String switchType)
TabGroupTagDeclaration
setSwitchType
in interface TabGroupTagDeclaration
switchType
- Sets the switching type.public void setImmediate(java.lang.String immediate)
IsImmediateCommand
setImmediate
in interface IsImmediateCommand
public java.lang.String getShowNavigationBar()
public void setShowNavigationBar(java.lang.String showNavigationBar)
TabGroupTagDeclaration
setShowNavigationBar
in interface TabGroupTagDeclaration
public java.lang.String getTabChangeListener()
public void setTabChangeListener(java.lang.String tabChangeListener)
setTabChangeListener
in interface TabGroupTagDeclaration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |