|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
org.openfaces.component.chart.ChartAxis
org.openfaces.component.chart.ChartNumberAxis
public class ChartNumberAxis
Field Summary |
---|
Fields inherited from class javax.faces.component.UIOutput |
---|
COMPONENT_FAMILY, COMPONENT_TYPE |
Fields inherited from class javax.faces.component.UIComponent |
---|
BEANINFO_KEY, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
ChartNumberAxis()
|
Method Summary | |
---|---|
java.lang.Double |
getLowerBound()
|
java.lang.Double |
getUpperBound()
|
boolean |
isLogarithmic()
|
void |
restoreState(javax.faces.context.FacesContext facesContext,
java.lang.Object object)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setLogarithmic(boolean value)
|
void |
setLowerBound(java.lang.Double lowerBound)
|
void |
setParent(javax.faces.component.UIComponent parent)
|
void |
setUpperBound(java.lang.Double upperBound)
|
Methods inherited from class org.openfaces.component.chart.ChartAxis |
---|
getComponentsChain, getDomain, getHint, getLabels, getStyle, getStyleObjectModel, getTextStyle, getTicks, isLabelVisible, isTickLabelsVisible, isTicksVisible, setDomain, setLabels, setLabelVisible, setStyle, setTextStyle, setTickLabelsVisible, setTicks, setTicksVisible |
Methods inherited from class javax.faces.component.UIOutput |
---|
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, setConverter, setValue |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setId, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChartNumberAxis()
Method Detail |
---|
public java.lang.Double getLowerBound()
public void setLowerBound(java.lang.Double lowerBound)
public boolean isLogarithmic()
public void setLogarithmic(boolean value)
public java.lang.Double getUpperBound()
public void setUpperBound(java.lang.Double upperBound)
public void setParent(javax.faces.component.UIComponent parent)
setParent
in class ChartAxis
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class ChartAxis
public void restoreState(javax.faces.context.FacesContext facesContext, java.lang.Object object)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class ChartAxis
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |