|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.rhq.core.gui.configuration.propset.PropertySetComponent
public class PropertySetComponent
| Field Summary | |
|---|---|
static String |
COMPONENT_TYPE
|
static String |
CONFIGURATION_SET_ATTRIBUTE
|
static String |
PROPERTY_EXPRESSION_STRING_ATTRIBUTE
|
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Fields inherited from interface org.rhq.core.gui.util.FacesComponentIdFactory |
|---|
UNIQUE_ID_PREFIX |
| Constructor Summary | |
|---|---|
PropertySetComponent()
|
|
| Method Summary | |
|---|---|
String |
createUniqueId()
Creates a unique id that can be assigned to a new JSF UIComponent. |
ConfigurationSet |
getConfigurationSet()
|
String |
getFamily()
|
Integer |
getListIndex()
|
org.rhq.core.domain.configuration.PropertySimple |
getProperty()
|
org.rhq.core.domain.configuration.definition.PropertyDefinitionSimple |
getPropertyDefinition()
|
Boolean |
getReadOnly()
|
void |
restoreState(javax.faces.context.FacesContext facesContext,
Object stateValues)
|
Object |
saveState(javax.faces.context.FacesContext facesContext)
|
void |
setListIndex(Integer listIndex)
|
void |
setReadOnly(Boolean readOnly)
|
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
public static final String PROPERTY_EXPRESSION_STRING_ATTRIBUTE
public static final String CONFIGURATION_SET_ATTRIBUTE
| Constructor Detail |
|---|
public PropertySetComponent()
| Method Detail |
|---|
public String createUniqueId()
FacesComponentIdFactoryUIComponent. Note, JSF id's
can only contain letters, numbers, dashes, or underscores.
For more information on how to create JSF id's, see http://forum.java.sun.com/thread.jspa?threadID=524925.
createUniqueId in interface FacesComponentIdFactoryUIComponentpublic String getFamily()
getFamily in class javax.faces.component.UIComponent@Nullable public org.rhq.core.domain.configuration.definition.PropertyDefinitionSimple getPropertyDefinition()
@Nullable public org.rhq.core.domain.configuration.PropertySimple getProperty()
@Nullable public ConfigurationSet getConfigurationSet()
public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public Integer getListIndex()
public void setListIndex(Integer listIndex)
public Object saveState(javax.faces.context.FacesContext facesContext)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext facesContext,
Object stateValues)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||