public interface IFragmentDefinition extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
addChild(IContentDefinition child)
Add a child to the fragment
|
void |
clearChildren()
Remove all children
|
IFragmentDefinition |
clone(IBlockDefinition parentBlockDefinition)
Clone the fragment definition
|
List<IContentDefinition> |
getChildren()
Get the fragment's children
|
String |
getDescription()
Get the description
|
String |
getDisplayConditionsFormula()
Get the display conditions formula
|
String |
getId()
Get the id
|
String |
getLabel()
Get the label
|
String |
getName()
Get the name
|
boolean |
isEmptyField() |
void |
removeChild(IContentDefinition child)
Remove a child to the fragment
|
void |
setDescription(String description)
Set the description
|
void |
setDisplayConditionsFormula(String displayConditionsFormula)
Set the display conditions formula
|
void |
setEmptyField(boolean emptyField) |
void |
setLabel(String label)
Set the label
|
void |
setName(String name)
Set the name
|
String getId()
String getLabel()
void setLabel(String label)
label
- String getDescription()
void setDescription(String description)
description
- String getName()
void setName(String name)
name
- String getDisplayConditionsFormula()
void setDisplayConditionsFormula(String displayConditionsFormula)
displayConditionsFormula
- List<IContentDefinition> getChildren()
void addChild(IContentDefinition child)
child
- void removeChild(IContentDefinition child)
child
- void clearChildren()
IFragmentDefinition clone(IBlockDefinition parentBlockDefinition)
parentBlockDefinition
- boolean isEmptyField()
void setEmptyField(boolean emptyField)
Copyright © 2022 Visiativ. All rights reserved.