-
public final class DOMEvent.InlineStyleInvalidatedEvent extends DOMEvent
Fired when
Element's inline style is modified via a CSS property modification.
-
-
Constructor Summary
Constructors Constructor Description InlineStyleInvalidatedEvent(List<Integer> nodeIds)
-
Method Summary
Modifier and Type Method Description final List<Integer>component1()final DOMEvent.InlineStyleInvalidatedEventcopy(List<Integer> nodeIds)final List<Integer>getNodeIds()Ids of the nodes for which the inline styles have been invalidated. -
-
Method Detail
-
component1
final List<Integer> component1()
-
copy
final DOMEvent.InlineStyleInvalidatedEvent copy(List<Integer> nodeIds)
-
getNodeIds
final List<Integer> getNodeIds()
Ids of the nodes for which the inline styles have been invalidated.
-
-
-
-