public class LedGaugeExtendedProperties extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
LedGaugeExtendedProperties() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBinding()
Description:
Specifies a binding reference to store a specific instance of UILedGauge
from a backing bean.
|
java.lang.String |
getBorderColor()
Description:
Specifies the border color of the gauge indicator.
|
java.lang.String |
getColor()
Description:
Specifies the fill color of the gauge indicator.
|
java.lang.String |
getEmptyText()
Description:
The text of the component when empty.
|
GaugeMetricLabel |
getGaugeMetricLabel()
Description:
Defines properties for the gauge metric label.
|
java.lang.String |
getId()
Description:
Specifies the identifier for the component
|
java.lang.String |
getInlineStyle()
Description:
Style of the outer element (enclosing div) of the component
|
java.lang.Number |
getMaximum()
Description:
The maximum value for the gauge.
|
java.lang.String |
getMaximumAsString()
Description:
The maximum value for the gauge.
|
java.lang.Number |
getMinimum()
Description:
The minimum value for the gauge.
|
java.lang.String |
getMinimumAsString()
Description:
The minimum value for the gauge.
|
java.lang.String[] |
getPartialTriggers()
Description:
The IDs of the components that should trigger a partial update.
|
java.lang.Number |
getRotation()
Description:
Specifies the rotation angle for the gauge, which is useful for changing the direction of arrow and triangle gauges.
|
java.lang.String |
getShortDesc()
Description:
The short description of this component.
|
java.lang.Number |
getSize()
Description:
The relative size of the LED gauge shape.
|
java.lang.String |
getSizeAsString()
Description:
The relative size of the LED gauge shape.
|
java.lang.String |
getStyleClass()
Description:
Sets a CSS style class to use for this component.
|
java.lang.String |
getTagName() |
java.lang.String |
getType()
Description:
Specifies the shape of the LED gauge.
|
java.lang.Number |
getValue()
Description:
The metric value for the gauge.
|
java.lang.String |
getValueAsString()
Description:
The metric value for the gauge.
|
java.lang.String |
getVisualEffects()
Description:
Specifies whether visual effects such as gradients and overlays are enabled.
|
boolean |
isRendered()
Description:
Specifies whether the component is rendered.
|
java.lang.String |
isRenderedAsString()
Description:
Specifies whether the component is rendered.
|
void |
setBinding(java.lang.String binding)
Description:
Specifies a binding reference to store a specific instance of UILedGauge
from a backing bean.
|
void |
setBorderColor(java.lang.String borderColor)
Description:
Specifies the border color of the gauge indicator.
|
void |
setColor(java.lang.String color)
Description:
Specifies the fill color of the gauge indicator.
|
void |
setEmptyText(java.lang.String emptyText)
Description:
The text of the component when empty.
|
void |
setGaugeMetricLabel(GaugeMetricLabel gaugeMetricLabel)
Description:
Defines properties for the gauge metric label.
|
void |
setId(java.lang.String id)
Description:
Specifies the identifier for the component
|
void |
setInlineStyle(java.lang.String inlineStyle)
Description:
Style of the outer element (enclosing div) of the component
|
void |
setMaximum(java.lang.Number maximum)
Description:
The maximum value for the gauge.
|
void |
setMaximumAsString(java.lang.String maximum)
Description:
The maximum value for the gauge.
|
void |
setMinimum(java.lang.Number minimum)
Description:
The minimum value for the gauge.
|
void |
setMinimumAsString(java.lang.String minimum)
Description:
The minimum value for the gauge.
|
void |
setPartialTriggers(java.lang.String[] partialTriggers)
Description:
The IDs of the components that should trigger a partial update.
|
void |
setRendered(boolean rendered)
Description:
Specifies whether the component is rendered.
|
void |
setRenderedAsString(java.lang.String rendered)
Description:
Specifies whether the component is rendered.
|
void |
setRotation(java.lang.Number rotation)
Description:
Specifies the rotation angle for the gauge, which is useful for changing the direction of arrow and triangle gauges.
|
void |
setShortDesc(java.lang.String shortDesc)
Description:
The short description of this component.
|
void |
setSize(java.lang.Number size)
Description:
The relative size of the LED gauge shape.
|
void |
setSizeAsString(java.lang.String size)
Description:
The relative size of the LED gauge shape.
|
void |
setStyleClass(java.lang.String styleClass)
Description:
Sets a CSS style class to use for this component.
|
void |
setType(java.lang.String type)
Description:
Specifies the shape of the LED gauge.
|
void |
setValue(java.lang.Number value)
Description:
The metric value for the gauge.
|
void |
setValueAsString(java.lang.String value)
Description:
The metric value for the gauge.
|
void |
setVisualEffects(java.lang.String visualEffects)
Description:
Specifies whether visual effects such as gradients and overlays are enabled.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsList
public java.lang.String getTagName()
getTagName
in class ComplexExtendedProperties
public java.lang.String getBinding()
public void setBinding(java.lang.String binding)
binding
- the value of the binding attribute of the Tag this class represents.public java.lang.String getBorderColor()
public void setBorderColor(java.lang.String borderColor)
borderColor
- the value of the borderColor attribute of the Tag this class represents.public java.lang.String getColor()
public void setColor(java.lang.String color)
color
- the value of the color attribute of the Tag this class represents.public java.lang.String getEmptyText()
public void setEmptyText(java.lang.String emptyText)
emptyText
- the value of the emptyText attribute of the Tag this class represents.public java.lang.String getId()
public void setId(java.lang.String id)
id
- the value of the id attribute of the Tag this class represents.public java.lang.String getInlineStyle()
public void setInlineStyle(java.lang.String inlineStyle)
inlineStyle
- the value of the inlineStyle attribute of the Tag this class represents.public java.lang.Number getMaximum()
public void setMaximum(java.lang.Number maximum)
maximum
- the value of the maximum attribute of the Tag this class represents.public java.lang.String getMaximumAsString()
public void setMaximumAsString(java.lang.String maximum)
maximum
- the value of the maximum attribute of the Tag this class represents.public java.lang.Number getMinimum()
public void setMinimum(java.lang.Number minimum)
minimum
- the value of the minimum attribute of the Tag this class represents.public java.lang.String getMinimumAsString()
public void setMinimumAsString(java.lang.String minimum)
minimum
- the value of the minimum attribute of the Tag this class represents.public java.lang.String[] getPartialTriggers()
public void setPartialTriggers(java.lang.String[] partialTriggers)
partialTriggers
- the value of the partialTriggers attribute of the Tag this class represents.public boolean isRendered()
public void setRendered(boolean rendered)
rendered
- the value of the rendered attribute of the Tag this class represents.public java.lang.String isRenderedAsString()
public void setRenderedAsString(java.lang.String rendered)
rendered
- the value of the rendered attribute of the Tag this class represents.public java.lang.Number getRotation()
public void setRotation(java.lang.Number rotation)
rotation
- the value of the rotation attribute of the Tag this class represents.public java.lang.String getShortDesc()
public void setShortDesc(java.lang.String shortDesc)
shortDesc
- the value of the shortDesc attribute of the Tag this class represents.public java.lang.Number getSize()
public void setSize(java.lang.Number size)
size
- the value of the size attribute of the Tag this class represents.public java.lang.String getSizeAsString()
public void setSizeAsString(java.lang.String size)
size
- the value of the size attribute of the Tag this class represents.public java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
styleClass
- the value of the styleClass attribute of the Tag this class represents.public java.lang.String getType()
public void setType(java.lang.String type)
type
- the value of the type attribute of the Tag this class represents.public java.lang.Number getValue()
public void setValue(java.lang.Number value)
value
- the value of the value attribute of the Tag this class represents.public java.lang.String getValueAsString()
public void setValueAsString(java.lang.String value)
value
- the value of the value attribute of the Tag this class represents.public java.lang.String getVisualEffects()
public void setVisualEffects(java.lang.String visualEffects)
visualEffects
- the value of the visualEffects attribute of the Tag this class represents.public GaugeMetricLabel getGaugeMetricLabel()
public void setGaugeMetricLabel(GaugeMetricLabel gaugeMetricLabel)
gaugeMetricLabel
- the GaugeMetricLabel of the Tag this class represents.