Uses of Class
org.zkoss.stateless.sul.IHlayout.VerticalAlign
-
Packages that use IHlayout.VerticalAlign Package Description org.zkoss.stateless.sul -
-
Uses of IHlayout.VerticalAlign in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return IHlayout.VerticalAlign Modifier and Type Method Description static IHlayout.VerticalAlign
IHlayout.VerticalAlign. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IHlayout.VerticalAlign[]
IHlayout.VerticalAlign. 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 IHlayout.VerticalAlign Modifier and Type Method Description default IHlayout<I>
IHlayout. withValign(IHlayout.VerticalAlign valign)
Returns a copy ofthis
immutable component with the specifiedvalign
.
-