Uses of Class
com.itmill.toolkit.ui.Component.Event

Packages that use Component.Event
com.itmill.toolkit.event Provides classes and interfaces for the inheritable event model. 
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of Component.Event in com.itmill.toolkit.event
 

Subclasses of Component.Event in com.itmill.toolkit.event
 class ItemClickEvent
          Click event fired by a Component implementing Container interface.
 

Uses of Component.Event in com.itmill.toolkit.ui
 

Subclasses of Component.Event in com.itmill.toolkit.ui
 class AbstractField.ReadOnlyStatusChangeEvent
          An Event object specifying the Property whose read-only status has changed.
 class Button.ClickEvent
          Click event.
static class Component.ErrorEvent
          Class of all component originated ErrorEvents.
static class ComponentContainer.ComponentAttachEvent
          Component attach event sent when a component is attached to container.
static class ComponentContainer.ComponentDetachEvent
          Component detach event sent when a component is detached from container.
static class Field.ValueChangeEvent
          An Event object specifying the Field whose value has been changed.
 class Label.ValueChangeEvent
          Value change event
 class LoginForm.LoginEvent
          This event is sent when login form is submitted.
 class PopupView.PopupVisibilityEvent
          This event is received by the PopupVisibilityListeners when the visibility of the popup changes.
 class TabSheet.SelectedTabChangeEvent
          Selected Tab Change event.
 class Tree.CollapseEvent
          Collapse event
 class Tree.ExpandEvent
          Event to fired when a node is expanded.
 class Upload.FailedEvent
          Upload.Interrupted event is sent when the upload is received, but the reception is interrupted for some reason.
 class Upload.FinishedEvent
          Upload.Received event is sent when the upload receives a file, regardless of whether the reception was successful or failed.
 class Upload.NoInputStreamEvent
          FailedEvent that indicates that an input stream could not be obtained.
 class Upload.NoOutputStreamEvent
          FailedEvent that indicates that an output stream could not be obtained.
 class Upload.StartedEvent
          Upload.Started event is sent when the upload is started to received.
 class Upload.SucceededEvent
          Upload.Success event is sent when the upload is received successfully.
 class UriFragmentUtility.FragmentChangedEvent
          Event fired when uri fragment changes.
 class Window.CloseEvent
           
 

Methods in com.itmill.toolkit.ui with parameters of type Component.Event
 void Component.Listener.componentEvent(Component.Event event)
          Notifies the listener of a component event.
protected  void AbstractComponent.fireEvent(Component.Event event)
          Sends the event to all listeners.
 



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