@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIPlaceholder extends AbstractPlaceholder implements StyleClassProps
Modifier and Type | Class and Description |
---|---|
protected static class |
UIPlaceholder.Properties |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UIPlaceholder() |
Modifier and Type | Method and Description |
---|---|
javax.faces.convert.Converter |
getConverter() |
String |
getFamily() |
String |
getSelector()
The jQuery selector used to filter which child DOM elements will be a placeholder attached to.
|
String |
getStyleClass()
Space-separated list of CSS style class(es) to be applied when this element is rendered.
|
Object |
getValue() |
void |
setConverter(javax.faces.convert.Converter converter) |
void |
setSelector(String selector) |
void |
setStyleClass(String styleClass) |
void |
setValue(Object value) |
processEvent
clearInitialState, getLocalValue, markInitialState, restoreState, saveState
addClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIOutput
public javax.faces.convert.Converter getConverter()
getConverter
in interface javax.faces.component.ValueHolder
getConverter
in class AbstractPlaceholder
public void setConverter(javax.faces.convert.Converter converter)
setConverter
in interface javax.faces.component.ValueHolder
setConverter
in class javax.faces.component.UIOutput
public String getSelector()
AbstractPlaceholder
getSelector
in class AbstractPlaceholder
public void setSelector(String selector)
public String getStyleClass()
StyleClassProps
getStyleClass
in interface StyleClassProps
public void setStyleClass(String styleClass)
public Object getValue()
getValue
in interface javax.faces.component.ValueHolder
getValue
in class AbstractPlaceholder
public void setValue(Object value)
setValue
in interface javax.faces.component.ValueHolder
setValue
in class javax.faces.component.UIOutput
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.