public interface LayoutRowDefinition extends Serializable
Modifier and Type | Method and Description |
---|---|
LayoutRowDefinition |
clone()
Returns a clone instance of this row definition.
|
String |
getDefaultName(int index)
Returns the default name for this row, given an index.
|
String |
getName()
Returns the row name
|
Map<String,Map<String,Serializable>> |
getProperties()
Returns properties by mode.
|
Map<String,Serializable> |
getProperties(String layoutMode)
Returns a map of properties to use in a given mode.
|
int |
getSize()
Returns the row size
|
WidgetReference[] |
getWidgetReferences()
Returns the list of widget references to use at a given row.
|
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 getDefaultName(int index)
boolean isSelectedByDefault()
boolean isAlwaysSelected()
int getSize()
WidgetReference[] getWidgetReferences()
Map<String,Serializable> getProperties(String layoutMode)
Map<String,Map<String,Serializable>> getProperties()
LayoutRowDefinition clone()
Useful for conversion of layout definition during export.
Copyright © 2018 Nuxeo. All rights reserved.