public interface DiffBlockDefinition extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| List<DiffFieldDefinition> | getFields()Returns the list of field definitions. | 
| String | getName()Gets the diff block definition name. | 
| Map<String,Map<String,Serializable>> | getProperties()Returns a map of properties by mode. | 
| Map<String,Serializable> | getProperties(String layoutMode)Returns a map of properties to use in a given mode. | 
| String | getTemplate(String mode)Returns the template to use in a given mode. | 
| Map<String,String> | getTemplates()Returns a map of templates by mode. | 
String getName()
List<DiffFieldDefinition> getFields()
Map<String,Serializable> getProperties(String layoutMode)
Map<String,Map<String,Serializable>> getProperties()
Copyright © 2014 Nuxeo SA. All rights reserved.