Tag reference sheet

Tag library reference for the following tag libraries:

Tobago Sandbox

Tobago Framework Sandbox Tag Library - (C) Copyright 2002-2008 The Apache Software Foundation Warning: The sandbox tag library contains unstable components. Everything is subject to change without prior notice.

This is version 1.2.

Required attributes are marked with a *

<tcs:numberSlider>

UIComponentClass: org.apache.myfaces.tobago.component.UINumberSlider

RendererType: NumberSlider

Can contain: JSP

Attributes

NameDescriptionType
bindingThe value binding expression linking this component to a property in a backing bean.

Warning: For the tobago extension library tx the binding differs from JSP and Facelets:
  • JSP: The component is the inner main control (e. g. UIInput).
  • Facelets: The component is the outer UIPanel.
Type: javax.faces.component.UIComponent
String
disabledFlag indicating that this element is disabled.Type: booleanDefault: falseString
idThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.Type: java.lang.StringString
markupIndicate markup of this component. The allowed markups can be defined or overridden in the theme. The value 'none' should not be used any longer. Just leave the attribute empty, or use a NULL pointer.Type: org.apache.myfaces.tobago.context.MarkupString
maxThe maximum integer that can be entered and which represents the right border of the slider.Type: java.lang.IntegerDefault: 100String
minThe minimum integer that can be entered and which represents the left border of the slider.Type: java.lang.IntegerDefault: 0String
readonlyFlag indicating that this component will prohibit changes by the user.Type: booleanDefault: falseString
renderedFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.Type: booleanDefault: trueString
valueThe current value of this component.Type: java.lang.ObjectString
valueChangeListenerMethodBinding representing a value change listener method that will be notified when a new value has been set for this input component. The expression must evaluate to a public method that takes a ValueChangeEvent parameter, with a return type of void.String