static INavitem |
INavitemCtrl.from(Navitem instance) |
|
static INavitem |
INavitem.of(java.lang.String label) |
Returns the instance with the given label.
|
static INavitem |
INavitem.ofIconSclass(java.lang.String iconSclass) |
Returns the instance with the given iconSclass.
|
static INavitem |
INavitem.ofId(java.lang.String id) |
Returns the instance with the given id.
|
INavitem |
INavitem.withBadgeText(java.lang.String badgeText) |
Returns a copy of this immutable component with the specified
badgeText .
|
INavitem |
INavitem.withContent(java.lang.String content) |
Returns a copy of this immutable component with the specified content .
|
INavitem |
INavitem.withHref(java.lang.String href) |
Returns a copy of this immutable component with the specified
href .
|
INavitem |
INavitem.withSelected(boolean selected) |
Returns a copy of this immutable component with the specified
selected .
|
INavitem |
INavitem.withTarget(java.lang.String target) |
Returns a copy of this immutable component with the specified
target .
|