org.apache.myfaces.custom.dojolayouts
Class DojoContentPane
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
org.apache.myfaces.custom.dojolayouts.DojoContentPane
- All Implemented Interfaces:
- javax.faces.component.StateHolder, javax.faces.component.ValueHolder, org.apache.myfaces.custom.dojo.DojoWidget
- Direct Known Subclasses:
- DojoSplitPane, FloatingPaneBase, TitlePane
public class DojoContentPane
- extends javax.faces.component.UIOutput
- implements org.apache.myfaces.custom.dojo.DojoWidget
jsfed dojo content pane
- Author:
- werpu
- See Also:
for further references to this control and
its parameters
Fields inherited from class javax.faces.component.UIOutput |
COMPONENT_FAMILY, COMPONENT_TYPE |
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 |
DEFAULT_COMPONENT_FAMILY
public static final java.lang.String DEFAULT_COMPONENT_FAMILY
- See Also:
- Constant Field Values
DEFAULT_COMPONENT_TYPE
public static final java.lang.String DEFAULT_COMPONENT_TYPE
- See Also:
- Constant Field Values
DEFAULT_RENDERER_TYPE
public static final java.lang.String DEFAULT_RENDERER_TYPE
- See Also:
- Constant Field Values
DojoContentPane
public DojoContentPane()
getAdjustPaths
public java.lang.Boolean getAdjustPaths()
getCacheContent
public java.lang.Boolean getCacheContent()
getExecuteScripts
public java.lang.Boolean getExecuteScripts()
getExtractContent
public java.lang.Boolean getExtractContent()
getFamily
public java.lang.String getFamily()
- Overrides:
getFamily
in class javax.faces.component.UIOutput
getHandler
public java.lang.String getHandler()
getHref
public java.lang.String getHref()
getLayoutAlign
public java.lang.String getLayoutAlign()
getParseContent
public java.lang.Boolean getParseContent()
getPreload
public java.lang.Boolean getPreload()
getRefreshOnShow
public java.lang.Boolean getRefreshOnShow()
getSizeShare
public java.lang.Integer getSizeShare()
getStyle
public java.lang.String getStyle()
getStyleClass
public java.lang.String getStyleClass()
getWidgetId
public java.lang.String getWidgetId()
- Specified by:
getWidgetId
in interface org.apache.myfaces.custom.dojo.DojoWidget
getWidgetVar
public java.lang.String getWidgetVar()
- Specified by:
getWidgetVar
in interface org.apache.myfaces.custom.dojo.DojoWidget
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class javax.faces.component.UIOutput
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class javax.faces.component.UIOutput
setAdjustPaths
public void setAdjustPaths(java.lang.Boolean adjustPaths)
setCacheContent
public void setCacheContent(java.lang.Boolean cacheContent)
setExecuteScripts
public void setExecuteScripts(java.lang.Boolean executeScripts)
setExtractContent
public void setExtractContent(java.lang.Boolean extractContent)
setHandler
public void setHandler(java.lang.String handler)
setHref
public void setHref(java.lang.String href)
setLayoutAlign
public void setLayoutAlign(java.lang.String layoutAlign)
setParseContent
public void setParseContent(java.lang.Boolean parseContent)
setPreload
public void setPreload(java.lang.Boolean preload)
setRefreshOnShow
public void setRefreshOnShow(java.lang.Boolean refreshOnShow)
setSizeShare
public void setSizeShare(java.lang.Integer sizeShare)
setStyle
public void setStyle(java.lang.String style)
setSTyleClass
public void setSTyleClass(java.lang.String styleClass)
setWidgetId
public void setWidgetId(java.lang.String widgetId)
- Specified by:
setWidgetId
in interface org.apache.myfaces.custom.dojo.DojoWidget
setWidgetVar
public void setWidgetVar(java.lang.String widgetVar)
- Specified by:
setWidgetVar
in interface org.apache.myfaces.custom.dojo.DojoWidget
Copyright © 2010. All Rights Reserved.