2.2.10.8 Button

2.2.10.8 Button

Properties of Button

  1. Id - unique identifier of the control

  2. GridData(LMS) - control's column values for Large, Medium and Small screens. Please refer to GridData for further details

  3. Label - text to be displayed in the button

  4. Icon - icon to be used by the button

  5. Set Fields if pressed - assign a particular value for the Bound Field defined in this setting 

  6. Actions if pressed - a place to inject a custom code or action in the event that the button has been pressed. A common application of this is calling a Javascript Function or navigating to a particular page.

  7. Type - sets the type of button defined in SAPUI5 ButtonType

  8. Width - width setting 

  9. Enabled - set a boolean value or a variable with type boolean from the Model to control the enable property

  10. Visible - set a boolean value or a variable with type boolean from the Model to control the visibility property

  11. ToolTip - text to be displayed when hovered to the button

  12. Style Class - assign a predefined SAPUI5 CSS or a CSS class defined in the CSS of the App

  13. Advanced - properties of the control not available in the above list can be added here. 

Step-by-step guide

How to add a Button

  1. Right click on a Form Element and select Add Button

  2. A Button control has been added

Related articles