@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UILegend extends AbstractChartLegend
Modifier and Type | Class and Description |
---|---|
protected static class |
UILegend.Properties |
AbstractChartLegend.PositionType, AbstractChartLegend.SortingType
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UILegend() |
Modifier and Type | Method and Description |
---|---|
String |
getFamily() |
AbstractChartLegend.PositionType |
getPosition()
Chart legend position allowed values:
nw - top left
sw - bottom left
ne - top right
se - bottom right
|
AbstractChartLegend.SortingType |
getSorting()
The attribute defines the order of series labels in legend.
|
void |
setPosition(AbstractChartLegend.PositionType position) |
void |
setSorting(AbstractChartLegend.SortingType sorting) |
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 AbstractChartLegend.PositionType getPosition()
AbstractChartLegend
getPosition
in class AbstractChartLegend
public void setPosition(AbstractChartLegend.PositionType position)
public AbstractChartLegend.SortingType getSorting()
AbstractChartLegend
getSorting
in class AbstractChartLegend
public void setSorting(AbstractChartLegend.SortingType sorting)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.