public interface DiffFieldDefinition extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getCategory()
Optional category on the field: if this category is filled, the widget instance will be looked up with this
category in the store
|
List<DiffFieldItemDefinition> |
getItems()
Gets the field items.
|
String |
getName()
Gets the field name.
|
String |
getSchema()
Gets the field schema.
|
boolean |
isDisplayContentDiffLinks()
Checks if must display content diff links.
|
String getCategory()
boolean isDisplayContentDiffLinks()
List<DiffFieldItemDefinition> getItems()
Copyright © 2015 Nuxeo SA. All rights reserved.