o
Tag levelIndicator


LevelIndicator is a chart-like component that displays a meter with three customizable colors.


Tag Information
Tag Classorg.openfaces.taglib.jsp.output.LevelIndicatorJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.output.LevelIndicator)
onlynullA value-binding expression that associates the LevelIndicator component with a backing bean property.
colorsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the colors for this LevelIndicator component that should be used to display segments for corresponding levels
displayAreaClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCSS class name(s) for the indicator.
displayAreaStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the indicator.
fillDirectionfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the direction of filling the display area
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe component identifier.
inactiveSegmentIntensityfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
true0.35Specifies the value for the color intensity that is used to display the inactive segments of this LevelIndicator component
labelClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCSS class name(s) for the label.
labelStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the label.
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 LevelIndicator.
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 LevelIndicator.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks over the LevelIndicator 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 LevelIndicator.
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 LevelIndicator.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the LevelIndicator.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases the mouse button over the LevelIndicator.
orientationfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies an orientation for this LevelIndicator component
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not the component is visible.
rolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the LevelIndicator component in the rollover state.
rolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the LevelIndicator component in the rollover state.
segmentSizefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
true3Specifies the size of the segment that would be used to fill the display area
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire LevelIndicator component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the entire LevelIndicator component.
transitionLevelsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
truenullSpecifies the values where transition between levels take place
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
true0.5Represent the current value of this LevelIndicator 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.