Klasse UITabGroup
java.lang.Object
jakarta.faces.component.UIComponent
jakarta.faces.component.UIComponentBase
jakarta.faces.component.UIPanel
org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase
org.apache.myfaces.tobago.internal.component.AbstractUITabGroup
org.apache.myfaces.tobago.component.UITabGroup
- Alle implementierten Schnittstellen:
- jakarta.faces.component.ActionSource,- jakarta.faces.component.ActionSource2,- jakarta.faces.component.behavior.ClientBehaviorHolder,- jakarta.faces.component.PartialStateHolder,- jakarta.faces.component.StateHolder,- jakarta.faces.component.TransientStateHolder,- jakarta.faces.event.ComponentSystemEventListener,- jakarta.faces.event.FacesListener,- jakarta.faces.event.SystemEventListenerHolder,- EventListener,- SupportsAutoSpacing,- Visual,- TabChangeSource
Renders a tab group which contains tab panels.
 UIComponent class, generated from template 
component.stg with class
 TabGroupTagDeclaration.- 
FeldübersichtFelderVon Klasse geerbte Felder jakarta.faces.component.UIComponentATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, FACETS_KEY, VIEW_LOCATION_KEY
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungjakarta.el.MethodExpressionjakarta.el.MethodExpressionAutomatically add spacing (margins/paddings) to the component for better positioning.Sets a CSS class in its parent, if the parent supports it.For internal use.ValueBindingExpression pointing to a Integer to save the component's selected Tab.Indicating how tab switching should be done.jakarta.el.MethodExpressiongetTip()Text value to display as tooltip.booleanFlag 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.booleanFlag indicating that the tab navigation bar is rendered.voidrestoreState(jakarta.faces.context.FacesContext context, Object state) voidsetActionExpression(jakarta.el.MethodExpression action) voidsetActionListenerExpression(jakarta.el.MethodExpression actionListener) voidsetAutoSpacing(Boolean autoSpacing) voidsetCustomClass(CustomClass customClass) voidsetImmediate(boolean immediate) voidvoidsetRenderedIndex(Integer renderedIndex) voidsetSelectedIndex(Integer selectedIndex) voidsetShowNavigationBar(boolean showNavigationBar) voidsetSwitchType(SwitchType switchType) voidsetTabChangeListenerExpression(jakarta.el.MethodExpression tabChangeListener) voidVon Klasse geerbte Methoden org.apache.myfaces.tobago.internal.component.AbstractUITabGroupaddActionListener, addTabChangeListener, broadcast, encodeChildren, encodeEnd, getActionListeners, getActiveTab, getRendersChildren, getTabChangeListeners, getTabs, processDecodes, processUpdates, processValidators, queueEvent, removeActionListener, removeTabChangeListenerVon Klasse geerbte Methoden jakarta.faces.component.UIComponentBaseaddClientBehavior, addFacesListener, clearInitialState, decode, encodeAll, encodeBegin, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, visitTreeVon Klasse geerbte Methoden jakarta.faces.component.UIComponentgetClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEventVon Klasse geerbte Methoden java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden jakarta.faces.component.behavior.ClientBehaviorHolderaddClientBehavior, getClientBehaviorsVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.component.SupportsAutoSpacinggetAutoSpacingVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.component.VisualgetRendererType, isPlain
- 
Felddetails- 
COMPONENT_TYPE
- 
COMPONENT_FAMILY- Siehe auch:
 
 
- 
- 
Konstruktordetails- 
UITabGrouppublic UITabGroup()
 
- 
- 
Methodendetails- 
getEventNames- Angegeben von:
- getEventNamesin Schnittstelle- jakarta.faces.component.behavior.ClientBehaviorHolder
- Setzt außer Kraft:
- getEventNamesin Klasse- jakarta.faces.component.UIComponentBase
 
- 
getDefaultEventName- Angegeben von:
- getDefaultEventNamein Schnittstelle- jakarta.faces.component.behavior.ClientBehaviorHolder
- Setzt außer Kraft:
- getDefaultEventNamein Klasse- jakarta.faces.component.UIComponentBase
 
- 
getFamily- Setzt außer Kraft:
- getFamilyin Klasse- jakarta.faces.component.UIPanel
 
- 
getRenderedIndexFor internal use. TBD: Check if this is needed any longer.
 Default:0- Angegeben von:
- getRenderedIndexin Klasse- AbstractUITabGroup
 
- 
setRenderedIndex- Angegeben von:
- setRenderedIndexin Klasse- AbstractUITabGroup
 
- 
getActionListenerExpressionpublic jakarta.el.MethodExpression getActionListenerExpression()
- 
setActionListenerExpressionpublic void setActionListenerExpression(jakarta.el.MethodExpression actionListener) 
- 
getAutoSpacingAutomatically add spacing (margins/paddings) to the component for better positioning. Default is 'true' except the component is inside a: - header - footer - bar - sheet - tree - link group - button group - before facet - after facet - label facet - bar facet
- 
setAutoSpacing
- 
getSwitchTypeIndicating 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.
 
 Default:client
 Allowed Values:client,reloadPage,reloadTab- Angegeben von:
- getSwitchTypein Klasse- AbstractUITabGroup
 
- 
setSwitchType
- 
getTabChangeListenerExpressionpublic jakarta.el.MethodExpression getTabChangeListenerExpression()
- 
setTabChangeListenerExpressionpublic void setTabChangeListenerExpression(jakarta.el.MethodExpression tabChangeListener) 
- 
getMarkup
- 
setMarkup
- 
isImmediatepublic boolean isImmediate()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.
 Default:false
- 
setImmediatepublic void setImmediate(boolean immediate) 
- 
getActionExpressionpublic jakarta.el.MethodExpression getActionExpression()
- 
setActionExpressionpublic void setActionExpression(jakarta.el.MethodExpression action) 
- 
getCustomClassSets a CSS class in its parent, if the parent supports it. Which this feature it is possible to put a CSS class name into a component with the <tc:style> tag. Example:<tc:in> <tc:style customClass="my-emphasized"/> </tc:in>One capability is, to used external CSS libs.
 This feature should not be used imprudent. Because it might be unstable against changes in the renderered HTML code.
- 
setCustomClass
- 
getTipText value to display as tooltip.- Angegeben von:
- getTipin Klasse- AbstractUIPanelBase
 
- 
setTip
- 
getSelectedIndexValueBindingExpression pointing to a Integer to save the component's selected Tab.
 Default:0- Angegeben von:
- getSelectedIndexin Klasse- AbstractUITabGroup
 
- 
setSelectedIndex- Angegeben von:
- setSelectedIndexin Klasse- AbstractUITabGroup
 
- 
restoreState- Angegeben von:
- restoreStatein Schnittstelle- jakarta.faces.component.StateHolder
- Setzt außer Kraft:
- restoreStatein Klasse- jakarta.faces.component.UIComponentBase
 
 
-