org.apache.myfaces.custom.dojolayouts
Class AbstractDojoSplitPane

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
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:
DojoSplitPane

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

PanelGroup which supports a partialTriggers Attribute similar to the one in Trinidad


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static java.lang.String DEFAULT_RENDERER_TYPE
           
 
Constructor Summary
AbstractDojoSplitPane()
           
 
Method Summary
abstract  java.lang.Integer getActiveSizing()
          Size share value describing the place the content pane wants from its parent
abstract  java.lang.Integer getLastPoint()
          Last point of the split pane
abstract  java.lang.String getOrientation()
          horizontal or vertical
abstract  java.lang.Boolean getPersist()
          If true, cookie persisting of the split pane is enabled
abstract  java.lang.Integer getSizerWidth()
          width of the sizer bar
abstract  java.lang.Integer getSizeShare()
          Size share value describing the place the content pane wants from its parent
abstract  java.lang.Integer getStartPoint()
          Starting Point of the split pane as defined by dojo
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_TYPE

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

COMPONENT_FAMILY

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

DEFAULT_RENDERER_TYPE

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

AbstractDojoSplitPane

public AbstractDojoSplitPane()
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

getOrientation

public abstract java.lang.String getOrientation()
horizontal or vertical


getSizerWidth

public abstract java.lang.Integer getSizerWidth()
width of the sizer bar


getActiveSizing

public abstract java.lang.Integer getActiveSizing()
Size share value describing the place the content pane wants from its parent


getPersist

public abstract java.lang.Boolean getPersist()
If true, cookie persisting of the split pane is enabled


getLastPoint

public abstract java.lang.Integer getLastPoint()
Last point of the split pane


getStartPoint

public abstract java.lang.Integer getStartPoint()
Starting Point of the split pane as defined by dojo


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

getSizeShare

public abstract java.lang.Integer getSizeShare()
Size share value describing the place the content pane wants from its parent



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