public abstract class ScriptFamily extends UIComponentBase
| Modifier and Type | Field and Description | 
|---|---|
| static String | COMPONENT_FAMILYThe standard component family. | 
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY| Constructor and Description | 
|---|
| ScriptFamily() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFamily()Returns  COMPONENT_FAMILY. | 
| boolean | getRendersChildren()Returns  true. | 
| protected static boolean | moveToBody(ComponentSystemEvent event,
          ScriptFamily component)Move the given ScriptFamily component to end of body and returns  trueif done so. | 
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreepublic static final String COMPONENT_FAMILY
public String getFamily()
COMPONENT_FAMILY.getFamily in class UIComponentpublic boolean getRendersChildren()
true.getRendersChildren in class UIComponentBaseprotected static boolean moveToBody(ComponentSystemEvent event, ScriptFamily component)
true if done so. This helper method
 needs to be called from UIComponent.processEvent(ComponentSystemEvent) during PostAddToViewEvent or
 PostRestoreStateEvent. This has basically the same effect as setting target="body" on a
 component resource.event - The involved event, which can be either PostAddToViewEvent or PostRestoreStateEvent.component - The component to be moved to body.true if the move has taken place.Copyright © 2012–2015 OmniFaces. All rights reserved.