Uses of Interface
org.zkoss.stateless.sul.IGoldenLayout
-
Packages that use IGoldenLayout Package Description org.zkoss.stateless.sul -
-
Uses of IGoldenLayout in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IGoldenLayout Modifier and Type Field Description static IGoldenLayout
IGoldenLayout. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IGoldenLayout Modifier and Type Method Description static IGoldenLayout
IGoldenLayoutCtrl. from(GoldenLayout instance)
static IGoldenLayout
IGoldenLayout. of(java.lang.Iterable<? extends IGoldenPanel<IAnyGroup>> children)
Returns the instance with the givenIGoldenPanel
children.static IGoldenLayout
IGoldenLayout. of(IGoldenPanel<IAnyGroup>... children)
Returns the instance with the givenIGoldenPanel
children.static IGoldenLayout
IGoldenLayout. ofFlex(java.lang.String hflex, java.lang.String vflex)
Returns the instance with the given vflex and hflexstatic IGoldenLayout
IGoldenLayout. ofId(java.lang.String id)
Returns the instance with the given id.static IGoldenLayout
IGoldenLayout. ofSize(java.lang.String width, java.lang.String height)
Returns the instance with the given width and heightIGoldenLayout
IGoldenLayout. withAreas(java.lang.String areas)
Returns a copy ofthis
immutable component with the specifiedareas
.IGoldenLayout
IGoldenLayout. withOrient(java.lang.String orient)
Returns a copy ofthis
immutable component with the specifiedorient
.default IGoldenLayout
IGoldenLayout. withOrient(IGoldenLayout.Orient orient)
Returns a copy ofthis
immutable component with the specifiedorient
.Methods in org.zkoss.stateless.sul with parameters of type IGoldenLayout Modifier and Type Method Description static JSONObject
IGoldenLayoutCtrl. parseAreas(IGoldenLayout goldenLayout, java.util.List<java.util.List<java.lang.String>> _areasMatrix, boolean isChildrenUpdate)
static JSONObject
IGoldenLayoutCtrl. parseConfig(java.util.List matrix, java.lang.String direction, boolean root, IGoldenLayout goldenLayout, boolean isChildrenUpdate)
-