Class \Prado\Web\UI\WebControls\TButtonColumnType
TButtonColumnType class.
TButtonColumnType defines the enumerable type for the possible types of buttons that can be used in a TButtonColumn.
The following enumerable values are defined:
- LinkButton: link buttons
- PushButton: form buttons
- ImageButton: image buttons
Class hierarchy
- \Prado\Web\UI\WebControls\TButtonColumnType
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
__construct, current, key, next, rewind, valid |
public
mixed
|
ImageButton
|
'ImageButton'
|
public
mixed
|
LinkButton
|
'LinkButton'
|
public
mixed
|
PushButton
|
'PushButton'
|