OrderedListItemConversionReaction class
Converts a ParagraphNode to an OrderedListItemNode when the
user types " 1. " (or similar) at the start of the paragraph.
- Inheritance
-
- Object
- EditReaction
- ParagraphPrefixConversionReaction
- OrderedListItemConversionReaction
Constructors
Properties
Methods
-
modifyContent(
EditContext editorContext, RequestDispatcher requestDispatcher, List< EditEvent> changeList) → void -
Executes additional
modificationswithin the current editor transaction.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onPrefixMatched(
EditContext editContext, RequestDispatcher requestDispatcher, List< EditEvent> changeList, ParagraphNode paragraph, String match) → void -
Hook, called by the superclass, when the user starts the given
paragraphwith the givenmatch, which fits the desired pattern.override -
react(
EditContext editContext, RequestDispatcher requestDispatcher, List< EditEvent> changeList) → void -
Executes additional
actionsin a new standalone transaction.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited