static IMenuitem |
IMenuitemCtrl.from(Menuitem instance) |
|
static IMenuitem |
IMenuitem.of(java.lang.String label) |
Returns the instance with the given label.
|
static IMenuitem |
IMenuitem.of(java.lang.String label,
java.lang.String image) |
Returns the instance with the given label and image.
|
static IMenuitem |
IMenuitem.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static IMenuitem |
IMenuitem.ofImage(java.lang.String image) |
Returns the instance with the given image.
|
IMenuitem |
IMenuitem.withAutocheck(boolean autocheck) |
Returns a copy of this immutable component with the specified
autocheck .
|
IMenuitem |
IMenuitem.withAutodisable(java.lang.String autodisable) |
Returns a copy of this immutable component with the specified
autodisable .
|
IMenuitem |
IMenuitem.withChecked(boolean checked) |
Returns a copy of this immutable component with the specified
checked .
|
IMenuitem |
IMenuitem.withCheckmark(boolean checkmark) |
Returns a copy of this immutable component with the specified
checkmark .
|
IMenuitem |
IMenuitem.withHref(java.lang.String href) |
Returns a copy of this immutable component with the specified
href .
|
IMenuitem |
IMenuitem.withTarget(java.lang.String target) |
Returns a copy of this immutable component with the specified
target .
|
IMenuitem |
IMenuitem.withUpload(java.lang.String upload) |
Returns a copy of this immutable component with the specified
upload .
|