public class UILegend
extends org.apache.myfaces.trinidad.component.UIXComponentBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAXIMUM_SIZE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
POSITION_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
REFERENCE_OBJECT_TITLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SCROLLING_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SIZE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SYMBOL_HEIGHT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SYMBOL_WIDTH_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
TITLE_H_ALIGN_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
TITLE_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
Constructor and Description |
---|
UILegend() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.String |
getFamily() |
java.lang.Object |
getMaximumSize()
Returns the maximum legend size.
|
java.lang.String |
getPosition()
Returns the position of the legend within the chart.
|
java.lang.String |
getReferenceObjectTitle()
Returns the title for the reference object section of the legend, if present.
|
java.lang.String |
getRendererType() |
java.lang.String |
getScrolling()
Returns whether scrolling is enabled for the legend.
|
java.lang.Object |
getSize()
Returns the legend size.
|
java.lang.Number |
getSymbolHeight()
Returns the height of the legend symbol in pixels.
|
java.lang.Number |
getSymbolWidth()
Returns the width of the legend symbol in pixels.
|
java.lang.String |
getTitle()
Returns the title for the chart legend.
|
java.lang.String |
getTitleHAlign()
Returns the horizontal alignment for the legend title.
|
void |
setMaximumSize(java.lang.Object size)
Specifies the maximum legend size.
|
void |
setPosition(java.lang.String position)
Specifies the position of the legend within the chart.
|
void |
setReferenceObjectTitle(java.lang.String title)
Specifies the title for the reference object section of the legend, if present.
|
void |
setScrolling(java.lang.String scrolling)
Specifies whether scrolling is enabled for the legend.
|
void |
setSize(java.lang.Object size)
Specifies the legend size.
|
void |
setSymbolHeight(java.lang.Number value)
Specifies the height the legend symbol in pixels.
|
void |
setSymbolWidth(java.lang.Number value)
Specifies the width the legend symbol in pixels.
|
void |
setTitle(java.lang.String title)
Specifies the title for the chart legend.
|
void |
setTitleHAlign(java.lang.String align)
Specifies the horizontal alignment for the legend title.
|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearCachedClientIds, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getComponentChangeFilters, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getPassThroughAttributes, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl
addPartialTarget, broadcastInContext, clearCachedClientIds, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTree
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAXIMUM_SIZE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey POSITION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey REFERENCE_OBJECT_TITLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SCROLLING_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SIZE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SYMBOL_HEIGHT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SYMBOL_WIDTH_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TITLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TITLE_H_ALIGN_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public java.lang.String getFamily()
getFamily
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public java.lang.String getRendererType()
getRendererType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public final java.lang.Object getMaximumSize()
public final void setMaximumSize(java.lang.Object size)
public final java.lang.String getPosition()
public final void setPosition(java.lang.String position)
public final java.lang.String getReferenceObjectTitle()
public final void setReferenceObjectTitle(java.lang.String title)
public final java.lang.String getScrolling()
public final void setScrolling(java.lang.String scrolling)
public final java.lang.Object getSize()
public final void setSize(java.lang.Object size)
public final java.lang.Number getSymbolWidth()
public final void setSymbolWidth(java.lang.Number value)
public final java.lang.Number getSymbolHeight()
public final void setSymbolHeight(java.lang.Number value)
public final java.lang.String getTitle()
public final void setTitle(java.lang.String title)
public final java.lang.String getTitleHAlign()
public final void setTitleHAlign(java.lang.String align)