@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIXAxis extends AbstractXAxis implements AxisAttributes
Modifier and Type | Class and Description |
---|---|
protected static class |
UIXAxis.Properties |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UIXAxis() |
Modifier and Type | Method and Description |
---|---|
String |
getFamily() |
String |
getFormat()
Format for axis ticks (Date series only)
|
String |
getLabel()
Text shown next to axis.
|
String |
getMax()
Maximum value of the axis
|
String |
getMin()
Minimum value shown on the axis.
|
Double |
getPad()
It’s the fraction of margin that the scaling algorithm will add to avoid
that the outermost points ends up on the grid border.
|
void |
setFormat(String format) |
void |
setLabel(String label) |
void |
setMax(String max) |
void |
setMin(String min) |
void |
setPad(Double pad) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getFormat()
AxisAttributes
getFormat
in interface AxisAttributes
public void setFormat(String format)
public String getLabel()
AxisAttributes
getLabel
in interface AxisAttributes
public void setLabel(String label)
public String getMax()
AxisAttributes
getMax
in interface AxisAttributes
public void setMax(String max)
public String getMin()
AxisAttributes
getMin
in interface AxisAttributes
public void setMin(String min)
public Double getPad()
AxisAttributes
getPad
in interface AxisAttributes
public void setPad(Double pad)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.