Uses of Interface
com.vaadin.v7.ui.Field
-
Packages that use Field Package Description com.vaadin.v7.data.fieldgroup com.vaadin.v7.ui -
-
Uses of Field in com.vaadin.v7.data.fieldgroup
Methods in com.vaadin.v7.data.fieldgroup with type parameters of type Field Modifier and Type Method Description protected <T extends Field>
TFieldGroup. build(String caption, Class<?> dataType, Class<T> fieldType)Deprecated.Creates a field based on the given data type.<T extends Field>
TBeanFieldGroup. buildAndBind(String caption, Object propertyId, Class<T> fieldType)Deprecated.<T extends Field>
TFieldGroup. buildAndBind(String caption, Object propertyId, Class<T> fieldType)Deprecated.Builds a field using the given caption and binds it to the given property id using the field binder.protected <T extends Field>
TDefaultFieldGroupFieldFactory. createBooleanField(Class<T> fieldType)Deprecated.protected <T extends Field>
TDefaultFieldGroupFieldFactory. createDefaultField(Class<?> type, Class<T> fieldType)Deprecated.Fallback when no specific field has been created.<T extends Field>
TDefaultFieldGroupFieldFactory. createField(Class<?> type, Class<T> fieldType)Deprecated.<T extends Field>
TFieldGroupFieldFactory. createField(Class<?> dataType, Class<T> fieldType)Deprecated.Creates a field based on the data type that we want to edit.Methods in com.vaadin.v7.data.fieldgroup that return Field Modifier and Type Method Description Field<?>FieldGroup. buildAndBind(Object propertyId)Deprecated.Builds a field and binds it to the given property id using the field binder.Field<?>FieldGroup. buildAndBind(String caption, Object propertyId)Deprecated.Builds a field using the given caption and binds it to the given property id using the field binder.Field<?>FieldGroup. getField(Object propertyId)Deprecated.Returns the field that is bound to the given property id.Methods in com.vaadin.v7.data.fieldgroup that return types with arguments of type Field Modifier and Type Method Description Collection<Field<?>>FieldGroup. getFields()Deprecated.Returns a collection of all fields that have been bound.Map<Field<?>,Validator.InvalidValueException>FieldGroup.CommitException. getInvalidFields()Deprecated.Returns a map containing the fields which failed validation and the exceptions the corresponding validators threw.Map<Field<?>,Validator.InvalidValueException>FieldGroup.FieldGroupInvalidValueException. getInvalidFields()Deprecated.Returns a map containing fields which failed validation and the exceptions the corresponding validators threw.Methods in com.vaadin.v7.data.fieldgroup with parameters of type Field Modifier and Type Method Description voidBeanFieldGroup. bind(Field field, Object propertyId)Deprecated.voidFieldGroup. bind(Field<?> field, Object propertyId)Deprecated.Binds the field with the given propertyId from the current item.protected voidFieldGroup. clearField(Field<?> field)Deprecated.Clears field and any possible existing binding.protected voidBeanFieldGroup. configureField(Field<?> field)Deprecated.protected voidFieldGroup. configureField(Field<?> field)Deprecated.Configures a field with the settings set for this FieldBinder.ObjectFieldGroup. getPropertyId(Field<?> field)Deprecated.Returns the property id that is bound to the given field.voidBeanFieldGroup. unbind(Field<?> field)Deprecated.voidFieldGroup. unbind(Field<?> field)Deprecated.Detaches the field from its property id and removes it from this FieldBinder.Method parameters in com.vaadin.v7.data.fieldgroup with type arguments of type Field Modifier and Type Method Description protected booleanDefaultFieldGroupFieldFactory. anySelect(Class<? extends Field> fieldType)Deprecated.Constructor parameters in com.vaadin.v7.data.fieldgroup with type arguments of type Field Constructor Description FieldGroupInvalidValueException(Map<Field<?>,Validator.InvalidValueException> invalidValueExceptions)Deprecated.Constructs a new exception with the specified validation exceptions. -
Uses of Field in com.vaadin.v7.ui
Classes in com.vaadin.v7.ui that implement Field Modifier and Type Class Description classAbstractField<T>Deprecated.This class is, apart from the rename, identical to the Vaadin 7com.vaadin.ui.AbstractField.classAbstractSelectDeprecated.As of 8.0, replaced byAbstractListingclassAbstractTextFieldDeprecated.classCheckBoxDeprecated.As of 8.0 replaced byCheckBoxbased on the new data binding APIclassComboBoxDeprecated.As of 8.0 replaced byComboBoxbased on the new data binding APIclassCustomField<T>Deprecated.As of 8.0 replaced by aCustomFieldbased on new data binding APIclassDateFieldDeprecated.As of 8.0, useDateFieldorDateTimeFieldinstead.classFormDeprecated.As of 7.0, useFieldGroupinstead ofFormfor more flexibility.classInlineDateFieldDeprecated.As of 8.0, replaced byInlineDateFieldandInlineDateTimeFieldbased on LocalDateclassListSelectDeprecated.As of 8.0 replaced byListSelectbased on the new data binding APIclassNativeSelectDeprecated.As of 8.0 replaced byNativeSelectbased on the new data binding APIclassOptionGroupDeprecated.As of 8.0, useRadioButtonGroupfor single select orCheckBoxGroupfor multiselect insteadclassPasswordFieldDeprecated.As of 8.0 replaced byPasswordFieldbased on the new data binding APIclassPopupDateFieldDeprecated.As of 8.0, useDateFieldorDateTimeFieldinstead.classProgressBarDeprecated.As of 8.0 replaced byProgressBarbased on the new data binding APIclassProgressIndicatorDeprecated.as of 7.1, useProgressBarcombined withPushConfiguration.setPushMode(PushMode)orUI.setPollInterval(int)instead.classRichTextAreaDeprecated.As of 8.0 replaced byRichTextAreabased on the new data binding APIclassSelectDeprecated.As of 7.0.classSliderDeprecated.As of 8.0 replaced bySliderbased on the new data binding APIclassTableDeprecated.As of 8.0, useGridinsteadclassTextAreaDeprecated.As of 8.0 replaced byTextAreabased on the new data binding APIclassTextFieldDeprecated.As of 8.0 replaced byTextFieldbased on the new data binding APIclassTreeDeprecated.Seecom.vaadin.ui.Tree.classTreeTableDeprecated.SeeTreeGrid.classTwinColSelectDeprecated.As of 8.0 replaced byTwinColSelectbased on the new data binding APIMethods in com.vaadin.v7.ui with type parameters of type Field Modifier and Type Method Description <T extends Field>
TGrid.EditorFieldFactory. createField(Class<?> type, Class<T> fieldType)Deprecated.Methods in com.vaadin.v7.ui that return Field Modifier and Type Method Description FieldDefaultFieldFactory. createField(Container container, Object itemId, Object propertyId, Component uiContext)Deprecated.Field<?>DefaultFieldFactory. createField(Item item, Object propertyId, Component uiContext)Deprecated.Field<?>FormFieldFactory. createField(Item item, Object propertyId, Component uiContext)Deprecated.Creates a field based on the item, property id and the component (most commonlyForm) where the Field will be presented.Field<?>TableFieldFactory. createField(Container container, Object itemId, Object propertyId, Component uiContext)Deprecated.Creates a field based on the Container, item id, property id and the component responsible for displaying the field (most commonlyTable).static Field<?>DefaultFieldFactory. createFieldByPropertyType(Class<?> type)Deprecated.Creates fields based on the property type.Field<?>Grid.Column. getEditorField()Deprecated.Returns the editor field used to edit the properties in this column when the item editor is active.FieldForm. getField(Object propertyId)Deprecated.Gets the field identified by the propertyid.Methods in com.vaadin.v7.ui with parameters of type Field Modifier and Type Method Description voidForm. addField(Object propertyId, Field<?> field)Deprecated.Registers the field with the form and adds the field to the form layout.protected voidForm. attachField(Object propertyId, Field field)Deprecated.Adds the field to the form layout.protected voidForm. bindPropertyToField(Object propertyId, Property property, Field field)Deprecated.Binds an item property to a field.protected voidTable. bindPropertyToField(Object rowId, Object colId, Property property, Field field)Deprecated.Binds an item property to a field generated by TableFieldFactory.protected voidForm. detachField(Field field)Deprecated.Called when a form field is detached from a Form.Grid.ColumnGrid.Column. setEditorField(Field<?> editor)Deprecated.Sets the field component used to edit the properties in this column when the item editor is active.Constructors in com.vaadin.v7.ui with parameters of type Field Constructor Description ValueChangeEvent(Field source)Deprecated.Constructs a new event object with the specified source field object.
-