public abstract class UIGaugeBase
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 |
ACTION_LISTENER_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLIENT_LISTENERS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
EMPTY_TEXT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
INLINE_STYLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAXIMUM_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MINIMUM_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PARTIAL_TRIGGERS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHORT_DESC_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
STYLE_CLASS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
TRANSITIONS_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VALUE_CHANGE_LISTENER_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VALUE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VISUAL_EFFECTS_KEY |
Constructor and Description |
---|
UIGaugeBase() |
Modifier and Type | Method and Description |
---|---|
void |
addValueChangeListener(javax.faces.event.ValueChangeListener listener)
Adds a value change listener.
|
void |
broadcast(javax.faces.event.FacesEvent event) |
javax.el.MethodExpression |
getActionExpression()
Gets a reference to an action method sent by the component, or the static outcome of an action.
|
javax.faces.el.MethodBinding |
getActionListener()
Gets a method reference to an action listener
|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.String |
getEmptyText()
Returns the text displayed when no data has been provided to the gauge.
|
java.lang.String |
getInlineStyle()
Gets the CSS styles to use for this component.
|
java.lang.Number |
getMaximum()
Returns the maximum value for this gauge.
|
java.lang.Number |
getMinimum()
Returns the minimum value for this gauge.
|
java.lang.String[] |
getPartialTriggers()
Retrieves the ids of the partial triggers for the component.
|
java.lang.String |
getShortDesc()
Returns the short description of this component.
|
java.lang.String |
getStyleClass()
Gets a CSS style class to use for this component.
|
oracle.adf.view.rich.render.TransitionInfo[] |
getTransitions()
Retrieves the array of animation transitions applied to this component.
|
java.lang.Number |
getValue()
Returns the metric value for this gauge.
|
javax.el.MethodExpression |
getValueChangeListener()
Gets a method reference to a value change listener
|
javax.faces.event.ValueChangeListener[] |
getValueChangeListeners()
Returns an array of attached value change listeners.
|
java.lang.String |
getVisualEffects()
Returns whether visual effects such as gradients and overlays are enabled.
|
void |
removeValueChangeListener(javax.faces.event.ValueChangeListener listener)
Removes a selection listener.
|
void |
setActionExpression(javax.el.MethodExpression actionExpression)
Specifies a reference to an action method sent by the component, or the static outcome of an action.
|
void |
setActionListener(javax.faces.el.MethodBinding actionListener)
Sets a method reference to an action listener
|
void |
setEmptyText(java.lang.String emptyText)
Specifies the text displayed when no data has been provided to the gauge.
|
void |
setInlineStyle(java.lang.String inlineStyle)
Sets the CSS styles to use for this component.
|
void |
setMaximum(java.lang.Number value)
Sets the maximum value for this gauge.
|
void |
setMinimum(java.lang.Number value)
Sets the minimum value for this gauge.
|
void |
setPartialTriggers(java.lang.String[] ids)
Specifies the ids of the partial triggers for the component.
|
void |
setShortDesc(java.lang.String shortDesc)
Specifies the short description of this component.
|
void |
setStyleClass(java.lang.String styleClass)
Sets a CSS style class to use for this component.
|
void |
setTransitions(oracle.adf.view.rich.render.TransitionInfo[] transitionInfo)
Sets the array of animation transitions to be applied to this component.
|
void |
setValue(java.lang.Number value)
Sets the metric value for this gauge.
|
void |
setValueChangeListener(javax.el.MethodExpression listener)
Sets a method reference to a value change listener
|
void |
setVisualEffects(java.lang.String visualEffects)
Specifies whether visual effects such as gradients and overlays are enabled.
|
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, getFamily, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getPassThroughAttributes, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendererType, 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 VALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MINIMUM_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAXIMUM_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ACTION_EXPRESSION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ACTION_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey EMPTY_TEXT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INLINE_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PARTIAL_TRIGGERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHORT_DESC_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey STYLE_CLASS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TRANSITIONS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VALUE_CHANGE_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VISUAL_EFFECTS_KEY
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public void broadcast(javax.faces.event.FacesEvent event) throws javax.faces.event.AbortProcessingException
broadcast
in class org.apache.myfaces.trinidad.component.UIXComponentBase
javax.faces.event.AbortProcessingException
public final java.lang.Number getValue()
public final void setValue(java.lang.Number value)
value
- the metric valuepublic final java.lang.Number getMinimum()
public final void setMinimum(java.lang.Number value)
value
- the minimum valuepublic final java.lang.Number getMaximum()
public final void setMaximum(java.lang.Number value)
value
- the maximum valuepublic javax.el.MethodExpression getActionExpression()
public void setActionExpression(javax.el.MethodExpression actionExpression)
actionExpression
- the new actionExpression valuepublic javax.faces.el.MethodBinding getActionListener()
public void setActionListener(javax.faces.el.MethodBinding actionListener)
actionListener
- the new actionListener valuepublic final java.lang.String getEmptyText()
public final void setEmptyText(java.lang.String emptyText)
public final java.lang.String getInlineStyle()
public final void setInlineStyle(java.lang.String inlineStyle)
inlineStyle
- the new inlineStyle valuepublic final void setPartialTriggers(java.lang.String[] ids)
ids
- The ids of the partial trigger components for the component.getPartialTriggers()
public final java.lang.String[] getPartialTriggers()
setPartialTriggers(java.lang.String[])
public final java.lang.String getShortDesc()
public final void setShortDesc(java.lang.String shortDesc)
public final java.lang.String getStyleClass()
public final void setStyleClass(java.lang.String styleClass)
styleClass
- the new styleClass valuepublic final oracle.adf.view.rich.render.TransitionInfo[] getTransitions()
dataChange
and display
.
Supported transitions are none
(default) and auto
.
Transitions are currently not supported for rating gauge.public final void setTransitions(oracle.adf.view.rich.render.TransitionInfo[] transitionInfo)
dataChange
and display
.
Supported transitions are none
(default) and auto
.
Transitions are currently not supported for rating gauge.public final javax.el.MethodExpression getValueChangeListener()
public final void setValueChangeListener(javax.el.MethodExpression listener)
public final javax.faces.event.ValueChangeListener[] getValueChangeListeners()
public final void addValueChangeListener(javax.faces.event.ValueChangeListener listener)
public final void removeValueChangeListener(javax.faces.event.ValueChangeListener listener)
public final java.lang.String getVisualEffects()
public final void setVisualEffects(java.lang.String visualEffects)