|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
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
oracle.adf.view.faces.bi.component.chart.UIXAxis
public class UIXAxis
Defines properties for the x axis of a chart.
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DATA_MAXIMUM_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DATA_MINIMUM_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.FacesBean.Type |
TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VIEWPORT_END_GROUP_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VIEWPORT_MAXIMUM_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VIEWPORT_MINIMUM_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VIEWPORT_START_GROUP_KEY |
Fields inherited from class oracle.adf.view.faces.bi.component.chart.UIAxisBase |
---|
BASELINE_SCALING_KEY, MAJOR_INCREMENT_KEY, MINIMUM_INCREMENT_KEY, MINOR_INCREMENT_KEY, TITLE_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 | |
---|---|
UIXAxis() |
Method Summary | |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.Object |
getDataMaximum() Returns the maximum data value corresponding to an axis. |
java.lang.Object |
getDataMinimum() Returns the minimum data value corresponding to an axis. |
java.lang.String |
getFamily() |
java.lang.Object |
getMaximum() Returns the maximum value of the axis. |
java.lang.Object |
getMinimum() Returns the minimum value of the axis. |
java.lang.String |
getRendererType() |
java.lang.Object |
getViewportEndGroup() Returns the end group of the current viewport. |
java.lang.Object |
getViewportMaximum() Returns the maximum x coordinate of the current viewport. |
java.lang.Object |
getViewportMinimum() Returns the minimum x coordinate of the current viewport. |
java.lang.Object |
getViewportStartGroup() Returns the start group of the current viewport. |
void |
setDataMaximum(java.lang.Object value) Specifies the maximum data value corresponding to an axis. |
void |
setDataMinimum(java.lang.Object value) Specifies the minimum data value corresponding to an axis. |
void |
setMaximum(java.lang.Object value) Specifies the maximum value of the axis. |
void |
setMinimum(java.lang.Object value) Specifies the minimum value of the axis. |
void |
setViewportEndGroup(java.lang.Object value) Specifies the end group of the current viewport. |
void |
setViewportMaximum(java.lang.Object value) Specifies the maximum x coordinate of the current viewport. |
void |
setViewportMinimum(java.lang.Object value) Specifies the minimum x coordinate of the current viewport. |
void |
setViewportStartGroup(java.lang.Object value) Specifies the start group of the current viewport. |
Methods inherited from class oracle.adf.view.faces.bi.component.chart.UIAxisBase |
---|
getBaselineScaling, getMajorIncrement, getMinimumIncrement, getMinorIncrement, getTitle, setBaselineScaling, setMajorIncrement, setMinimumIncrement, setMinorIncrement, setTitle |
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, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, 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 DATA_MINIMUM_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DATA_MAXIMUM_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 VIEWPORT_MINIMUM_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VIEWPORT_MAXIMUM_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VIEWPORT_START_GROUP_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VIEWPORT_END_GROUP_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
---|
public UIXAxis()
Method Detail |
---|
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 UIAxisBase
public final java.lang.Object getDataMinimum()
public final void setDataMinimum(java.lang.Object value)
public final java.lang.Object getDataMaximum()
public final void setDataMaximum(java.lang.Object value)
public final java.lang.Object getMinimum()
public final void setMinimum(java.lang.Object value)
public final java.lang.Object getMaximum()
public final void setMaximum(java.lang.Object value)
public final java.lang.Object getViewportMinimum()
public final void setViewportMinimum(java.lang.Object value)
public final java.lang.Object getViewportMaximum()
public final void setViewportMaximum(java.lang.Object value)
public final java.lang.Object getViewportStartGroup()
public final void setViewportStartGroup(java.lang.Object value)
public final java.lang.Object getViewportEndGroup()
public final void setViewportEndGroup(java.lang.Object value)
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |