Uses of Interface
com.itmill.toolkit.data.Buffered

Packages that use Buffered
com.itmill.toolkit.data Provides interfaces for the data layer which contains classes for typed data values, data collections, and handlers. 
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of Buffered in com.itmill.toolkit.data
 

Subinterfaces of Buffered in com.itmill.toolkit.data
 interface BufferedValidatable
           This interface defines the combination of Validatable and Buffered interfaces.
 

Methods in com.itmill.toolkit.data that return Buffered
 Buffered Buffered.SourceException.getSource()
          Gets a source of the exception.
 

Constructors in com.itmill.toolkit.data with parameters of type Buffered
Buffered.SourceException(Buffered source)
          Creates a source exception that does not include a cause.
Buffered.SourceException(Buffered source, Throwable cause)
          Creates a source exception from a cause exception.
Buffered.SourceException(Buffered source, Throwable[] causes)
          Creates a source exception from multiple causes.
 

Uses of Buffered in com.itmill.toolkit.ui
 

Subinterfaces of Buffered in com.itmill.toolkit.ui
 interface Field
           
 

Classes in com.itmill.toolkit.ui that implement Buffered
 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.
 



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