Uses of Interface
com.vaadin.ui.Field

Packages that use Field
com.vaadin.ui   
 

Uses of Field in com.vaadin.ui
 

Classes in com.vaadin.ui that implement Field
 class AbstractField
           Abstract field component for implementing buffered property editors.
 class AbstractSelect
           A class representing a selection of items the user has selected in a UI.
 class AbstractTextField
           
 class Button
          A generic button component.
 class CheckBox
           
 class ComboBox
          A filtering dropdown single-select.
 class DateField
           A date editor component that can be bound to any Property that is compatible with java.util.Date.
 class Form
          Form component provides easy way of creating and managing sets fields.
 class InlineDateField
           A date entry component, which displays the actual date selector inline.
 class ListSelect
          This is a simple list select without, for instance, support for new items, lazyloading, and other advanced features.
 class NativeButton
           
 class NativeSelect
          This is a simple drop-down select without, for instance, support for multiselect, new items, lazyloading, and other advanced features.
 class OptionGroup
          Configures select to be used as an option group.
 class PasswordField
          A field that is used to enter secret text information like passwords.
 class PopupDateField
           A date entry component, which displays the actual date selector as a popup.
 class ProgressIndicator
          ProgressIndicator is component that shows user state of a process (like long computing or file upload) ProgressIndicator has two mainmodes.
 class RichTextArea
          A simple RichTextArea to edit HTML format text.
 class Select
           A class representing a selection of items the user has selected in a UI.
 class Slider
          A component for selecting a numerical value within a range.
 class Table
           Table is used for representing data or components in a pageable and selectable table.
 class TextArea
          A text field that supports multi line editing.
 class TextField
           A text editor component that can be bound to any bindable Property.
 class Tree
          Tree component.
 class TreeTable
          TreeTable extends the Table component so that it can also visualize a hierarchy of its Items in a similar manner that Tree does.
 class TwinColSelect
          Multiselect component with two lists: left side for available items and right side for selected items.
 

Methods in com.vaadin.ui that return Field
 Field BaseFieldFactory.createField(Class<?> type, Component uiContext)
          Deprecated. Creates the field based on type of data.
 Field FieldFactory.createField(Class<?> type, Component uiContext)
          Deprecated. Creates a field based on type of data.
 Field BaseFieldFactory.createField(Container container, Object itemId, Object propertyId, Component uiContext)
          Deprecated.  
 Field TableFieldFactory.createField(Container container, Object itemId, Object propertyId, Component uiContext)
          Creates a field based on the Container, item id, property id and the component responsible for displaying the field (most commonly Table).
 Field DefaultFieldFactory.createField(Container container, Object itemId, Object propertyId, Component uiContext)
           
 Field BaseFieldFactory.createField(Item item, Object propertyId, Component uiContext)
          Deprecated. Creates the field based on the item and property id.
 Field DefaultFieldFactory.createField(Item item, Object propertyId, Component uiContext)
           
 Field FormFieldFactory.createField(Item item, Object propertyId, Component uiContext)
          Creates a field based on the item, property id and the component (most commonly Form) where the Field will be presented.
 Field BaseFieldFactory.createField(Property property, Component uiContext)
          Deprecated. Creates the field based on the datasource property.
 Field FieldFactory.createField(Property property, Component uiContext)
          Deprecated. Creates a field based on the property datasource.
static Field DefaultFieldFactory.createFieldByPropertyType(Class<?> type)
          Creates fields based on the property type.
 Field Form.getField(Object propertyId)
          Gets the field identified by the propertyid.
 

Methods in com.vaadin.ui with parameters of type Field
 void Form.addField(Object propertyId, Field field)
          Registers the field with the form and adds the field to the form layout.
protected  void Form.attachField(Object propertyId, Field field)
          Adds the field to the form layout.
protected  void Table.bindPropertyToField(Object rowId, Object colId, Property property, Field field)
          Binds an item property to a field generated by TableFieldFactory.
protected  void Form.bindPropertyToField(Object propertyId, Property property, Field field)
          Binds an item property to a field.
protected  void Form.detachField(Field field)
          Called when a form field is detached from a Form.
 

Constructors in com.vaadin.ui with parameters of type Field
Field.ValueChangeEvent(Field source)
          Constructs a new event object with the specified source field object.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.