Class \Prado\Web\UI\WebControls\TButtonTag
        TButtonTag class.
        
    TButtonTag defines the enumerable type for the possible tag names that a TButton can use for rendering.
The following enumerable values are defined:
- Input: an input tag is rendered
- Button: a button tag is rendered
Class hierarchy
- \Prado\Web\UI\WebControls\TButtonTag
- 
                     \Prado\TEnumerable
                    implements
                            Iterator \Prado\TEnumerable
                    implements
                            Iterator
| 
                            __construct,                             current,                             key,                             next,                             rewind,                             valid                     | 
| 
                public
                                mixed
             | 
                Button
             | 'Button' | 
| 
                public
                                mixed
             | 
                Input
             | 'Input' |