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