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