static IMenubar |
IMenubarCtrl.from(org.zkoss.zul.Menubar instance) |
|
static IMenubar |
IMenubar.of(java.lang.Iterable<? extends IChildrenOfMenupopup> children) |
|
static IMenubar |
IMenubar.of(IChildrenOfMenupopup... children) |
|
static IMenubar |
IMenubar.ofId(java.lang.String id) |
Returns the instance with the given id.
|
IMenubar |
IMenubar.withAutodrop(boolean autodrop) |
Returns a copy of this immutable component with the specified
autodrop.
|
IMenubar |
IMenubar.withOrient(java.lang.String orient) |
Returns a copy of this immutable component with the specified
orient.
|
default IMenubar |
IMenubar.withOrient(IMenubar.Orient orient) |
Returns a copy of this immutable component with the specified
orient.
|
IMenubar |
IMenubar.withScrollable(boolean scrollable) |
Returns a copy of this immutable component with the specified
scrollable.
|