Schnittstelle TabGroupTagDeclaration
- Alle Superschnittstellen:
- HasAction,- HasActionListener,- HasAutoSpacing,- HasBinding,- HasId,- HasIdBindingAndRendered,- HasTip,- IsImmediateCommand,- IsRendered,- IsVisual
public interface TabGroupTagDeclaration
extends HasIdBindingAndRendered, IsImmediateCommand, HasAction, HasActionListener, IsVisual, HasTip, HasAutoSpacing
Renders a tab group which contains tab panels.
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidsetRenderedIndex(String renderedIndex) For internal use.voidsetSelectedIndex(String selectedIndex) ValueBindingExpression pointing to a Integer to save the component's selected Tab.voidsetShowNavigationBar(String showNavigationBar) Flag indicating that the tab navigation bar is rendered.voidsetSwitchType(String switchType) Indicating how tab switching should be done.voidsetTabChangeListener(String listener) Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasActionsetActionVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasActionListenersetActionListenerVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasAutoSpacingsetAutoSpacingVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasIdsetIdVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasTipsetTipVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsImmediateCommandsetImmediateVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Methodendetails
- 
setSwitchTypeIndicating how tab switching should be done. Possible values are: - client
- Tab switching is done on client, no server Request.
- reloadPage
- Tab switching is done by server request. Full page is reloaded.
- reloadTab
- Tab switching is done by server request. Only the Tab is reloaded.
 - Parameter:
- switchType- Sets the switching type.
 
- 
setSelectedIndexValueBindingExpression pointing to a Integer to save the component's selected Tab.
- 
setRenderedIndexFor internal use. TBD: Check if this is needed any longer.
- 
setTabChangeListener