KioWareAddinSettings.KWButton Class
Subclass of KioWareAddinSettings. A button addin setting.
Methods
Type | Signature |
Constructor |
KWButton()
Creates a new KWButton instance. |
KWButton |
setTitle(String title)
Sets the title of this setting. |
KWButton |
setSummary(String summary)
Sets the summary of this setting. |
KWButton |
setIcon(Drawable icon)
Sets the icon to display for this setting. |
KWButton |
setOnClickListener(OnClickListener onClickListener)
Sets the click listener for this button. |
KWButton |
setOnKWAddinChangeListener(OnKWAddinChangeListener onKWAddinChangeListener)
Sets an OnKWAddinChangeListener for this setting, whose accept() method will be called when the value of this setting changes. |
String |
getTitle()
Gets the title of this setting. |
String |
getSummary()
Gets the summary of this setting. |
Drawable |
getIcon()
Gets the icon of this setting. |
OnClickListener |
getOnClickListener()
Gets the click listener for this button. |