Uses of Class
org.zkoss.stateless.sul.IButtonBase.Direction
-
Packages that use IButtonBase.Direction Package Description org.zkoss.stateless.sul -
-
Uses of IButtonBase.Direction in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return IButtonBase.Direction Modifier and Type Method Description static IButtonBase.Direction
IButtonBase.Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IButtonBase.Direction[]
IButtonBase.Direction. 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 IButtonBase.Direction Modifier and Type Method Description static IButton
IButton. ofDir(IButtonBase.Direction dir)
Returns the instance with the given dir.static ICombobutton
ICombobutton. ofDir(IButtonBase.Direction dir)
Returns the instance with the given dir.static IFileupload
IFileupload. ofDir(IButtonBase.Direction dir)
Returns the instance with the given dir.static IToolbarbutton
IToolbarbutton. ofDir(IButtonBase.Direction dir)
Returns the instance with the given dir.default I
IButtonBase. withDir(IButtonBase.Direction dir)
Returns a copy ofthis
immutable component with the specifieddir
.
-