public class UIAttributeGroups
extends org.apache.myfaces.trinidad.component.UIXComponentBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTRIBUTE_GROUP_TYPE_COLOR |
static java.lang.String |
ATTRIBUTE_GROUP_TYPE_OPACITY |
static java.lang.String |
ATTRIBUTE_GROUP_TYPE_PATTERN |
static java.lang.String |
ATTRIBUTE_GROUP_TYPE_SCALEX |
static java.lang.String |
ATTRIBUTE_GROUP_TYPE_SCALEY |
static java.lang.String |
ATTRIBUTE_GROUP_TYPE_SHAPE |
static java.lang.String |
ATTRIBUTE_GROUP_TYPE_SHAPE_PATH |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ATTRIBUTE_TYPE_KEY |
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LABEL_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAX_LABEL_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAX_VALUE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MIN_LABEL_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MIN_VALUE_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
TYPE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VALUE_KEY |
Constructor and Description |
---|
UIAttributeGroups()
Constructs an instance of UIAttributeGroups
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeType()
Returns the attribute type to generate values for.
|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.String |
getFamily() |
java.lang.String |
getLabel()
Gets the text label for this component
|
java.lang.Object |
getMaxLabel()
Returns the label for the maximum bounds of this component.
|
java.lang.Object |
getMaxValue()
Returns the maximum bounds of this component.
|
java.lang.Object |
getMinLabel()
Returns the label for the minimum bounds of this component.
|
java.lang.Object |
getMinValue()
Returns the minimum bounds of this component.
|
java.lang.String |
getRendererType() |
java.lang.String |
getType()
Gets the space-delimited list of stylistic attribute types to generate values for.
|
java.lang.String |
getValue()
Gets the value from the data model to group by
|
void |
setAttributeType(java.lang.String attributeType)
Specifies the attribute type to generate values for.
|
void |
setLabel(java.lang.String label)
Sets the text label for this component
|
void |
setMaxLabel(java.lang.Object value)
Specifies the label for the maximum bounds of this component.
|
void |
setMaxValue(java.lang.Object value)
Specifies the maximum bounds of this component.
|
void |
setMinLabel(java.lang.Object value)
Specifies the label for the minimum bounds of this component.
|
void |
setMinValue(java.lang.Object value)
Specifies the minimum bounds of this component.
|
void |
setType(java.lang.String type)
Sets the stylistic attribute types to generate values for.
|
void |
setValue(java.lang.String value)
Sets the value from the data model to group by
|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getComponentChangeFilters, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl
addPartialTarget, clearCachedClientIds, clearCachedClientIds, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTree
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey ATTRIBUTE_TYPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MIN_LABEL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAX_LABEL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MIN_VALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAX_VALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TYPE_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String ATTRIBUTE_GROUP_TYPE_SHAPE
public static final java.lang.String ATTRIBUTE_GROUP_TYPE_SHAPE_PATH
public static final java.lang.String ATTRIBUTE_GROUP_TYPE_COLOR
public static final java.lang.String ATTRIBUTE_GROUP_TYPE_SCALEX
public static final java.lang.String ATTRIBUTE_GROUP_TYPE_SCALEY
public static final java.lang.String ATTRIBUTE_GROUP_TYPE_OPACITY
public static final java.lang.String ATTRIBUTE_GROUP_TYPE_PATTERN
public UIAttributeGroups()
public java.lang.String getFamily()
getFamily
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public java.lang.String getRendererType()
getRendererType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public final java.lang.String getValue()
public final void setValue(java.lang.String value)
value
- the value to group bypublic final java.lang.String getLabel()
public final void setLabel(java.lang.String label)
label
- text labelpublic final java.lang.String getType()
public final void setType(java.lang.String type)
type
- the stylistic attribute types to generate values forpublic final java.lang.String getAttributeType()
public final void setAttributeType(java.lang.String attributeType)
public final java.lang.Object getMinLabel()
public final void setMinLabel(java.lang.Object value)
public final java.lang.Object getMaxLabel()
public final void setMaxLabel(java.lang.Object value)
public final java.lang.Object getMinValue()
public final void setMinValue(java.lang.Object value)
public final java.lang.Object getMaxValue()
public final void setMaxValue(java.lang.Object value)