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