| attribute |
req. |
values |
default |
case sens. |
JSP taglib |
classlib |
| design |
no |
STANDARD
SMALL |
STANDARD |
yes |
design="SMALL" |
setDesign(InputFieldDesign.SMALL) |
| disabled |
no |
FALSE
TRUE |
FALSE |
yes |
disabled="TRUE" |
setDisabled(true) |
| firstDayOfWeek |
no |
range 1 to 7 |
1 |
- |
firstDayOfWeek="3" |
setFirstDayOfWeek(3) |
| id |
yes |
String |
none |
yes |
id="GetInput" |
|
| invalid |
no |
FALSE
TRUE |
FALSE |
no |
invalid="TRUE" |
setInvalid(true) |
| maxlength |
no |
Numeric |
25 |
no |
maxlength="25" |
setMaxlength(25) |
| password |
no |
FALSE
TRUE |
FALSE |
no |
password="TRUE" |
setPassword(true) |
| required |
no |
FALSE
TRUE |
FALSE |
yes |
required="FALSE" |
setRequired(false) |
| showHelp |
no |
FALSE
TRUE |
FALSE |
yes |
showHelp="TRUE"
only effective if type is set to "date" |
setShowHelp(true)
only effective if type is set to "date" |
| size |
no |
Numeric |
30 |
- |
size="30" |
setSize(30) |
| type |
no |
BCD
BOOLEAN
DATE
INTEGER
STRING
TIME |
STRING |
yes |
type="INTEGER" |
setType(DataType.INTEGER) |
| value |
no |
String |
none |
no |
value="Your name
here" |
setValue("Your
name here") |
| visible |
no |
FALSE
TRUE |
TRUE |
yes |
visible="FALSE" |
setVisible(false) |
| width |
no |
Unit |
150 |
- |
width="200" |
setWidth("200") |