Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.LayoutRow
Packages that use LayoutRow
Package
Description
-
Uses of LayoutRow in org.nuxeo.ecm.platform.forms.layout.api
Methods in org.nuxeo.ecm.platform.forms.layout.api that return LayoutRow -
Uses of LayoutRow in org.nuxeo.ecm.platform.forms.layout.api.impl
Classes in org.nuxeo.ecm.platform.forms.layout.api.impl that implement LayoutRowFields in org.nuxeo.ecm.platform.forms.layout.api.impl declared as LayoutRowMethods in org.nuxeo.ecm.platform.forms.layout.api.impl that return LayoutRowMethods in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type LayoutRowConstructor parameters in org.nuxeo.ecm.platform.forms.layout.api.impl with type arguments of type LayoutRowModifierConstructorDescriptionLayoutImpl
(String name, String mode, String template, List<LayoutRow> rows, int columns, Map<String, Serializable> properties, String definitionId) -
Uses of LayoutRow in org.nuxeo.ecm.platform.forms.layout.export
Methods in org.nuxeo.ecm.platform.forms.layout.export with parameters of type LayoutRowModifier and TypeMethodDescriptionprotected void
LayoutJsonWriter.writeLayoutRow
(LayoutRow layoutRow, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of LayoutRow in org.nuxeo.ecm.platform.forms.layout.functions
Methods in org.nuxeo.ecm.platform.forms.layout.functions that return types with arguments of type LayoutRowModifier and TypeMethodDescriptionLayoutFunctions.getNotSelectedRows
(Layout layout, List<String> selectedRowNames) LayoutFunctions.getSelectedRows
(Layout layout, List<String> selectedRowNames, boolean showAlwaysSelected) Methods in org.nuxeo.ecm.platform.forms.layout.functions with parameters of type LayoutRow