org.apache.myfaces.trinidad.component.core
Class CoreImportScript
java.lang.Object
javax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
org.apache.myfaces.trinidad.component.core.CoreImportScript
- All Implemented Interfaces:
- javax.faces.component.StateHolder
public class CoreImportScript
- extends UIXComponentBase
The importScript component supports importing the built-in scripts
provided by Apache Trinidad. It can be used to ensure that a Javascript
function is available before using it in a Javascript handler.
Only the first reference to a script will result in its
being imported.
Events:
Type |
Phases |
Description |
org.apache.myfaces.trinidad.event.AttributeChangeEvent |
Invoke Application Apply Request Values |
Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change events might include the width of a column that supported client-side resizing. |
Constructor Summary |
|
CoreImportScript()
Construct an instance of the CoreImportScript. |
protected |
CoreImportScript(java.lang.String rendererType)
Construct an instance of the CoreImportScript. |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
addAttributeChange, addAttributeChangeListener, addFacesListener, broadcast, broadcastToMethodBinding, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getLocalClientId, getParent, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeFacesListener, restoreState, saveState, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
public static final FacesBean.Type TYPE
NAMES_KEY
public static final PropertyKey NAMES_KEY
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
CoreImportScript
public CoreImportScript()
- Construct an instance of the CoreImportScript.
CoreImportScript
protected CoreImportScript(java.lang.String rendererType)
- Construct an instance of the CoreImportScript.
getNames
public final java.lang.String[] getNames()
- Gets a series of function names
- Returns:
- the new names value
setNames
public final void setNames(java.lang.String[] names)
- Sets a series of function names
- Parameters:
names
- the new names value
getFamily
public java.lang.String getFamily()
- Specified by:
getFamily
in class UIXComponentBase
getBeanType
protected FacesBean.Type getBeanType()
- Overrides:
getBeanType
in class UIXComponentBase
Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.