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.OrientIRangesliderBase.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 IMultisliderIMultislider. ofOrient(IRangesliderBase.Orient orient)Returns the instance with the given orient.static IRangesliderIRangeslider. ofOrient(IRangesliderBase.Orient orient)Returns the instance with the given orient.default IIRangesliderBase. withOrient(IRangesliderBase.Orient orient)Returns a copy ofthisimmutable component with the specifiedorient.
-