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