Uses of Class
org.zkoss.stateless.sul.IToolbarbutton.Mode
-
Packages that use IToolbarbutton.Mode Package Description org.zkoss.stateless.sul -
-
Uses of IToolbarbutton.Mode in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return IToolbarbutton.Mode Modifier and Type Method Description static IToolbarbutton.Mode
IToolbarbutton.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IToolbarbutton.Mode[]
IToolbarbutton.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zkoss.stateless.sul with parameters of type IToolbarbutton.Mode Modifier and Type Method Description static IToolbarbutton
IToolbarbutton. ofMode(IToolbarbutton.Mode mode)
Returns the instance with the given mode.default IToolbarbutton
IToolbarbutton. withMode(IToolbarbutton.Mode mode)
Returns a copy ofthis
immutable component with the specifiedmode
.
-