Interface | Description |
---|---|
ActivateWindowHandler |
Handler class to monitor window activation
|
CommandFactorySelectorChangeHandler |
Handler class for command factory selector change events
|
DeactivateWindowHandler |
Handler class to monitor window deactivation
|
EventProcessor |
Base interface for event processors
|
HasActivateWindowHandlers |
Interface to notify window activation
|
HasCommandFactorySelectorChangeHandlers |
Interface implemented by the command factory selector to broadcast
its changes
|
HasDeactivateWindowHandlers |
Interface to notify window deactivation
|
HasRotationHandlers |
Interface implemented by objects which emit rotation events
|
HasScalingHandlers |
Interface implemented by objects which emit scaling events
|
KeyPressProcessor |
Interface for key press event processors
|
KeyUpProcessor |
Interface for key up event processors
|
MouseDownProcessor |
Interface for mousedown event processors
|
MouseMoveProcessor |
Interface for mousemove event processors
|
MouseUpProcessor |
Interface for mouseup event processors
|
RotationHandler |
Handler class for rotation events
|
ScalingHandler |
Handler class for scaling events
|
SelectionChangedProcessor<M extends com.extjs.gxt.ui.client.data.ModelData> |
Interface for selection change processors
|
StoreEventProcessor |
Interface for store update processors
|
Class | Description |
---|---|
ActivateWindowEvent |
Event to broadcast the activation of a window
|
CommandFactorySelectorChangeEvent |
Event emitted when the command factory selector changes
|
DeactivateWindowEvent |
Event to broadcast the deactivation of a window
|
RotationEvent |
Event emitted when a rotation occurs
|
ScalingEvent |
Event emitted when a scaling occurs
|
SelectionChangedProxy<M extends com.extjs.gxt.ui.client.data.ModelData> |
Copyright © 2018. All Rights Reserved.