public abstract class AbstractChartLegend
extends javax.faces.component.UIComponentBase
Modifier and Type | Class and Description |
---|---|
static class |
AbstractChartLegend.PositionType |
static class |
AbstractChartLegend.SortingType |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
AbstractChartLegend() |
Modifier and Type | Method and Description |
---|---|
abstract AbstractChartLegend.PositionType |
getPosition()
Chart legend position allowed values:
nw - top left
sw - bottom left
ne - top right
se - bottom right
|
abstract AbstractChartLegend.SortingType |
getSorting()
The attribute defines the order of series labels in legend.
|
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, getFamily, 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 abstract AbstractChartLegend.PositionType getPosition()
public abstract AbstractChartLegend.SortingType getSorting()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.