org.primefaces.component.tabview
Class TabView

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIData
              extended by org.primefaces.component.tabview.TabView
All Implemented Interfaces:
EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.NamingContainer, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.component.UniqueIdVendor, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, Widget

public class TabView
extends javax.faces.component.UIData
implements Widget, javax.faces.component.behavior.ClientBehaviorHolder


Nested Class Summary
protected static class TabView.PropertyKeys
           
 
Field Summary
static String ACTIVE_TAB_CONTENT_CLASS
           
static String ACTIVE_TAB_HEADER_CLASS
           
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
static String CONTAINER_CLASS
           
static String INACTIVE_TAB_CONTENT_CLASS
           
static String INACTIVE_TAB_HEADER_CLASS
           
static String NAVIGATOR_CLASS
           
static String PANELS_CLASS
           
 
Fields inherited from class javax.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Constructor Summary
TabView()
           
 
Method Summary
 Tab findTab(String tabClientId)
           
 int getActiveIndex()
           
 String getEffect()
           
 String getEffectDuration()
           
 Collection<String> getEventNames()
           
protected  javax.faces.context.FacesContext getFacesContext()
           
 String getFamily()
           
 List<Tab> getLoadedTabs()
           
 String getOnTabChange()
           
 String getOnTabShow()
           
 String getOrientation()
           
 String getStyle()
           
 String getStyleClass()
           
 String getWidgetVar()
           
 void handleAttribute(String name, Object value)
           
 boolean isCache()
           
 boolean isContentLoadRequest(javax.faces.context.FacesContext context)
           
 boolean isDynamic()
           
 void processDecodes(javax.faces.context.FacesContext context)
           
 void processUpdates(javax.faces.context.FacesContext context)
           
 void processValidators(javax.faces.context.FacesContext context)
           
 void queueEvent(javax.faces.event.FacesEvent event)
           
protected  void resetActiveIndex()
           
 String resolveWidgetVar()
           
 void setActiveIndex(int _activeIndex)
           
 void setCache(boolean _cache)
           
 void setDynamic(boolean _dynamic)
           
 void setEffect(String _effect)
           
 void setEffectDuration(String _effectDuration)
           
 void setOnTabChange(String _onTabChange)
           
 void setOnTabShow(String _onTabShow)
           
 void setOrientation(String _orientation)
           
 void setStyle(String _style)
           
 void setStyleClass(String _styleClass)
           
 void setWidgetVar(String _widgetVar)
           
 boolean visitTree(javax.faces.component.visit.VisitContext context, javax.faces.component.visit.VisitCallback callback)
           
 
Methods inherited from class javax.faces.component.UIData
broadcast, createUniqueId, encodeBegin, getClientId, getDataModel, getFirst, getFooter, getHeader, getRowCount, getRowData, getRowIndex, getRows, getValue, getVar, invokeOnComponent, isRowAvailable, isRowStatePreserved, markInitialState, restoreState, saveState, setDataModel, setFirst, setFooter, setHeader, setRowIndex, setRows, setRowStatePreserved, setValue, setValueBinding, setValueExpression, setVar
 
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, clearInitialState, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getDefaultEventName, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEvent
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder
addClientBehavior, getClientBehaviors, getDefaultEventName
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values

CONTAINER_CLASS

public static final String CONTAINER_CLASS
See Also:
Constant Field Values

NAVIGATOR_CLASS

public static final String NAVIGATOR_CLASS
See Also:
Constant Field Values

INACTIVE_TAB_HEADER_CLASS

public static final String INACTIVE_TAB_HEADER_CLASS
See Also:
Constant Field Values

ACTIVE_TAB_HEADER_CLASS

public static final String ACTIVE_TAB_HEADER_CLASS
See Also:
Constant Field Values

PANELS_CLASS

public static final String PANELS_CLASS
See Also:
Constant Field Values

ACTIVE_TAB_CONTENT_CLASS

public static final String ACTIVE_TAB_CONTENT_CLASS
See Also:
Constant Field Values

INACTIVE_TAB_CONTENT_CLASS

public static final String INACTIVE_TAB_CONTENT_CLASS
See Also:
Constant Field Values
Constructor Detail

TabView

public TabView()
Method Detail

getFamily

public String getFamily()
Overrides:
getFamily in class javax.faces.component.UIData

getWidgetVar

public String getWidgetVar()

setWidgetVar

public void setWidgetVar(String _widgetVar)

getActiveIndex

public int getActiveIndex()

setActiveIndex

public void setActiveIndex(int _activeIndex)

getEffect

public String getEffect()

setEffect

public void setEffect(String _effect)

getEffectDuration

public String getEffectDuration()

setEffectDuration

public void setEffectDuration(String _effectDuration)

isDynamic

public boolean isDynamic()

setDynamic

public void setDynamic(boolean _dynamic)

isCache

public boolean isCache()

setCache

public void setCache(boolean _cache)

getOnTabChange

public String getOnTabChange()

setOnTabChange

public void setOnTabChange(String _onTabChange)

getOnTabShow

public String getOnTabShow()

setOnTabShow

public void setOnTabShow(String _onTabShow)

getStyle

public String getStyle()

setStyle

public void setStyle(String _style)

getStyleClass

public String getStyleClass()

setStyleClass

public void setStyleClass(String _styleClass)

getOrientation

public String getOrientation()

setOrientation

public void setOrientation(String _orientation)

isContentLoadRequest

public boolean isContentLoadRequest(javax.faces.context.FacesContext context)

findTab

public Tab findTab(String tabClientId)

getLoadedTabs

public List<Tab> getLoadedTabs()

queueEvent

public void queueEvent(javax.faces.event.FacesEvent event)
Overrides:
queueEvent in class javax.faces.component.UIData

processDecodes

public void processDecodes(javax.faces.context.FacesContext context)
Overrides:
processDecodes in class javax.faces.component.UIData

processValidators

public void processValidators(javax.faces.context.FacesContext context)
Overrides:
processValidators in class javax.faces.component.UIData

processUpdates

public void processUpdates(javax.faces.context.FacesContext context)
Overrides:
processUpdates in class javax.faces.component.UIData

resetActiveIndex

protected void resetActiveIndex()

getEventNames

public Collection<String> getEventNames()
Specified by:
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getEventNames in class javax.faces.component.UIComponentBase

visitTree

public boolean visitTree(javax.faces.component.visit.VisitContext context,
                         javax.faces.component.visit.VisitCallback callback)
Overrides:
visitTree in class javax.faces.component.UIData

getFacesContext

protected javax.faces.context.FacesContext getFacesContext()
Overrides:
getFacesContext in class javax.faces.component.UIComponentBase

resolveWidgetVar

public String resolveWidgetVar()
Specified by:
resolveWidgetVar in interface Widget

handleAttribute

public void handleAttribute(String name,
                            Object value)


Copyright © 2012. All Rights Reserved.