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 INavINav. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return INav Modifier and Type Method Description static INavINavCtrl. from(org.zkoss.zkmax.zul.Nav instance)static INavINav. of(java.lang.String label)Returns the instance with the given label.static INavINav. ofIconSclass(java.lang.String iconSclass)Returns the instance with the given iconSclass.static INavINav. ofId(java.lang.String id)Returns the instance with the given id.INavINav. withBadgeText(java.lang.String badgeText)Returns a copy ofthisimmutable component with the specifiedbadgeText.INavINav. withOpen(boolean open)Returns a copy ofthisimmutable component with the specifiedopen.
-