Package | Description |
---|---|
votorola.a.count.gwt |
Interfacing to the count engine from GWT web clients.
|
votorola.g.web.gwt.event |
Handling GWT events.
|
Constructor and Description |
---|
SacSetter(SacSelection _sacSelection,
CoalescingSchedulerS.Phaser _phaser,
CoalescingSchedulerS.Phaser eventsPhaser)
Constructs the SacSetter for a given selection model.
|
Modifier and Type | Field and Description |
---|---|
static CoalescingSchedulerS.Phaser |
CoalescingSchedulerS.DEFERRED
A phaser that schedules commands to run after the browser event loop returns.
|
static CoalescingSchedulerS.Phaser |
CoalescingSchedulerS.ENTRY
A phaser that schedules commands to run in the event loop prior to
GWT-generated code.
|
static CoalescingSchedulerS.Phaser |
CoalescingSchedulerS.FINALLY
A phaser that schedules commands to run in the event loop subsequent to
GWT-generated code.
|
Modifier and Type | Method and Description |
---|---|
CoalescingSchedulerS.Phaser |
CoalescingSchedulerS.phaser()
|
Constructor and Description |
---|
Change.CoalescingGun(HasHandlers _source,
CoalescingSchedulerS.Phaser _phaser)
Constructs a new CoalescingGun.
|
CoalescingSchedulerS(CoalescingSchedulerS.Phaser _phaser,
Scheduler.ScheduledCommand _command)
Constructs a CoalescingSchedulerS based on the default
scheduler.
|
CoalescingSchedulerS(Scheduler _baseScheduler,
CoalescingSchedulerS.Phaser _phaser)
Partially constructs a CoalescingSchedulerS, to be completed by calling
init(command).
|
CoalescingSchedulerS(Scheduler _baseScheduler,
CoalescingSchedulerS.Phaser _phaser,
Scheduler.ScheduledCommand _command)
Constructs a CoalescingSchedulerS.
|
CoalescingSelectionChangeGun(SelectionModel<?> _source,
CoalescingSchedulerS.Phaser _phaser)
Constructs a new CoalescingSelectionChangeGun.
|
DelayedEventGun(HasHandlers _source,
CoalescingSchedulerS.Phaser _phaser)
Constructs a new DelayedEventGun.
|