static IMenu |
IMenuCtrl.from(Menu instance) |
|
static IMenu |
IMenu.of(java.lang.String label,
java.lang.String image) |
Returns the instance with the given label and image.
|
static IMenu |
IMenu.of(java.lang.String label,
IMenupopup child) |
Returns the instance with the given label and a popup child.
|
static IMenu |
IMenu.of(IMenupopup child) |
Returns the instance with the given IMenupopup child.
|
static IMenu |
IMenu.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static IMenu |
IMenu.ofImage(java.lang.String image) |
Returns the instance with the given image.
|
IMenu |
IMenu.withContent(java.lang.String content) |
Returns a copy of this immutable component with the specified label .
|