Uses of Class
com.itmill.toolkit.ui.AbstractField

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

Uses of AbstractField in com.itmill.toolkit.ui
 

Subclasses of AbstractField in com.itmill.toolkit.ui
 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 AbstractField
static AbstractField AbstractField.constructField(Class propertyType)
          Creates abstract field by the type of the property.
 

Constructors in com.itmill.toolkit.ui with parameters of type AbstractField
AbstractField.ReadOnlyStatusChangeEvent(AbstractField source)
          New instance of text change event.
 



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