public abstract class UIAxisBase
extends org.apache.myfaces.trinidad.component.UIXComponentBase
Modifier and Type | Field and Description |
---|---|
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 |
MAXIMUM_SIZE_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 |
SIZE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
TITLE_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
Constructor and Description |
---|
UIAxisBase() |
Modifier and Type | Method and Description |
---|---|
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.Object |
getMaximumSize()
Returns the maximum axis size.
|
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.Object |
getSize()
Returns the axis size.
|
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 |
setMaximumSize(java.lang.Object size)
Specifies the maximum axis size.
|
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 |
setSize(java.lang.Object size)
Specifies the axis size.
|
void |
setTitle(java.lang.String title)
Specifies the axis title.
|
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, getFamily, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, 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, 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 BASELINE_SCALING_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAJOR_INCREMENT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAXIMUM_SIZE_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 SIZE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TITLE_KEY
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.Object getMaximumSize()
public final void setMaximumSize(java.lang.Object size)
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.Object getSize()
public final void setSize(java.lang.Object size)
public final java.lang.String getTitle()
public final void setTitle(java.lang.String title)