Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.Layout
-
Packages that use Layout Package Description org.nuxeo.ecm.platform.forms.layout.api.impl org.nuxeo.ecm.platform.forms.layout.export org.nuxeo.ecm.platform.forms.layout.functions -
-
Uses of Layout in org.nuxeo.ecm.platform.forms.layout.api.impl
Classes in org.nuxeo.ecm.platform.forms.layout.api.impl that implement Layout Modifier and Type Class Description classLayoutImplImplementation for layouts. -
Uses of Layout in org.nuxeo.ecm.platform.forms.layout.export
Methods in org.nuxeo.ecm.platform.forms.layout.export with parameters of type Layout Modifier and Type Method Description voidLayoutJsonWriter. write(Layout entity, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of Layout in org.nuxeo.ecm.platform.forms.layout.functions
Methods in org.nuxeo.ecm.platform.forms.layout.functions with parameters of type Layout Modifier and Type Method Description static List<String>LayoutFunctions. getDefaultSelectedRowNames(Layout layout, boolean showAlwaysSelected)static List<LayoutRow>LayoutFunctions. getNotSelectedRows(Layout layout, List<String> selectedRowNames)static List<LayoutRow>LayoutFunctions. getSelectedRows(Layout layout, List<String> selectedRowNames, boolean showAlwaysSelected)
-