o
Tag daySwitcher


Displays a time-table for one day. A time-table consists of a set of events with different time spans arranged within a day.


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

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.timetable.DaySwitcher)
onlynullA value-binding expression that associates the DaySwitcher with a backing bean property.
dateFormatfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"medium"This attribute defines which of the predefined date formats for a given locale should be used for text.
Available values are:
"short" — the same as "SHORT" format in the java.text.DateFormat
"medium" — the same as "MEDIUM" format in the java.text.DateFormat
"long" — the same as "LONG" format in the java.text.DateFormat
"full" — the same as "FULL" format in the java.text.DateFormat
enabledfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not the user can change selection.
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullID of a DayTable component that should be synchronized with this component. It should be defined in the same way as the "for" property of the standard HTMLOutputLabel component. If this attribute is not specified then this filter component should be located inside of a DayTable component.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe component identifier.
localefalsejavax.el.ValueExpression
(must evaluate to java.util.Locale)
trueclient's localeThe locale used by DateChooser component. You can specify the "locale" attribute as a value-binding expression or as a String in "ll_CC_vv" format, where:
ll stands for the language - lowercase two-letter ISO-639 code.
CC stands for the country - uppercase two-letter ISO-3166 code (optional).
vv stands for the variant - vendor and browser specific code (optional).
nextButtonClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
nextButtonImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
nextButtonPressedClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
nextButtonPressedStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
nextButtonRolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
nextButtonRolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
nextButtonStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
patternfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe date format with the pattern similar to that in the java.text.SimpleDateFormat class.
previousButtonClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
previousButtonImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
previousButtonPressedClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
previousButtonPressedStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
previousButtonRolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
previousButtonRolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
previousButtonStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that indicates whether or not the component is visible.
rolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
rolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
textClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
textRolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
textRolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
textStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
timeZonefalsejavax.el.ValueExpression
(must evaluate to java.util.TimeZone)
trueThe server's default time zoneTime zone in which to interpret any time information in the date String. Value must be either a VB expression that evaluates to a java.util.TimeZone instance, or a String that is a timezone ID as described in the javadocs for java.util.TimeZone.getTimeZone().
upperDateFormatfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"medium"This attribute defines which of the predefined date formats for a given locale should be used for upper text.
Available values are:
"short" — the same as "SHORT" format in the java.text.DateFormat
"medium" — the same as "MEDIUM" format in the java.text.DateFormat
"long" — the same as "LONG" format in the java.text.DateFormat
"full" — the same as "FULL" format in the java.text.DateFormat
upperPatternfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe date format with the pattern similar to that in the java.text.SimpleDateFormat class.
upperTextClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
upperTextRolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
upperTextRolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description
upperTextStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenoneNo Description

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.