@Dependent public class InsertColumnCommand extends Object implements org.uberfire.mvp.Command
Command to insert a column.| Constructor and Description |
|---|
InsertColumnCommand() |
InsertColumnCommand(ScenarioGridModel model,
String columnId,
int columnIndex,
boolean isRight,
ScenarioGridPanel scenarioGridPanel,
ScenarioGridLayer scenarioGridLayer) |
public InsertColumnCommand()
public InsertColumnCommand(ScenarioGridModel model, String columnId, int columnIndex, boolean isRight, ScenarioGridPanel scenarioGridPanel, ScenarioGridLayer scenarioGridLayer)
model - columnId - columnIndex - isRight - when true, column will be inserted to the right of the given index (i.e. at position columnIndex +1), otherwise to the left (i.e. at position columnIndex)scenarioGridPanel - scenarioGridLayer - Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.