Uses of Interface
com.itmill.toolkit.ui.Field

Packages that use Field
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of Field in com.itmill.toolkit.ui
 

Classes in com.itmill.toolkit.ui that implement Field
 class AbstractField
           Abstract field component for implementing buffered property editors.
 class Button
          A generic button component.
 class DateField
           A date editor component that can be bound to any bindable Property. that is compatible with java.util.Date.
 class Form
          Form component provides easy way of creating and managing sets fields.
 class ProgressIndicator
          ProgressIndicator is component that shows user state of a process (like long computing or file upload) ProgressIndicator has two mainmodes.
 class Select
           A class representing a selection of items the user has selected in a UI.
 class Table
          TableComponent is used for representing data or components in pageable and selectable table.
 class TextField
           A text editor component that can be bound to any bindable Property.
 class Tree
          MenuTree component.
 

Methods in com.itmill.toolkit.ui that return Field
 Field FieldFactory.createField(Class type, Component uiContext)
          Creates a field based on type of data.
 Field BaseFieldFactory.createField(Class type, Component uiContext)
          Creates the field based on type of data.
 Field FieldFactory.createField(Container container, Object itemId, Object propertyId, Component uiContext)
          Creates a field based on the container item id and property id.
 Field BaseFieldFactory.createField(Container container, Object itemId, Object propertyId, Component uiContext)
           
 Field FieldFactory.createField(Item item, Object propertyId, Component uiContext)
          Creates a field based on the item and property id.
 Field BaseFieldFactory.createField(Item item, Object propertyId, Component uiContext)
          Creates the field based on the item and property id.
 Field FieldFactory.createField(Property property, Component uiContext)
          Creates a field based on the property datasource.
 Field BaseFieldFactory.createField(Property property, Component uiContext)
          Creates the field based on the datasource property.
 Field Form.getField(Object propertyId)
          Gets the field identified by the propertyid.
 

Methods in com.itmill.toolkit.ui with parameters of type Field
 void Form.addField(Object propertyId, Field field)
          Adds the field to form.
 

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



Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.