Class AphrontFormControl
Tasks
Methods
public getCaption()
This method is not documented.
public getControlID()
This method is not documented.
public getControlStyle()
This method is not documented.
protected abstract getCustomControlClass()
This method is not documented.
public getDisabled()
This method is not documented.
public getError()
This method is not documented.
public getID()
This method is not documented.
public getLabel()
This method is not documented.
public getName()
This method is not documented.
public getValue()
This method is not documented.
final public render()
This method is not documented.
protected abstract renderInput()
This method is not documented.
public setCaption($caption)
| parameters | wild | $caption | |
| return | wild | | |
This method is not documented.
public setControlID($control_id)
| parameters | wild | $control_id | |
| return | wild | | |
This method is not documented.
public setControlStyle($control_style)
| parameters | wild | $control_style | |
| return | wild | | |
This method is not documented.
public setDisabled($disabled)
| parameters | wild | $disabled | |
| return | wild | | |
This method is not documented.
public setError($error)
| parameters | wild | $error | |
| return | wild | | |
This method is not documented.
public setID($id)
| parameters | wild | $id | |
| return | wild | | |
This method is not documented.
public setLabel($label)
| parameters | wild | $label | |
| return | wild | | |
This method is not documented.
public setName($name)
| parameters | wild | $name | |
| return | wild | | |
This method is not documented.
public setValue($value)
| parameters | wild | $value | |
| return | wild | | |
This method is not documented.
protected shouldRender()
This method is not documented.