Uses of Class
org.zkoss.stateless.sul.IButtonBase.Type
-
Packages that use IButtonBase.Type Package Description org.zkoss.stateless.sul -
-
Uses of IButtonBase.Type in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return IButtonBase.Type Modifier and Type Method Description static IButtonBase.TypeIButtonBase.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IButtonBase.Type[]IButtonBase.Type. 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.Type Modifier and Type Method Description static IButtonIButton. ofType(IButtonBase.Type type)Returns the instance with the given type.static ICombobuttonICombobutton. ofType(IButtonBase.Type type)Returns the instance with the given type.default IIButtonBase. withType(IButtonBase.Type type)Returns a copy ofthisimmutable component with the specifiedorient.
-