Uses of Interface
org.zkoss.stateless.sul.INav
-
Packages that use INav Package Description org.zkoss.stateless.sul -
-
Uses of INav in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as INav Modifier and Type Field Description static INav
INav. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return INav Modifier and Type Method Description static INav
INavCtrl. from(Nav instance)
static INav
INav. of(java.lang.String label)
Returns the instance with the given label.static INav
INav. ofIconSclass(java.lang.String iconSclass)
Returns the instance with the given iconSclass.static INav
INav. ofId(java.lang.String id)
Returns the instance with the given id.INav
INav. withBadgeText(java.lang.String badgeText)
Returns a copy ofthis
immutable component with the specifiedbadgeText
.INav
INav. withOpen(boolean open)
Returns a copy ofthis
immutable component with the specifiedopen
.
-