SplitterScheduledCommand class
class SplitterScheduledCommand extends ScheduledCommand { Splitter _splitter; SplitterScheduledCommand(this._splitter); /** * Invokes the command. */ void execute() { _splitter._layoutCommand = null; _splitter._splitLayoutPanel.forceLayout(); } }
Extends
ScheduledCommand > SplitterScheduledCommand
Constructors
Methods
void execute() #
Invokes the command.
void execute() { _splitter._layoutCommand = null; _splitter._splitLayoutPanel.forceLayout(); }