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