Dom_FormElement
|
+--Dom_FormInput
public class Dom_FormInput
extends Dom_FormElement
| Fields inherited from Dom_FormElement | |
|---|---|
| element, form | |
| Method Summary | |
|---|---|
| string | getValue() Return the value of theis form element |
| boolean | Get the checked state of this element |
| void | setChecked(boolean b) Set the checked attribute of an element |
| void | setValue(string value) Set the value of this form element. |
| Methods inherited from Dom_FormElement | |
|---|---|
| disable, getAttribute, getForm, getName, getNode, getTemplate, getType, getValue, isDisabled, setAttribute, setName, setValue | |
public string getValue()
Return the value of theis form element
public boolean isChecked()
Get the checked state of this element
public void setChecked(boolean b)
Set the checked attribute of an element
public void setValue(string value)
Set the value of this form element.
A class that handle a forms input element.