Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.LayoutRow
Package
Description
-
Uses of LayoutRow in org.nuxeo.ecm.platform.forms.layout.api
-
Uses of LayoutRow in org.nuxeo.ecm.platform.forms.layout.api.impl
ModifierConstructorDescriptionLayoutImpl
(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
Modifier and TypeMethodDescriptionprotected void
LayoutJsonWriter.writeLayoutRow
(LayoutRow layoutRow, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of LayoutRow in org.nuxeo.ecm.platform.forms.layout.functions
Modifier and TypeMethodDescriptionLayoutFunctions.getNotSelectedRows
(Layout layout, List<String> selectedRowNames) LayoutFunctions.getSelectedRows
(Layout layout, List<String> selectedRowNames, boolean showAlwaysSelected)