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 IGoldenLayoutIGoldenLayout. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IGoldenLayout Modifier and Type Method Description static IGoldenLayoutIGoldenLayoutCtrl. from(org.zkoss.zkmax.zul.GoldenLayout instance)static IGoldenLayoutIGoldenLayout. of(java.lang.Iterable<? extends IGoldenPanel<IAnyGroup>> children)Returns the instance with the givenIGoldenPanelchildren.static IGoldenLayoutIGoldenLayout. of(IGoldenPanel<IAnyGroup>... children)Returns the instance with the givenIGoldenPanelchildren.static IGoldenLayoutIGoldenLayout. ofFlex(java.lang.String hflex, java.lang.String vflex)Returns the instance with the given vflex and hflexstatic IGoldenLayoutIGoldenLayout. ofId(java.lang.String id)Returns the instance with the given id.static IGoldenLayoutIGoldenLayout. ofSize(java.lang.String width, java.lang.String height)Returns the instance with the given width and heightIGoldenLayoutIGoldenLayout. withAreas(java.lang.String areas)Returns a copy ofthisimmutable component with the specifiedareas.IGoldenLayoutIGoldenLayout. withOrient(java.lang.String orient)Returns a copy ofthisimmutable component with the specifiedorient.default IGoldenLayoutIGoldenLayout. withOrient(IGoldenLayout.Orient orient)Returns a copy ofthisimmutable component with the specifiedorient.Methods in org.zkoss.stateless.sul with parameters of type IGoldenLayout Modifier and Type Method Description static org.zkoss.json.JSONObjectIGoldenLayoutCtrl. parseAreas(IGoldenLayout goldenLayout, java.util.List<java.util.List<java.lang.String>> areasMatrix, boolean isChildrenUpdate)static org.zkoss.json.JSONObjectIGoldenLayoutCtrl. parseConfig(java.util.List matrix, java.lang.String direction, boolean root, IGoldenLayout goldenLayout, boolean isChildrenUpdate)
-