TextButton
class TextButton extends Model (View source)
Properties
| string | $altText | ||
| string | $backgroundColor | ||
| bool | $disabled | ||
| protected | $onClickType | ||
| protected | $onClickDataType | ||
| string | $style | ||
| string | $text |
Methods
setAltText($altText)
No description
string
getAltText()
No description
setBackgroundColor($backgroundColor)
No description
string
getBackgroundColor()
No description
setDisabled($disabled)
No description
bool
getDisabled()
No description
getOnClick()
No description
setStyle($style)
No description
string
getStyle()
No description
setText($text)
No description
string
getText()
No description
Details
setAltText($altText)
No description
string
getAltText()
No description
setBackgroundColor($backgroundColor)
No description
string
getBackgroundColor()
No description
setDisabled($disabled)
No description
bool
getDisabled()
No description
setOnClick(OnClick $onClick)
No description
OnClick
getOnClick()
No description
setStyle($style)
No description
string
getStyle()
No description
setText($text)
No description
string
getText()
No description