Package | Description |
---|---|
com.xalys.xgl.layouts.scroll | |
com.xalys.xgl.presto |
Modifier and Type | Class and Description |
---|---|
class |
UpdateMutation |
Modifier and Type | Interface and Description |
---|---|
interface |
ReflowCycle |
Modifier and Type | Method and Description |
---|---|
static void |
Presto.asSoonAsPossible(Mutation mutation)
Runs a mutation as soon as possible, which means that if the scheduler is
in the
Presto.State.MEASURING or Presto.State.MUTATING state, the
mutation is run in the current cycle. |
static void |
Presto.cancel(Mutation mutation)
Cancels a mutation scheduled in the next Presto's cycle.
|
default T |
ReflowScheduler.cancelMutation(Mutation mutation)
Cancels a mutation scheduled in the next Presto's cycle.
|
static void |
Presto.cancelMutation(Mutation mutation)
Cancels a mutation scheduled in the next Presto's cycle.
|
default T |
ReflowScheduler.mutateAsSoonAsPossible(Mutation mutation)
Runs a mutation as soon as possible, which means that if the scheduler is in
the
Presto.State.MEASURING or Presto.State.MUTATING state, the mutation is
run in the current cycle. |
static void |
Presto.mutateAsSoonAsPossible(Mutation mutation)
Runs a mutation as soon as possible, which means that if the scheduler is
in the
Presto.State.MEASURING or Presto.State.MUTATING state, the
mutation is run in the current cycle. |
default T |
ReflowScheduler.mutateAsSoonAsPossible(Mutation mutation,
boolean attached)
If the widget is attached to the DOM, runs a mutation as soon as possible, which means that if the scheduler is in
the
Presto.State.MEASURING or Presto.State.MUTATING state, the mutation is
run in the current cycle. |
static void |
Presto.schedule(Mutation mutation)
Runs a mutation in the next Presto's cycle.
|
default T |
ReflowScheduler.scheduleMutation(Mutation mutation)
Runs a mutation in the next Presto's cycle.
|
static void |
Presto.scheduleMutation(Mutation mutation)
Runs a mutation in the next Presto's cycle.
|
Copyright © 2018 Xalys. All rights reserved.