| インタフェース | 説明 |
|---|---|
| FlexibleSelect.OpptionDataSource |
optionタグに使用するデータ供給元インタフェース。
|
| クラス | 説明 |
|---|---|
| ActionButton |
This class represents action buttons in forms of HTML.
|
| Checkbox |
This class represents check box type INPUT tag of HTML.
|
| DecoratedCheckbox | |
| DecoratedRadio | |
| File |
This class represents file type INPUT tag of HTML.
|
| FlexibleSelect |
optionのテンプレートを使用する自由度の高いselect。
|
| GroupedCheckbox |
チェックボックスリスト。
|
| GroupedRadio |
ラジオボタンリスト。
|
| Hidden |
This class represents hidden type INPUT tag of HTML.
|
| ImageButton |
This class represents image button type INPUT tag of HTML.
|
| Input |
This class represents INPUT tag of HTML.
|
| MultipleSelect | |
| Option |
This class represents OPTION tag of HTML.
|
| Password |
This class represents password button type INPUT tag of HTML.
|
| Radio |
This class represents radio button type INPUT tag of HTML.
|
| Reset |
This class represents reset button type INPUT tag of HTML.
|
| Select |
This class represents SELECT tag of HTML.
|
| Submit |
This class represents submit button type INPUT tag of HTML.
|
| Text |
This class represents text type INPUT tag of HTML.
|
| TextArea |
This class represents TEXTAREA tags of HTML.
|