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

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

Uses of FieldFactory in com.itmill.toolkit.ui
 

Classes in com.itmill.toolkit.ui that implement FieldFactory
 class BaseFieldFactory
          Default implementation of the the following Field types are used by default: Boolean: Button(switchMode:true).
 

Methods in com.itmill.toolkit.ui that return FieldFactory
 FieldFactory Table.getFieldFactory()
          Gets the FieldFactory that is used to create editor for table cells.
 FieldFactory Form.getFieldFactory()
          Get the field factory of the form.
 

Methods in com.itmill.toolkit.ui with parameters of type FieldFactory
 void Table.setFieldFactory(FieldFactory fieldFactory)
          Sets the FieldFactory that is used to create editor for table cells.
 void Form.setFieldFactory(FieldFactory fieldFactory)
          Sets the field factory of Form.
 

Constructors in com.itmill.toolkit.ui with parameters of type FieldFactory
Form(Layout formLayout, FieldFactory fieldFactory)
          Contructs a new form with given layout and FieldFactory.
 



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