Interface Group
- All Superinterfaces:
DisplayItem,Item,ProgramNode,Serializable,StructuralNode
- All Known Implementing Classes:
ImmutableGroup
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface io.dialob.session.engine.program.model.DisplayItem
getActiveExpression, getClassName, getDescriptionExpression, getDisabledExpression, getErrors, getLabelExpression, getProps, getRequiredExpression, getViewMethods inherited from interface io.dialob.session.engine.program.model.Item
getDefaultValue, getId, getType, getValueSetId, getValueTypeMethods inherited from interface io.dialob.session.engine.program.model.StructuralNode
isPrototype
-
Method Details
-
getItemsExpression
Expression getItemsExpression() -
getAvailableItemsExpression
Optional<Expression> getAvailableItemsExpression() -
getIsInvalidAnswersExpression
Optional<Expression> getIsInvalidAnswersExpression() -
getAllowedActionsExpression
Optional<Expression> getAllowedActionsExpression() -
getCanAddRowWhenExpression
Optional<Expression> getCanAddRowWhenExpression() -
getCanRemoveRowWhenExpression
Optional<Expression> getCanRemoveRowWhenExpression()
-