Package io.dialob.program.model
Interface FormItem
-
- All Superinterfaces:
DisplayItem,Item,ProgramNode,Serializable,StructuralNode
- All Known Implementing Classes:
ImmutableFormItem
@Immutable public interface FormItem extends DisplayItem
-
-
Method Summary
-
Methods inherited from interface io.dialob.program.model.DisplayItem
getActiveExpression, getClassName, getDescriptionExpression, getDisabledExpression, getErrors, getLabelExpression, getProps, getRequiredExpression, getView
-
Methods inherited from interface io.dialob.program.model.Item
getDefaultValue, getId, getType, getValueSetId, getValueType
-
Methods inherited from interface io.dialob.program.model.StructuralNode
isPrototype
-
-