|
Tizen Native API
5.5
|
Enumeration for the instance of properties belonging to the Button class. More...
Public Types | |
| enum | |
| Enumeration for the instance of properties belonging to the Button class. More... | |
Enumeration for the instance of properties belonging to the Button class.
| anonymous enum |
Enumeration for the instance of properties belonging to the Button class.
| DISABLED |
name "disabled", type bool Sets the button as disabled.
|
| AUTO_REPEATING |
name "autoRepeating", type bool If the autorepeating property is set to true then the togglable property is set to false
|
| INITIAL_AUTO_REPEATING_DELAY |
name "initialAutoRepeatingDelay", type float By default this value is set to 0.15 seconds.
|
| NEXT_AUTO_REPEATING_DELAY |
name "nextAutoRepeatingDelay", type float default this value is set to 0.05 seconds
|
| TOGGLABLE |
name "togglable", type bool If the togglable property is set to true, then the autorepeating property is set to false.
|
| SELECTED |
name "selected", type bool Sets the togglable button as either selected or unselected, togglable property must be set to true.
|
| UNSELECTED_VISUAL |
name "unselectedVisual", type string if it is a url, map otherwise. Sets the unselected button foreground/icon visual
|
| SELECTED_VISUAL |
name "selectedImage", type string if it is a url, map otherwise Sets the selected button foreground/icon visual
|
| DISABLED_SELECTED_VISUAL |
name "disabledSelectedVisual", type string if it is a url, map otherwise Sets the disabled selected state foreground/icon button visual
|
| DISABLED_UNSELECTED_VISUAL |
name "disabledUnselectedVisual", type string if it is a url, map otherwise Sets the disabled unselected state foreground/icon visual
|
| UNSELECTED_BACKGROUND_VISUAL |
name "unselectedBackgroundVisual", type string if it is a url, map otherwise Sets the disabled in the unselected state background, button visual
|
| LABEL |
name "label", type Property::Map or std::string
|
| SELECTED_BACKGROUND_VISUAL |
name "selectedBackgroundVisual", type string if it is a url, map otherwise Sets the selected background button visual
|
| DISABLED_UNSELECTED_BACKGROUND_VISUAL |
name "disabledUnselectedBackgroundVisual", type string if it is a url, map otherwise Sets the disabled while unselected background button visual
|
| DISABLED_SELECTED_BACKGROUND_VISUAL |
name "disabledSelectedBackgroundVisual", type string if it is a url, map otherwise Sets the disabled while selected background button visual
|