| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.chart.ChartSelectionJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
action | false | javax.el.MethodExpression
(signature must match java.lang.Object action() )
| true | null | Similar to the "action" attribute of the HTMLCommandButton component. It can either specify a string defining the static outcome of the selection change action, or it can be defined as a method-binding expression. Defining the "action" attribute causes form submission when the user changes selection. |
actionListener | false | javax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent) )
| true | null | Similar to the "actionListener" attribute of the HTMLCommandButton component. A MethodBinding that should point to an action listener that is called when the user invokes this action. |
execute | false | javax.el.ValueExpression
(must evaluate to java.util.List )
| true | none | Id's of components whose data should be submitted and processed on the server in addition to the reloaded components. The difference with render is that components listed in execute will just process the submitted data, but won't be rerendered. This can often be needed when the reloaded data depends on some other component on a page. Evaluates to Iterable. If a literal is specified can be a single id or a comma-separated list if id's. |
fillPaint | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | The paint or color used to fill the selected item on chart. |
item | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Attribute represents currently selected chart item |
lineStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | The line style for the selection highlighting. |
onchange | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript handler that should be executed after the selection was changed |
render | false | javax.el.ValueExpression
(must evaluate to java.util.List )
| true | none | Id's of components, which will be rerendered after successful Ajax request. Evaluates to Iterable. If a literal is specified can be a single id or a comma-separated list if id's. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |