Attributes |
Name | Required | Request-time | Type | Description |
identifier | true | false | java.lang.String | The button's id. Must be unique on a same page. The id will be used to create a view for the button. |
label | true | false | java.lang.String | The button's label |
controlledBy | true | false | java.lang.String | The perspective controller that controls the visibility of the panel. |
switchTo | false | false | java.lang.String | The controller's perspective to switch to, written as "controller/perspective". |
link | false | false | java.lang.String | The link to follow. |