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 | 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)
Deprecated.
|
LayoutImpl(String name,
String mode,
String template,
List<LayoutRow> rows,
int columns,
Map<String,Serializable> properties)
Deprecated.
|
LayoutImpl(String name,
String mode,
String template,
List<LayoutRow> rows,
int columns,
Map<String,Serializable> properties,
String definitionId) |
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) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.