Uses of Interface
nl.gx.forms.wmpformapi.api.logicdefinition.ConditionalComponentDefinition
-
Packages that use ConditionalComponentDefinition Package Description nl.gx.forms.wmpformapi.api.form nl.gx.forms.wmpformapi.api.logicdefinition -
-
Uses of ConditionalComponentDefinition in nl.gx.forms.wmpformapi.api.form
Methods in nl.gx.forms.wmpformapi.api.form with parameters of type ConditionalComponentDefinition Modifier and Type Method Description ConditionalComponent
FormLogicContainer. createConditional(ConditionalComponentDefinition conditionalComponentDefinition)
Creates a new Condition FormLogicComponent based on the specified definition. -
Uses of ConditionalComponentDefinition in nl.gx.forms.wmpformapi.api.logicdefinition
Methods in nl.gx.forms.wmpformapi.api.logicdefinition that return ConditionalComponentDefinition Modifier and Type Method Description ConditionalComponentDefinition
Settings. getConditionalComponentDefinition()
Returns the definition of the conditional 'formlogic' component.
-