public class UIYAxis extends UIYAxisBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VIEWPORT_MAXIMUM_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VIEWPORT_MINIMUM_KEY |
DATA_MAXIMUM_KEY, DATA_MINIMUM_KEY, MAXIMUM_KEY, MINIMUM_KEY, POSITION_KEYBASELINE_SCALING_KEY, MAJOR_INCREMENT_KEY, MAXIMUM_SIZE_KEY, MINIMUM_INCREMENT_KEY, MINOR_INCREMENT_KEY, SCALE_KEY, SIZE_KEY, TITLE_KEY| Constructor and Description |
|---|
UIYAxis() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.String |
getFamily() |
java.lang.String |
getRendererType() |
java.lang.Number |
getViewportMaximum()
Returns the maximum y coordinate of the current viewport.
|
java.lang.Number |
getViewportMinimum()
Returns the minimum y coordinate of the current viewport.
|
void |
setViewportMaximum(java.lang.Number value)
Specifies the maximum y coordinate of the current viewport.
|
void |
setViewportMinimum(java.lang.Number value)
Specifies the minimum y coordinate of the current viewport.
|
getDataMaximum, getDataMinimum, getMaximum, getMinimum, getPosition, setDataMaximum, setDataMinimum, setMaximum, setMinimum, setPositiongetBaselineScaling, getMajorIncrement, getMaximumSize, getMinimumIncrement, getMinorIncrement, getScale, getSize, getTitle, setBaselineScaling, setMajorIncrement, setMaximumSize, setMinimumIncrement, setMinorIncrement, setScale, setSize, setTitleadaptMethodBinding, 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, validateChildrenImpladdPartialTarget, 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, visitTreeencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInViewpublic static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
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 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.UIXComponentBasepublic java.lang.String getRendererType()
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBaseprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class UIYAxisBasepublic final java.lang.Number getViewportMinimum()
public final void setViewportMinimum(java.lang.Number value)
public final java.lang.Number getViewportMaximum()
public final void setViewportMaximum(java.lang.Number value)