public interface LayoutRow extends Serializable
 A layout row is a list Widget instances, built from a LayoutRowDefinition in a given mode. It gives
 information about the widgets presentation.
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()  | 
Map<String,Serializable> | 
getProperties()
Get properties to use in this mode. 
 | 
Serializable | 
getProperty(String name)
Returns property with given name in this mode. 
 | 
int | 
getSize()  | 
String | 
getTagConfigId()
Returns the unique identifier of this widget to be used in tag configuration. 
 | 
Widget[] | 
getWidgets()  | 
boolean | 
isAlwaysSelected()
Return true if this row should be considered always selected 
 | 
boolean | 
isSelectedByDefault()
Returns true if this row should be considered selected by default 
 | 
String getTagConfigId()
Layout#getTagConfigId()}.boolean isSelectedByDefault()
boolean isAlwaysSelected()
Widget[] getWidgets()
int getSize()
Map<String,Serializable> getProperties()
The way that properties will be mapped to rendered components is managed by the widget type.
Serializable getProperty(String name)
name - the property name.Copyright © 2019 Nuxeo. All rights reserved.