|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Component.Event | |
|---|---|
| com.itmill.toolkit.ui | Provides interfaces and classes in the IT Mill Toolkit. |
| 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 |
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 if the receival was successfull. |
class |
Upload.SucceededEvent
Upload.Success event is sent when the upload is received successfully. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||