|
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.chart.UIAxisBase
public abstract class UIAxisBase
Abstract base class defining axis properties.
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
BASELINE_SCALING_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAJOR_INCREMENT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MINIMUM_INCREMENT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MINOR_INCREMENT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
TITLE_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
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 | |
---|---|
UIAxisBase() |
Method Summary | |
---|---|
java.lang.String |
getBaselineScaling() Returns whether the axis baseline starts at the minimum value of the data or at zero. |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.Number |
getMajorIncrement() Returns the increment for the major ticks of the axis. |
java.lang.Number |
getMinimumIncrement() Returns the minimum increment between tick marks. |
java.lang.Number |
getMinorIncrement() Returns the increment for the minor ticks of the axis. |
java.lang.String |
getTitle() Returns the axis title. |
void |
setBaselineScaling(java.lang.String baselineScaling) Specifies whether the axis baseline starts at the minimum value of the data or at zero. |
void |
setMajorIncrement(java.lang.Number value) Specifies the increment for the major ticks of the axis. |
void |
setMinimumIncrement(java.lang.Number value) Specifies the minimum increment between tick marks. |
void |
setMinorIncrement(java.lang.Number value) Specifies the increment for the minor ticks of the axis. |
void |
setTitle(java.lang.String title) Specifies the axis title. |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, 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 BASELINE_SCALING_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAJOR_INCREMENT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MINIMUM_INCREMENT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MINOR_INCREMENT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TITLE_KEY
Constructor Detail |
---|
public UIAxisBase()
Method Detail |
---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public final java.lang.String getBaselineScaling()
public final void setBaselineScaling(java.lang.String baselineScaling)
public final java.lang.Number getMajorIncrement()
public final void setMajorIncrement(java.lang.Number value)
public final java.lang.Number getMinimumIncrement()
public final void setMinimumIncrement(java.lang.Number value)
public final java.lang.Number getMinorIncrement()
public final void setMinorIncrement(java.lang.Number value)
public final java.lang.String getTitle()
public final void setTitle(java.lang.String title)
|
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 |