public class UIChartAxis
extends javax.faces.component.UIComponentBase
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIChartAxis() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColors() |
Object |
getDatasource() |
boolean |
getDomain() |
String |
getFamily() |
String |
getFormat() |
String |
getLabel() |
float |
getTickLabelFontSize() |
boolean |
getTickLabels() |
boolean |
getTickMarks() |
String |
getType() |
boolean |
getVerticalTickLabels() |
void |
restoreState(javax.faces.context.FacesContext context,
Object state) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setColors(String colors) |
void |
setDatasource(Object datasource) |
void |
setDomain(boolean domain) |
void |
setFormat(String format) |
void |
setLabel(String label) |
void |
setTickLabelFontSize(float tickLabelFontSize) |
void |
setTickLabels(boolean tickLabels) |
void |
setTickMarks(boolean tickMarks) |
void |
setType(String type) |
void |
setVerticalTickLabels(boolean verticalTickLabels) |
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, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic String getColors()
public void setColors(String colors)
public Object getDatasource()
public void setDatasource(Object datasource)
public String getLabel()
public void setLabel(String label)
public boolean getDomain()
public void setDomain(boolean domain)
public String getFormat()
public void setFormat(String format)
public String getType()
public void setType(String type)
public boolean getVerticalTickLabels()
public void setVerticalTickLabels(boolean verticalTickLabels)
public float getTickLabelFontSize()
public void setTickLabelFontSize(float tickLabelFontSize)
public boolean getTickLabels()
public void setTickLabels(boolean tickLabels)
public boolean getTickMarks()
public void setTickMarks(boolean tickMarks)
public Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBasepublic void restoreState(javax.faces.context.FacesContext context,
Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBaseCopyright © 2015 Intersult GmbH. All rights reserved.