public class UIStatusMeterGauge extends UIGaugeBase
Modifier and Type | Field and Description |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
ANGLE_EXTENT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
BORDER_COLOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
BORDER_RADIUS_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 |
INDICATOR_SIZE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
INNER_RADIUS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
INPUT_INCREMENT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ORIENTATION_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PLOT_AREA_BORDER_COLOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PLOT_AREA_BORDER_RADIUS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PLOT_AREA_COLOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PLOT_AREA_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
READ_ONLY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
START_ANGLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
THRESHOLD_DISPLAY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
TITLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
TITLE_POSITION_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
TITLE_STYLE_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
ACTION_EXPRESSION_KEY, ACTION_LISTENER_KEY, CLIENT_LISTENERS_KEY, EMPTY_TEXT_KEY, INLINE_STYLE_KEY, MAXIMUM_KEY, MINIMUM_KEY, PARTIAL_TRIGGERS_KEY, SHORT_DESC_KEY, STYLE_CLASS_KEY, TRANSITIONS_KEY, VALUE_CHANGE_LISTENER_KEY, VALUE_KEY, VISUAL_EFFECTS_KEY
Constructor and Description |
---|
UIStatusMeterGauge() |
Modifier and Type | Method and Description |
---|---|
java.lang.Number |
getAngleExtent()
Returns the angle extent of a gauge with circular orientation.
|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.awt.Color |
getBorderColor()
Returns the border color of the gauge indicator.
|
java.lang.String |
getBorderRadius()
Returns the border radius of the indicator and plot area.
|
java.awt.Color |
getColor()
Returns the fill color of the gauge indicator.
|
java.lang.String |
getFamily() |
java.lang.Number |
getIndicatorSize()
Returns the ratio of relative thickness of the indicator to the plot area.
|
java.lang.Number |
getInnerRadius()
Returns the inner radius of a gauge with circular orientation, defined by the distance from the center of the gauge to the innermost edge of the indicator and
plot area.
|
java.lang.Number |
getInputIncrement()
Returns the change increment when editing the value.
|
java.lang.String |
getOrientation()
Returns the orientation of the statusmeter:
horizontal - (Default) Displays a horizontal statusmeter
circular - Displays a circular statusmeter
vertical - Displays a vertical statusmeter
|
java.lang.String |
getPlotArea()
Returns whether the plot area is displayed:
auto - (Default) Displays only when thresholds are displayed on the plot area
on
off
|
java.awt.Color |
getPlotAreaBorderColor()
Returns the plot area border color of the gauge indicator.
|
java.lang.String |
getPlotAreaBorderRadius()
Returns the border radius of the indicator and plot area.
|
java.awt.Color |
getPlotAreaColor()
Returns the plot area fill color of the gauge indicator.
|
java.lang.String |
getRendererType() |
java.lang.Number |
getStartAngle()
Returns the start angle of a gauge with circular orientation.
|
java.lang.String |
getThresholdDisplay()
Returns the way in which the thresholds are displayed:
onIndicator - (Default) Displays the current threshold on the indicator
currentOnly - Displays the current threshold on the plotArea
all - Displays all thresholds on the plotArea
|
java.lang.String |
getTitle()
Returns the title text.
|
java.lang.String |
getTitlePosition()
Returns the position of the title for horizontal and vertical gauges.
|
java.lang.String |
getTitleStyle()
Returns the font style for the title.
|
boolean |
isReadOnly()
Returns true if the value of the gauge cannot be changed by the end user.
|
void |
setAngleExtent(java.lang.Number angleExtent)
Specifies the angle extent of a gauge with circular orientation.
|
void |
setBorderColor(java.awt.Color color)
Specifies the border color of the gauge indicator.
|
void |
setBorderRadius(java.lang.String borderRadius)
Specifies the border radius of the indicator and plot area.
|
void |
setColor(java.awt.Color color)
Specifies the fill color of the gauge indicator.
|
void |
setIndicatorSize(java.lang.Number size)
Specifies the ratio of relative thickness of the indicator to the plot area.
|
void |
setInnerRadius(java.lang.Number innerRadius)
Specifies the inner radius of a gauge with circular orientation, defined by the distance from the center of the gauge to the innermost edge of the indicator and
plot area.
|
void |
setInputIncrement(java.lang.Number increment)
Specifies the change increment when editing the value.
|
void |
setOrientation(java.lang.String orientation)
Specifies the orientation of the statusmeter:
horizontal - (Default) Displays a horizontal statusmeter
circular - Displays a circular statusmeter
vertical - Displays a vertical statusmeter
|
void |
setPlotArea(java.lang.String plotArea)
Specifies whether the plot area is displayed:
auto - (Default) Displays only when thresholds are displayed on the plot area
on
off
|
void |
setPlotAreaBorderColor(java.awt.Color color)
Specifies the plot area border color of the gauge indicator.
|
void |
setPlotAreaBorderRadius(java.lang.String plotAreaBorderRadius)
Specifies the border radius of the indicator and plot area.
|
void |
setPlotAreaColor(java.awt.Color color)
Specifies the plot area fill color of the gauge indicator.
|
void |
setReadOnly(boolean readOnly)
Specifies whether the value of the gauge can be changed by the end user.
|
void |
setStartAngle(java.lang.Number startAngle)
Specifies the start angle of a gauge with circular orientation.
|
void |
setThresholdDisplay(java.lang.String thresholdDisplay)
Specifies the way in which the thresholds are displayed:
onIndicator - (Default) Displays the current threshold on the indicator
currentOnly - Displays the current threshold on the plotArea
all - Displays all thresholds on the plotArea
|
void |
setTitle(java.lang.String title)
Specifies the title text.
|
void |
setTitlePosition(java.lang.String titlePosition)
Specifies the position of the title for horizontal and vertical gauges.
|
void |
setTitleStyle(java.lang.String titleStyle)
Specifies the font style for the title.
|
addValueChangeListener, broadcast, getActionExpression, getActionListener, getEmptyText, getInlineStyle, getMaximum, getMinimum, getPartialTriggers, getShortDesc, getStyleClass, getTransitions, getValue, getValueChangeListener, getValueChangeListeners, getVisualEffects, removeValueChangeListener, setActionExpression, setActionListener, setEmptyText, setInlineStyle, setMaximum, setMinimum, setPartialTriggers, setShortDesc, setStyleClass, setTransitions, setValue, setValueChangeListener, setVisualEffects
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, 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 ANGLE_EXTENT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey BORDER_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey BORDER_RADIUS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INDICATOR_SIZE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INNER_RADIUS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INPUT_INCREMENT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ORIENTATION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PLOT_AREA_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PLOT_AREA_BORDER_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PLOT_AREA_BORDER_RADIUS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PLOT_AREA_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey READ_ONLY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey START_ANGLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TITLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TITLE_POSITION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TITLE_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey THRESHOLD_DISPLAY_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 UIGaugeBase
public final java.lang.Number getAngleExtent()
public final void setAngleExtent(java.lang.Number angleExtent)
public final java.awt.Color getBorderColor()
public final void setBorderColor(java.awt.Color color)
public final java.lang.String getBorderRadius()
public final void setBorderRadius(java.lang.String borderRadius)
public final java.awt.Color getColor()
public final void setColor(java.awt.Color color)
public final java.lang.Number getIndicatorSize()
public final void setIndicatorSize(java.lang.Number size)
public final java.lang.Number getInnerRadius()
public final void setInnerRadius(java.lang.Number innerRadius)
public final java.lang.Number getInputIncrement()
public final void setInputIncrement(java.lang.Number increment)
public final java.lang.String getOrientation()
public final void setOrientation(java.lang.String orientation)
public final java.lang.String getPlotArea()
public final void setPlotArea(java.lang.String plotArea)
public final java.awt.Color getPlotAreaBorderColor()
public final void setPlotAreaBorderColor(java.awt.Color color)
public final java.lang.String getPlotAreaBorderRadius()
public final void setPlotAreaBorderRadius(java.lang.String plotAreaBorderRadius)
public final java.awt.Color getPlotAreaColor()
public final void setPlotAreaColor(java.awt.Color color)
public final boolean isReadOnly()
public final void setReadOnly(boolean readOnly)
public final java.lang.Number getStartAngle()
public final void setStartAngle(java.lang.Number startAngle)
public final java.lang.String getThresholdDisplay()
public final java.lang.String getTitle()
public final void setTitle(java.lang.String title)
public final java.lang.String getTitlePosition()
public final void setTitlePosition(java.lang.String titlePosition)
public final java.lang.String getTitleStyle()
public final void setTitleStyle(java.lang.String titleStyle)
public final void setThresholdDisplay(java.lang.String thresholdDisplay)