FormElement | --InputSubmit
This element is not wrapped into a row, but should be inserted into a container-widget.
[line 27]
static InputSubmit get( String $name, [String $id = ''])
Factories are used to make instant chaining possible.
Overridden in child classes as:
InputSubmit __construct( String $name, [String $id = ''])
Get new instances with "get()" instead.
String doRender( )
Boolean getValue( )
InputButton setCaption( String $caption)