ice
Tag selectInputDate


The selectInputDate component renders a localized dateSelect. Users may select a date by clicking on a date in the displayed month. The displayed month and year can be changed using arrow buttons. Optionally, the selectInputDate component may be used in popup mode. In this mode an inputText component is rendered that displays the selected date. Users may enter a date directly into the inputText component, or optionally click a button beside the inputText component to display a popup dateSelect view. Selecting a date in the dateSelect closes the popup dateSelect view and updates the selected date.
The selectInputDate component can be used in cases where a date value must be displayed or entered.


Tag Information
Tag Classcom.icesoft.faces.component.selectinputdate.SelectInputDateTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsefalsejava.lang.StringEvery component may have an unique id. Automatically created if omitted.
renderedfalsefalsejava.lang.StringIf false, this component will not be rendered.
disabledfalsefalsejava.lang.String Flag indicating that this element must never receive focus or be included in a subsequent submit.
enabledOnUserRolefalsefalsejava.lang.String If user is in given role, this component will be rendered normally. If not, the component will be in disabled state.
bindingfalsefalsejava.lang.StringComponent binding.
valuefalsefalsejava.lang.StringThe current date value of this component.
converterfalsefalsejava.lang.StringId of Converter to be used or reference to a Converter.
immediatefalsefalsejava.lang.String Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase.
requiredfalsefalsejava.lang.StringIf true, this component will be checked for non-empty input.
validatorfalsefalsejava.lang.StringMethodBinding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component.
valueChangeListenerfalsefalsejava.lang.StringListener for value changes.
renderedOnUserRolefalsefalsejava.lang.String If user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped.
onclickfalsefalsejava.lang.String Passed through to root element.
ondblclickfalsefalsejava.lang.String Passed through to root element.
onmousedownfalsefalsejava.lang.String Passed through to root element.
onmouseupfalsefalsejava.lang.String Passed through to root element.
onmouseoverfalsefalsejava.lang.String Passed through to root element.
onmousemovefalsefalsejava.lang.String Passed through to root element.
onmouseoutfalsefalsejava.lang.String Passed through to root element.
onkeypressfalsefalsejava.lang.String Passed through to root element.
onkeydownfalsefalsejava.lang.String Passed through to root element.
onkeyupfalsefalsejava.lang.String Passed through to root element.
dirfalsefalsejava.lang.String Passed through to root element.
langfalsefalsejava.lang.String Passed through to root element.
stylefalsefalsejava.lang.String Passed through to root element.
titlefalsefalsejava.lang.String Passed through to root element.
styleClassfalsefalsejava.lang.String

Defines the base class name for all style classes used in selectInputDate. Default value is iceCal

  • iceCalMonthYear
  • iceCalWeek
  • iceCalCur
  • iceCalDay
  • iceCalOutline
  • iceCalInput
renderAsPopupfalsefalsejava.lang.StringRender the input-dateSelect as a java-script popup on client.
imageDirfalsefalsejava.lang.StringSet directory for location of the dateSelect images.
popupDateFormatfalsefalsejava.lang.StringNot Applicable - the ICEfaces popup dateSelect does not require any special attributes.

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.