Uses of Class
net.datenwerke.gxtdto.client.forms.layout.FormFieldLayoutConfiguration
Packages that use FormFieldLayoutConfiguration
Package
Description
-
Uses of FormFieldLayoutConfiguration in net.datenwerke.gxtdto.client.forms.layout
Methods in net.datenwerke.gxtdto.client.forms.layout that return FormFieldLayoutConfigurationModifier and TypeMethodDescriptionstatic FormFieldLayoutConfigurationFormFieldLayoutConfiguration.from(String text, FormFieldLayoutConfiguration config) Methods in net.datenwerke.gxtdto.client.forms.layout with parameters of type FormFieldLayoutConfigurationModifier and TypeMethodDescriptionstatic FormFieldLayoutConfigurationFormFieldLayoutConfiguration.from(String text, FormFieldLayoutConfiguration config) -
Uses of FormFieldLayoutConfiguration in net.datenwerke.gxtdto.client.forms.simpleform
Methods in net.datenwerke.gxtdto.client.forms.simpleform that return FormFieldLayoutConfigurationModifier and TypeMethodDescriptionSimpleForm.SField.getFieldLayoutConfig()SimpleForm.getFieldLayoutConfigFor(String key) Methods in net.datenwerke.gxtdto.client.forms.simpleform with parameters of type FormFieldLayoutConfigurationModifier and TypeMethodDescriptionSimpleForm.addField(Class<?> type, String name, FormFieldLayoutConfiguration fieldLayoutConfig, Object value, ValueProvider vp, SimpleFormFieldConfiguration... configs) Adds a new field to the form.SimpleForm.addField(FormFieldProviderHook responsibleHook, String name, FormFieldLayoutConfiguration fieldLayoutConfig, Object value, ValueProvider vp) voidSimpleForm.SField.setFieldLayoutConfig(FormFieldLayoutConfiguration fieldLayoutConfig) -
Uses of FormFieldLayoutConfiguration in net.datenwerke.gxtdto.client.forms.simpleform.decorators.field
Methods in net.datenwerke.gxtdto.client.forms.simpleform.decorators.field that return FormFieldLayoutConfigurationMethods in net.datenwerke.gxtdto.client.forms.simpleform.decorators.field with parameters of type FormFieldLayoutConfigurationModifier and TypeMethodDescriptionvoidLabelDecorator.addLabel(String key, FormFieldLayoutConfiguration config)