@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder")
@ProviderType
public abstract class PropertyBase
extends javax.faces.component.UIComponentBase
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PropertyBase.PropertyPropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
PropertyBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFamily() |
java.lang.String |
getName()
name attribute description: |
java.lang.String |
getValue()
value attribute description: |
void |
setName(java.lang.String name)
name attribute description: |
void |
setValue(java.lang.String value)
value attribute description: |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic java.lang.String getName()
name attribute description:
The name of the portlet property.
public void setName(java.lang.String name)
name attribute description:
The name of the portlet property.
public java.lang.String getValue()
value attribute description:
The value of the portlet property.
public void setValue(java.lang.String value)
value attribute description:
The value of the portlet property.
Copyright © 2020 Liferay, Inc. All Rights Reserved.