public class UIFunnelDataItem
extends org.apache.myfaces.trinidad.component.UIXComponentBase
Modifier and Type | Field and Description |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
ACTION_EXPRESSION_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
BORDER_COLOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
BORDER_WIDTH_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLIENT_LISTENERS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
COLOR_KEY |
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DRILLING_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LABEL_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LABEL_POSITION_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LABEL_STYLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PATTERN_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHORT_DESC_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
TARGET_VALUE_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VALUE_KEY |
Constructor and Description |
---|
UIFunnelDataItem() |
Modifier and Type | Method and Description |
---|---|
javax.el.MethodExpression |
getActionExpression()
Gets a reference to an action method sent by the component, or the static outcome of an action.
|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.awt.Color |
getBorderColor()
Returns the border color of the data item.
|
java.lang.Number |
getBorderWidth()
Returns the border width of the data item.
|
java.awt.Color |
getColor()
Returns the fill color of the data item.
|
java.lang.String |
getDrilling()
Returns whether this data item can be drilled.
|
java.lang.String |
getFamily() |
java.lang.String |
getLabel()
Returns the label for the data item.
|
java.lang.String |
getLabelPosition()
Returns the data label position for the data item.
|
java.lang.Object |
getLabelStyle()
Returns the font style for this slice's label.
|
java.lang.String |
getPattern()
Returns the pattern of the series.
|
java.lang.String |
getRendererType() |
java.lang.String |
getShortDesc()
Returns the description of the data item.
|
java.lang.Number |
getTargetValue()
Returns the target value of the data item.
|
java.lang.Number |
getValue()
Returns the value of the data item.
|
void |
setActionExpression(javax.el.MethodExpression methodExpression)
Specifies a reference to an action method sent by the component, or the static outcome of an action.
|
void |
setBorderColor(java.awt.Color color)
Specifies the border color of the data item.
|
void |
setBorderWidth(java.lang.Number width)
Specifies the border width of the data item.
|
void |
setColor(java.awt.Color color)
Specifies the fill color of the data item.
|
void |
setDrilling(java.lang.String drilling)
Specifies whether this data item can be drilled.
|
void |
setLabel(java.lang.Object label)
Specifies the label for the data item.
|
void |
setLabelPosition(java.lang.String position)
Specifies the data label position for the data item.
|
void |
setLabelStyle(java.lang.String style)
Specifies the font style for this slice's label.
|
void |
setPattern(java.lang.String pattern)
Specifies the pattern of the series.
|
void |
setShortDesc(java.lang.String shortDesc)
Specifies the description of the data item.
|
void |
setTargetValue(java.lang.Number value)
Specifies the target value of the data item.
|
void |
setValue(java.lang.Number value)
Specifies the value of the data item.
|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearCachedClientIds, 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, getPassThroughAttributes, 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, broadcastInContext, clearCachedClientIds, defaultGetRenderedFacetsAndChildren, 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, getPassThroughAttributes, 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 ACTION_EXPRESSION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey BORDER_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey BORDER_WIDTH_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DRILLING_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_POSITION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PATTERN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHORT_DESC_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TARGET_VALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
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 javax.el.MethodExpression getActionExpression()
public void setActionExpression(javax.el.MethodExpression methodExpression)
public final java.awt.Color getBorderColor()
public final void setBorderColor(java.awt.Color color)
public final java.lang.Number getBorderWidth()
public final void setBorderWidth(java.lang.Number width)
public final java.awt.Color getColor()
public final void setColor(java.awt.Color color)
public final java.lang.String getDrilling()
public final void setDrilling(java.lang.String drilling)
public final java.lang.String getLabel()
public final void setLabel(java.lang.Object label)
public final java.lang.String getLabelPosition()
public final void setLabelPosition(java.lang.String position)
public final java.lang.Object getLabelStyle()
public final void setLabelStyle(java.lang.String style)
public final java.lang.String getPattern()
public final void setPattern(java.lang.String pattern)
public final java.lang.String getShortDesc()
public final void setShortDesc(java.lang.String shortDesc)
public final java.lang.Number getTargetValue()
public final void setTargetValue(java.lang.Number value)
public final java.lang.Number getValue()
public final void setValue(java.lang.Number value)