Class Button
Attributes:
- name
- value
- flags
- label
-
Nethgui\Widget\AbstractWidget
implements
Nethgui\Renderer\WidgetInterface,
Nethgui\Log\LogConsumerInterface
-
Nethgui\Widget\XhtmlWidget
implements
Nethgui\View\CommandReceiverInterface
-
Nethgui\Widget\Xhtml\Button
Methods summary
protected
array
|
#
getJsWidgetTypes( )
Get the js types required by this widget class.
Get the js types required by this widget class.
Each element of the returned array is a string :
Returns
array An array of required js widget types
Api
Overrides
|
protected
|
|
public
mixed
|
#
executeCommand( Nethgui\View\ViewInterface $origin, string $selector, string $name, array $arguments )
Specify an implementation for the given method and arguments.
Specify an implementation for the given method and arguments.
The original view that generated the command and the selector string
that identifies the logical target provide more contextual informations.
Parameters
- $origin
- $selector
- $name
- $arguments
Returns
mixed
Overrides
|
Methods inherited from Nethgui\Widget\XhtmlWidget
applyDefaultLabelAlignment(),
canEscapeUnobstrusive(),
closeTag(),
controlTag(),
escapeUnobstrusive(),
getChoices(),
getControlName(),
getRenderer(),
getTranslateClosure(),
hashToDatasource(),
insertPlugins(),
labeledControlTag(),
openTag(),
optGroups(),
render(),
selfClosingTag()
|
Methods inherited from Nethgui\Widget\AbstractWidget
__construct(),
__toString(),
getAttribute(),
getChildren(),
getClientEventTarget(),
getInstanceCounter(),
getLog(),
hasAttribute(),
hasChildren(),
insert(),
prepend(),
renderChildren(),
setAttribute(),
setLog(),
wrapChild()
|