public class UIXAxis extends UIAxisBase
Modifier and Type | Field and Description |
---|---|
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 |
BASELINE_SCALING_KEY, MAJOR_INCREMENT_KEY, MAXIMUM_SIZE_KEY, MINIMUM_INCREMENT_KEY, MINOR_INCREMENT_KEY, SCALE_KEY, SIZE_KEY, TITLE_KEY
Constructor and Description |
---|
UIXAxis() |
Modifier and Type | Method and Description |
---|---|
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.
|
getBaselineScaling, getMajorIncrement, getMaximumSize, getMinimumIncrement, getMinorIncrement, getScale, getSize, getTitle, setBaselineScaling, setMajorIncrement, setMaximumSize, setMinimumIncrement, setMinorIncrement, setScale, setSize, setTitle
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, 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, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getPassThroughAttributes, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, 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 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
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)