org.apache.myfaces.custom.dojolayouts
Class TitlePane

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by org.apache.myfaces.custom.dojolayouts.AbstractTitlePane
                  extended by org.apache.myfaces.custom.dojolayouts.TitlePane
All Implemented Interfaces:
javax.faces.component.StateHolder, javax.faces.component.ValueHolder, org.apache.myfaces.component.StyleAware, org.apache.myfaces.custom.dojo.DojoWidget

public class TitlePane
extends AbstractTitlePane


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static java.lang.String DEFAULT_RENDERER_TYPE
           
 
Constructor Summary
TitlePane()
           
 
Method Summary
 java.lang.String getContainerNodeClass()
          the css node class for the container part of the element
 java.lang.String getFamily()
           
 java.lang.String getLabel()
          Label for the titled paned element
 java.lang.String getLabelNodeClass()
          the css node class for the label part of the pane
 java.lang.String getStyle()
          The CSS class for this element.
 java.lang.String getStyleClass()
          The CSS class for this element.
 java.lang.String getWidgetId()
          Optional enforced dojo widgetId
 java.lang.String getWidgetVar()
          optional widget var name, if this is not used only an autogenerated value is set
 void restoreState(javax.faces.context.FacesContext facesContext, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext facesContext)
           
 void setContainerNodeClass(java.lang.String containerNodeClass)
           
 void setLabel(java.lang.String label)
           
 void setLabelNodeClass(java.lang.String labelNodeClass)
           
 void setStyle(java.lang.String style)
           
 void setStyleClass(java.lang.String styleClass)
           
 void setWidgetId(java.lang.String widgetId)
           
 void setWidgetVar(java.lang.String widgetVar)
           
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, getValue, setConverter, setValue
 
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, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values

COMPONENT_TYPE

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

DEFAULT_RENDERER_TYPE

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

TitlePane

public TitlePane()
Method Detail

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class javax.faces.component.UIOutput

getWidgetId

public java.lang.String getWidgetId()
Description copied from class: AbstractTitlePane
Optional enforced dojo widgetId

Specified by:
getWidgetId in interface org.apache.myfaces.custom.dojo.DojoWidget
Specified by:
getWidgetId in class AbstractTitlePane

setWidgetId

public void setWidgetId(java.lang.String widgetId)

getWidgetVar

public java.lang.String getWidgetVar()
Description copied from class: AbstractTitlePane
optional widget var name, if this is not used only an autogenerated value is set

Specified by:
getWidgetVar in interface org.apache.myfaces.custom.dojo.DojoWidget
Specified by:
getWidgetVar in class AbstractTitlePane

setWidgetVar

public void setWidgetVar(java.lang.String widgetVar)

getContainerNodeClass

public java.lang.String getContainerNodeClass()
Description copied from class: AbstractTitlePane
the css node class for the container part of the element

Specified by:
getContainerNodeClass in class AbstractTitlePane

setContainerNodeClass

public void setContainerNodeClass(java.lang.String containerNodeClass)

getLabel

public java.lang.String getLabel()
Description copied from class: AbstractTitlePane
Label for the titled paned element

Specified by:
getLabel in class AbstractTitlePane

setLabel

public void setLabel(java.lang.String label)

getLabelNodeClass

public java.lang.String getLabelNodeClass()
Description copied from class: AbstractTitlePane
the css node class for the label part of the pane

Specified by:
getLabelNodeClass in class AbstractTitlePane

setLabelNodeClass

public void setLabelNodeClass(java.lang.String labelNodeClass)

getStyle

public java.lang.String getStyle()
Description copied from class: AbstractTitlePane
The CSS class for this element. Corresponds to the HTML 'class' attribute.

Specified by:
getStyle in interface org.apache.myfaces.component.StyleAware
Specified by:
getStyle in class AbstractTitlePane

setStyle

public void setStyle(java.lang.String style)

getStyleClass

public java.lang.String getStyleClass()
Description copied from class: AbstractTitlePane
The CSS class for this element. Corresponds to the HTML 'class' attribute.

Specified by:
getStyleClass in interface org.apache.myfaces.component.StyleAware
Specified by:
getStyleClass in class AbstractTitlePane

setStyleClass

public void setStyleClass(java.lang.String styleClass)

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext facesContext)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class javax.faces.component.UIOutput

restoreState

public void restoreState(javax.faces.context.FacesContext facesContext,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class javax.faces.component.UIOutput


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.