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.OrientIButtonBase.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 IButtonIButton. ofOrient(IButtonBase.Orient orient)Returns the instance with the given orient.static ICombobuttonICombobutton. ofOrient(IButtonBase.Orient orient)Returns the instance with the given orient.static IFileuploadIFileupload. ofOrient(IButtonBase.Orient orient)Returns the instance with the given orient.static IToolbarbuttonIToolbarbutton. ofOrient(IButtonBase.Orient orient)Returns the instance with the given orient.default IIButtonBase. withOrient(IButtonBase.Orient orient)Returns a copy ofthisimmutable component with the specifiedorient.
-