Button
class is used to create button widget on the ui screen. By using buttons, we
can process actions whenever user clicks on it (For ex: Submit the user details
to backend, refresh the screen etc.,). In my later posts, I am going to explain
basic use cases of Button widget.
Create button
setGraphic: Add icon to a button
Perform action on button click
Add affects to a button
Add style to a button using style sheet
No comments:
Post a Comment