static INavbar |
INavbarCtrl.from(Navbar instance) |
|
static INavbar |
INavbar.of(java.lang.Iterable<? extends IChildrenOfNavbar> children) |
|
static INavbar |
INavbar.of(IChildrenOfNavbar... children) |
|
static INavbar |
INavbar.ofId(java.lang.String id) |
Returns the instance with the given id.
|
INavbar |
INavbar.withAutoclose(boolean autoclose) |
Returns a copy of this immutable component with the specified
autoclose .
|
INavbar |
INavbar.withCollapsed(boolean collapsed) |
Returns a copy of this immutable component with the specified
collapsed .
|
INavbar |
INavbar.withOrient(java.lang.String orient) |
Returns a copy of this immutable component with the specified
orient .
|
default INavbar |
INavbar.withOrient(INavbar.Orient orient) |
Returns a copy of this immutable component with the specified
orient .
|