| Modifier and Type | Method and Description |
|---|---|
LayoutRow[] |
Layout.getRows()
Returns the table of widgets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LayoutRowImpl
Implementation for layout rows.
|
| Modifier and Type | Field and Description |
|---|---|
protected LayoutRow[] |
LayoutImpl.rows |
| Modifier and Type | Method and Description |
|---|---|
LayoutRow[] |
LayoutImpl.getRows() |
| Modifier and Type | Method and Description |
|---|---|
int |
LayoutRowComparator.compare(LayoutRow o1,
LayoutRow o2) |
| Constructor and Description |
|---|
LayoutImpl(String name,
String mode,
String template,
List<LayoutRow> rows,
int columns,
Map<String,Serializable> properties,
String definitionId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LayoutJsonWriter.writeLayoutRow(LayoutRow layoutRow,
com.fasterxml.jackson.core.JsonGenerator jg) |
| Modifier and Type | Method and Description |
|---|---|
static List<LayoutRow> |
LayoutTagLibrary.getNotSelectedRows(Layout layout,
List<String> selectedRowNames) |
static List<LayoutRow> |
LayoutTagLibrary.getSelectedRows(Layout layout,
List<String> selectedRowNames,
boolean showAlwaysSelected) |
| Modifier and Type | Method and Description |
|---|---|
static List<LayoutRow> |
LayoutFunctions.getNotSelectedRows(Layout layout,
List<String> selectedRowNames) |
static List<LayoutRow> |
LayoutFunctions.getSelectedRows(Layout layout,
List<String> selectedRowNames,
boolean showAlwaysSelected) |
| Modifier and Type | Method and Description |
|---|---|
int |
LayoutFunctions.LayoutRowsSorter.compare(LayoutRow o1,
LayoutRow o2) |
| Modifier and Type | Method and Description |
|---|---|
static net.sf.json.JSONObject |
JSONLayoutExporter.exportToJson(LayoutRow layoutRow) |
Copyright © 2019 Nuxeo. All rights reserved.