Uses of Class
net.datenwerke.gxtdto.client.forms.simpleform.conditions.ComplexCondition
Packages that use ComplexCondition
Package
Description
-
Uses of ComplexCondition in net.datenwerke.gxtdto.client.forms.simpleform
Methods in net.datenwerke.gxtdto.client.forms.simpleform with parameters of type ComplexConditionModifier and TypeMethodDescriptionvoidSimpleForm.addCondition(SimpleFormAction action, ComplexCondition... conditions) Adds a complex condition to the form. -
Uses of ComplexCondition in net.datenwerke.gxtdto.client.forms.simpleform.conditions.registrar
Constructors in net.datenwerke.gxtdto.client.forms.simpleform.conditions.registrar with parameters of type ComplexConditionModifierConstructorDescriptionComplexConditionRegistrar(SimpleFormAction action, ComplexCondition[] conditions, SimpleForm form)