Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.LayoutRow
-
-
Uses of LayoutRow in org.nuxeo.ecm.platform.forms.layout.api
Methods in org.nuxeo.ecm.platform.forms.layout.api that return LayoutRow Modifier and Type Method Description LayoutRow[]
Layout. getRows()
Returns the table of widgets. -
Uses of LayoutRow in org.nuxeo.ecm.platform.forms.layout.api.impl
Classes in org.nuxeo.ecm.platform.forms.layout.api.impl that implement LayoutRow Modifier and Type Class Description class
LayoutRowImpl
Implementation for layout rows.Fields in org.nuxeo.ecm.platform.forms.layout.api.impl declared as LayoutRow Modifier and Type Field Description protected LayoutRow[]
LayoutImpl. rows
Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return LayoutRow Modifier and Type Method Description LayoutRow[]
LayoutImpl. getRows()
Methods in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type LayoutRow Modifier and Type Method Description int
LayoutRowComparator. compare(LayoutRow o1, LayoutRow o2)
Constructor parameters in org.nuxeo.ecm.platform.forms.layout.api.impl with type arguments of type LayoutRow Constructor Description LayoutImpl(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 LayoutRow Modifier and Type Method Description protected 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 LayoutRow Modifier and Type Method Description static List<LayoutRow>
LayoutFunctions. getNotSelectedRows(Layout layout, List<String> selectedRowNames)
static List<LayoutRow>
LayoutFunctions. getSelectedRows(Layout layout, List<String> selectedRowNames, boolean showAlwaysSelected)
Methods in org.nuxeo.ecm.platform.forms.layout.functions with parameters of type LayoutRow Modifier and Type Method Description int
LayoutFunctions.LayoutRowsSorter. compare(LayoutRow o1, LayoutRow o2)
-