ICEfaces EE Composite Components
Tag textSpinner


The Text Spinner Composite Component

Features

How To Use

  1. Create an instance of the TextSpinner class in your managed bean
  2. Add the <ice-cc:textSpinner/> tag to your page. Nest <ice-cc:css/> in your page <head> tag.
  3. Bind the 'bean' attribute on the tag to your managed bean property (eg. bean="#{myBean.spinner})

Example:
<ice-cc:textSpinner id="textSpinnerDemo" bean="#{textSpinnerExampleBean.spinner}"/>


Tag Information
Tag Classjavax.faces.webapp.FacetTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameText Spinner

Attributes
NameRequiredRequest-timeTypeDescription
idtruefalsejava.lang.StringA unique id for the component.
beantruefalsecom.icesoft.faces.facelets.component.spinner.TextSpinnerThe bean attribute must resolve to an instance of the TextSpinner class.
escapefalsefalsejava.lang.BooleanFlag indicating that characters that are sensitive in HTML and XML markup must be escaped. This flag is set to "true" by default.
nospanfalsefalsejava.lang.BooleanFlag indicating no span tag rendered for text. Default is false.
stylefalsefalsejava.lang.StringCSS style(s) to be applied when this component is rendered
styleClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) to be applied when this element is rendered.
titlefalsefalsejava.lang.StringPassed through to underlying component
disabledfalsefalsejava.lang.BooleanFlag indicating that this component must never receive focus or be included in a subsequent submit.

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.