| Info | Value |
|---|---|
| Component Type | org.richfaces.ui.output.Legend |
| Display Name | None |
| Handler Class | None |
| Renderer Type | None |
| Description | @author Lukas Macko |
| Name | Required | Type | Description |
|---|---|---|---|
binding |
false
| javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
| The value binding expression used to wire up this component to a component property of a JavaBean class |
id |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
position |
false
| javax.el.ValueExpression
(must evaluate to org.richfaces.ui.output.chart.AbstractLegend.PositionType)
| Chart legend position allowed values:
|
rendered |
false
| javax.el.ValueExpression
(must evaluate to boolean)
| Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true. |
sorting |
false
| javax.el.ValueExpression
(must evaluate to org.richfaces.ui.output.chart.AbstractLegend.SortingType)
| The attribute defines the order of series labels in legend. If not specified the order labels is the same as the order of series in facelet. Allowed values:
|
Output generated by Vdldoc View Declaration Language Documentation Generator.