public class ContractInputDataHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ITERATOR_NAME |
static String |
PERSISTENCEID_INPUT_NAME |
| Constructor and Description |
|---|
ContractInputDataHandler(ContractInput input) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataPath() |
String |
getInputName() |
EditMode |
getMode() |
List<ContractInputDataHandler> |
getNonReadOnlyChildren() |
ContractInputDataHandler |
getParent() |
String |
getRefName() |
String |
getRefType() |
static boolean |
hasAggregatedParentRef(ContractInput input) |
boolean |
hasDataReference() |
boolean |
hasLazyDataRef() |
static boolean |
hasMultipleComposedParentRef(ContractInput input) |
String |
inputName() |
String |
inputValue() |
boolean |
isDocument() |
boolean |
isDocumentEdition() |
boolean |
isMultiple() |
static boolean |
shouldGenerateWidgetForInput(ContractInput input) |
public static final String PERSISTENCEID_INPUT_NAME
public static final String ITERATOR_NAME
public ContractInputDataHandler(ContractInput input)
public boolean hasLazyDataRef()
public boolean hasDataReference()
public String inputValue()
public static boolean hasAggregatedParentRef(ContractInput input)
public static boolean hasMultipleComposedParentRef(ContractInput input)
public String inputName()
public ContractInputDataHandler getParent()
public boolean isMultiple()
public String getInputName()
public String getRefName()
public String getRefType()
public String getDataPath()
public static boolean shouldGenerateWidgetForInput(ContractInput input)
public EditMode getMode()
public boolean isDocumentEdition()
public boolean isDocument()
public List<ContractInputDataHandler> getNonReadOnlyChildren()
Copyright © 2021. All rights reserved.