static IToolbarbutton |
IToolbarbuttonCtrl.from(Toolbarbutton instance) |
|
static IToolbarbutton |
IToolbarbutton.of(java.lang.String label) |
Returns the instance with the given label.
|
static IToolbarbutton |
IToolbarbutton.of(java.lang.String label,
java.lang.String image) |
Returns the instance with the given label and image.
|
static IToolbarbutton |
IToolbarbutton.ofDir(IButtonBase.Direction dir) |
Returns the instance with the given dir.
|
static IToolbarbutton |
IToolbarbutton.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static IToolbarbutton |
IToolbarbutton.ofImage(java.lang.String image) |
Returns the instance with the given image.
|
static IToolbarbutton |
IToolbarbutton.ofMode(IToolbarbutton.Mode mode) |
Returns the instance with the given mode.
|
static IToolbarbutton |
IToolbarbutton.ofOrient(IButtonBase.Orient orient) |
Returns the instance with the given orient.
|
IToolbarbutton |
IToolbarbutton.withChecked(boolean checked) |
Returns a copy of this immutable component with the specified
checked .
|
IToolbarbutton |
IToolbarbutton.withMode(java.lang.String mode) |
Returns a copy of this immutable component with the specified
mode .
|
default IToolbarbutton |
IToolbarbutton.withMode(IToolbarbutton.Mode mode) |
Returns a copy of this immutable component with the specified
mode .
|