org.apache.myfaces.custom.dojo
Class DojoInitializer
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
org.apache.myfaces.custom.dojo.DojoInitializer
- All Implemented Interfaces:
- javax.faces.component.StateHolder, javax.faces.component.ValueHolder
public class DojoInitializer
- extends javax.faces.component.UIOutput
Default component for the dojo intializer
- Version:
- $Revision: 504928 $ $Date: 2007-02-08 16:23:51 +0100 (Do, 08 Feb 2007) $
- Author:
- Werner Punz (latest modification by $Author: gmuellan $)
Methods inherited from class javax.faces.component.UIOutput |
getConverter, getLocalValue, 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, 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 |
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
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
DojoInitializer
public DojoInitializer()
getAllowQueryConfig
public java.lang.Boolean getAllowQueryConfig()
getBaseScriptUri
public java.lang.String getBaseScriptUri()
getBindEncoding
public java.lang.String getBindEncoding()
getComponentType
public java.lang.String getComponentType()
getDebug
public java.lang.Boolean getDebug()
getDebugAtAllCosts
public java.lang.Boolean getDebugAtAllCosts()
getDebugConsole
public java.lang.Boolean getDebugConsole()
getDebugContainerId
public java.lang.String getDebugContainerId()
getDojoConfig
public DojoConfig getDojoConfig()
getExpanded
public java.lang.Boolean getExpanded()
getFamily
public java.lang.String getFamily()
- Overrides:
getFamily
in class javax.faces.component.UIOutput
getIgnoreClassNames
public java.lang.Boolean getIgnoreClassNames()
getIoSendTransport
public java.lang.String getIoSendTransport()
getParseWidgets
public java.lang.Boolean getParseWidgets()
getPreventBackButtonFix
public java.lang.Boolean getPreventBackButtonFix()
getProvide
public java.lang.String getProvide()
getRendererType
public java.lang.String getRendererType()
- Overrides:
getRendererType
in class javax.faces.component.UIComponentBase
getRequire
public java.lang.String getRequire()
getSearchIds
public java.lang.String getSearchIds()
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interface javax.faces.component.ValueHolder
- Overrides:
getValue
in class javax.faces.component.UIOutput
isDojoConfigParamSet
public boolean isDojoConfigParamSet()
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
setAllowQueryConfig
public void setAllowQueryConfig(java.lang.Boolean allowQueryConfig)
setBaseScriptUri
public void setBaseScriptUri(java.lang.String baseScriptUri)
setBindEncoding
public void setBindEncoding(java.lang.String bindEncoding)
setDebug
public void setDebug(java.lang.Boolean debug)
setDebugAtAllCosts
public void setDebugAtAllCosts(java.lang.Boolean debugAtAllCosts)
setDebugConsole
public void setDebugConsole(java.lang.Boolean debugConsole)
setDebugContainerId
public void setDebugContainerId(java.lang.String debugContainerId)
setDojoConfigParamSet
public void setDojoConfigParamSet(boolean dojoConfigParamSet)
setExpanded
public void setExpanded(java.lang.Boolean expanded)
setIgnoreClassNames
public void setIgnoreClassNames(java.lang.Boolean ignoreClassNames)
setIoSendTransport
public void setIoSendTransport(java.lang.String ioSendTransport)
setParseWidgets
public void setParseWidgets(java.lang.Boolean parseWidgets)
setPreventBackButtonFix
public void setPreventBackButtonFix(java.lang.Boolean preventBackButtonFix)
setProvide
public void setProvide(java.lang.String provide)
setRequire
public void setRequire(java.lang.String required)
setSearchIds
public void setSearchIds(java.lang.String searchIds)
setDevelopment
public void setDevelopment(java.lang.Boolean development)
Copyright © 2009. All Rights Reserved.