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