public interface ISpreadsheetEditPolicy extends IPolicy
Modifier and Type | Method and Description |
---|---|
ICommand |
getChangeSpreadsheetValueCommand(IGanttChartModel<?,?> model,
Object node,
ISpreadsheet spreadsheet,
ITimeSpan span,
Object value)
Returns a command object that can be used to change the value of a
spreadsheet cell.
|
ICommand getChangeSpreadsheetValueCommand(IGanttChartModel<?,?> model, Object node, ISpreadsheet spreadsheet, ITimeSpan span, Object value)
model
- the Gantt chart model of which the spreadsheet is a membernode
- the target tree / Gantt chart nodespreadsheet
- the spreadsheet where the value change takes placespan
- the time span for which the value changedvalue
- the new value for the given time span and tree nodeCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.