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