|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
javax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
oracle.adf.view.faces.bi.component.gauge.UIGaugeBase
public abstract class UIGaugeBase
Abstract base class defining common properties for all gauge components.
Field Summary | |
---|---|
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 |
Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY |
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Constructor Summary | |
---|---|
UIGaugeBase() |
Method Summary | |
---|---|
void |
addValueChangeListener(javax.faces.event.ValueChangeListener listener) Adds a value change listener. |
void |
broadcast(javax.faces.event.FacesEvent event) |
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 |
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. |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getComponentChangeFilters, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getFamily, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, 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, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent |
---|
addPartialTarget, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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 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
Constructor Detail |
---|
public UIGaugeBase()
Method Detail |
---|
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 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)
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |