This renderer is not responsible for rendering its children.
Attributes with a pass-through
value of
true
are not interpreted by the renderer and are passed
straight through to the rendered markup, without checking for validity. Attributes with a
pass-through
value of false
are interpreted
by the renderer, and may or may not be checked for validity by the renderer.
Attributes | |||||
attribute-name | pass-through | attribute-class | description | default-value | |
---|---|---|---|---|---|
buttonBorder
|
false | java.lang.String |
optional - allows border of drop down button for date picker to be overridden | undefined | |
buttonColor
|
false | java.lang.String |
optional - allows color of drop down button for date picker to be overridden | undefined | |
delta
|
false | java.lang.String |
optional - time delta, the increment amount in seconds for the time input helper | undefined | |
firstDay
|
false | java.lang.String |
first day in calendar display (aka first day of week) 0 = Sunday, 1 = Monday etc. | undefined | |
styleClass
|
false | java.lang.String |
defines a family name for a variety of related drop down styles | undefined |