o
Tag eventActionBar




Tag Information
Tag Classorg.openfaces.taglib.jsp.timetable.EventActionBarJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
actionPressedBackgroundIntensityfalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
true0.75This attribute allows customizing background color intensity for action bar's buttons in the pressed state. This should be a floating-point number in range 0..1. 1 corresponds to fully intense color, the same as event color, and 0 corresponds the least intense color, white. The functionality of automatic calculation of background color can be overridden by explicitly specifying background using styling attributes in eventAction tag.
actionRolloverBackgroundIntensityfalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
true0.75This attribute allows customizing background color intensity for action bar's buttons in the rollover state. This should be a floating-point number in range 0..1. 1 corresponds to fully intense color, the same as event color, and 0 corresponds the least intense color, white. The functionality of automatic calculation of background color can be overridden by explicitly specifying background using styling attributes in eventAction tag.
backgroundIntensityfalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
true0.5Color of an action bar is automatically calculated based on the appropriate event's color. This attribute allows customizing action bar's background color intensity. This should be a floating-point number in range 0..1. 1 corresponds to fully intense color, the same as event color, and 0 corresponds the least intense color, white. The functionality of automatic calculation of background color can be overridden by explicitly specifying background using style and styleClass attributes.
noteTextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the EventActionBar.
oncontextmenufalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform).
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the EventActionBar.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses a key over the EventActionBar.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user presses and releases a key over the EventActionBar.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases a key over the EventActionBar.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks over the EventActionBar with either mouse button.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over the EventActionBar.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the EventActionBar.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the EventActionBar.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases the mouse button over the EventActionBar.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the EventActionBar component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the EventActionBar component.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.