org.richfaces.component
Class UIPanelBarItem

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.richfaces.component.UIPanelBarItem
All Implemented Interfaces:
javax.faces.component.StateHolder
Direct Known Subclasses:
HtmlPanelBarItem

public abstract class UIPanelBarItem
extends javax.faces.component.UIComponentBase


Field Summary
static java.lang.String COMPONENT_TYPE
           
 
Constructor Summary
UIPanelBarItem()
           
 
Method Summary
abstract  java.lang.String getLabel()
           
 UIPanelBar getPanel()
           
abstract  void setLabel(java.lang.String label)
           
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
getFamily
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values
Constructor Detail

UIPanelBarItem

public UIPanelBarItem()
Method Detail

getLabel

public abstract java.lang.String getLabel()

setLabel

public abstract void setLabel(java.lang.String label)

getPanel

public UIPanelBar getPanel()


Copyright © 2007. All Rights Reserved.