T - Type of the root objectpublic class RepeaterEntryDefinitionAndValue<T> extends CompositeDefinitionAndValue<T>
| Modifier and Type | Field and Description |
|---|---|
private RepeaterDefinition |
_repeaterDefinition |
| Constructor and Description |
|---|
RepeaterEntryDefinitionAndValue(T root,
ModelItem definition,
Object value,
DefinitionAndValue... children)
Creates a repeater entry definition and value pair
|
RepeaterEntryDefinitionAndValue(T root,
ModelItem definition,
Object value,
DefinitionAndValue<T> parent,
DefinitionAndValue... children)
Creates a repeater entry definition and value pair
|
| Modifier and Type | Method and Description |
|---|---|
RepeaterDefinition |
getDefinition()
Retrieves the definition
|
addChild, getChildrenextractValues, getParent, getRoot, getValueprivate RepeaterDefinition _repeaterDefinition
public RepeaterEntryDefinitionAndValue(T root, ModelItem definition, Object value, DefinitionAndValue... children)
root - the root object of this definition and value pairdefinition - the definitionvalue - the valuechildren - the children of the definition and value pairpublic RepeaterEntryDefinitionAndValue(T root, ModelItem definition, Object value, DefinitionAndValue<T> parent, DefinitionAndValue... children)
root - the root object of this definition and value pairdefinition - the definitionvalue - the valueparent - the parent of the definition and value pairchildren - the children of the definition and value pairpublic RepeaterDefinition getDefinition()
DefinitionAndValuegetDefinition in class CompositeDefinitionAndValue<T>