org.apache.myfaces.custom.dojolayouts
Class AbstractTitlePane

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
All Implemented Interfaces:
javax.faces.component.StateHolder, javax.faces.component.ValueHolder, org.apache.myfaces.component.StyleAware, org.apache.myfaces.custom.dojo.DojoWidget
Direct Known Subclasses:
TitlePane

public abstract class AbstractTitlePane
extends javax.faces.component.UIOutput
implements org.apache.myfaces.custom.dojo.DojoWidget, org.apache.myfaces.component.StyleAware

Title Pane layouting element. TitlePane Component class


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static java.lang.String DEFAULT_RENDERER_TYPE
           
 
Constructor Summary
AbstractTitlePane()
           
 
Method Summary
abstract  java.lang.String getContainerNodeClass()
          the css node class for the container part of the element
abstract  java.lang.String getLabel()
          Label for the titled paned element
abstract  java.lang.String getLabelNodeClass()
          the css node class for the label part of the pane
abstract  java.lang.String getStyle()
          The CSS class for this element.
abstract  java.lang.String getStyleClass()
          The CSS class for this element.
abstract  java.lang.String getWidgetId()
          Optional enforced dojo widgetId
abstract  java.lang.String getWidgetVar()
          optional widget var name, if this is not used only an autogenerated value is set
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getFamily, getLocalValue, getValue, restoreState, saveState, 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
 
Methods inherited from interface org.apache.myfaces.custom.dojo.DojoWidget
setWidgetId, setWidgetVar
 

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

AbstractTitlePane

public AbstractTitlePane()
Method Detail

getWidgetId

public abstract java.lang.String getWidgetId()
Optional enforced dojo widgetId

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

getWidgetVar

public abstract java.lang.String getWidgetVar()
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

getContainerNodeClass

public abstract java.lang.String getContainerNodeClass()
the css node class for the container part of the element


getLabel

public abstract java.lang.String getLabel()
Label for the titled paned element


getLabelNodeClass

public abstract java.lang.String getLabelNodeClass()
the css node class for the label part of the pane


getStyle

public abstract java.lang.String getStyle()
The CSS class for this element. Corresponds to the HTML 'class' attribute.

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

getStyleClass

public abstract java.lang.String getStyleClass()
The CSS class for this element. Corresponds to the HTML 'class' attribute.

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


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