org.apache.myfaces.custom.dojolayouts
Class DojoSplitPane

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.AbstractDojoSplitPane
                  extended by org.apache.myfaces.custom.dojolayouts.DojoSplitPane
All Implemented Interfaces:
javax.faces.component.StateHolder, javax.faces.component.ValueHolder, org.apache.myfaces.component.StyleAware, org.apache.myfaces.custom.dojo.DojoWidget

public class DojoSplitPane
extends AbstractDojoSplitPane


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static java.lang.String DEFAULT_RENDERER_TYPE
           
 
Constructor Summary
DojoSplitPane()
           
 
Method Summary
 java.lang.Integer getActiveSizing()
          Size share value describing the place the content pane wants from its parent
 java.lang.String getFamily()
           
 java.lang.Integer getLastPoint()
          Last point of the split pane
 java.lang.String getOrientation()
          horizontal or vertical
 java.lang.Boolean getPersist()
          If true, cookie persisting of the split pane is enabled
 java.lang.Integer getSizerWidth()
          width of the sizer bar
 java.lang.Integer getSizeShare()
          Size share value describing the place the content pane wants from its parent
 java.lang.Integer getStartPoint()
          Starting Point of the split pane as defined by dojo
 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 setActiveSizing(java.lang.Integer activeSizing)
           
 void setLastPoint(java.lang.Integer lastPoint)
           
 void setOrientation(java.lang.String orientation)
           
 void setPersist(java.lang.Boolean persist)
           
 void setSizerWidth(java.lang.Integer sizerWidth)
           
 void setSizeShare(java.lang.Integer sizeShare)
           
 void setStartPoint(java.lang.Integer startPoint)
           
 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

DojoSplitPane

public DojoSplitPane()
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: AbstractDojoSplitPane
Optional enforced dojo widgetId

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

setWidgetId

public void setWidgetId(java.lang.String widgetId)

getWidgetVar

public java.lang.String getWidgetVar()
Description copied from class: AbstractDojoSplitPane
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 AbstractDojoSplitPane

setWidgetVar

public void setWidgetVar(java.lang.String widgetVar)

getOrientation

public java.lang.String getOrientation()
Description copied from class: AbstractDojoSplitPane
horizontal or vertical

Specified by:
getOrientation in class AbstractDojoSplitPane

setOrientation

public void setOrientation(java.lang.String orientation)

getSizerWidth

public java.lang.Integer getSizerWidth()
Description copied from class: AbstractDojoSplitPane
width of the sizer bar

Specified by:
getSizerWidth in class AbstractDojoSplitPane

setSizerWidth

public void setSizerWidth(java.lang.Integer sizerWidth)

getActiveSizing

public java.lang.Integer getActiveSizing()
Description copied from class: AbstractDojoSplitPane
Size share value describing the place the content pane wants from its parent

Specified by:
getActiveSizing in class AbstractDojoSplitPane

setActiveSizing

public void setActiveSizing(java.lang.Integer activeSizing)

getPersist

public java.lang.Boolean getPersist()
Description copied from class: AbstractDojoSplitPane
If true, cookie persisting of the split pane is enabled

Specified by:
getPersist in class AbstractDojoSplitPane

setPersist

public void setPersist(java.lang.Boolean persist)

getLastPoint

public java.lang.Integer getLastPoint()
Description copied from class: AbstractDojoSplitPane
Last point of the split pane

Specified by:
getLastPoint in class AbstractDojoSplitPane

setLastPoint

public void setLastPoint(java.lang.Integer lastPoint)

getStartPoint

public java.lang.Integer getStartPoint()
Description copied from class: AbstractDojoSplitPane
Starting Point of the split pane as defined by dojo

Specified by:
getStartPoint in class AbstractDojoSplitPane

setStartPoint

public void setStartPoint(java.lang.Integer startPoint)

getStyle

public java.lang.String getStyle()
Description copied from class: AbstractDojoSplitPane
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 AbstractDojoSplitPane

setStyle

public void setStyle(java.lang.String style)

getStyleClass

public java.lang.String getStyleClass()
Description copied from class: AbstractDojoSplitPane
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 AbstractDojoSplitPane

setStyleClass

public void setStyleClass(java.lang.String styleClass)

getSizeShare

public java.lang.Integer getSizeShare()
Description copied from class: AbstractDojoSplitPane
Size share value describing the place the content pane wants from its parent

Specified by:
getSizeShare in class AbstractDojoSplitPane

setSizeShare

public void setSizeShare(java.lang.Integer sizeShare)

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.