ItEr47S11CUVisualizacionResponsabilidadesTRaballoNaPlanificacionItEr46S12: Disabling start and end dates on a task basis.
This commit is contained in:
parent
c6d51fc817
commit
073350fa4f
1 changed files with 2 additions and 0 deletions
|
|
@ -356,7 +356,9 @@ public class LeftTasksTreeRow extends GenericForwardComposer {
|
|||
getNameBox().setValue(task.getName());
|
||||
getNameBox().setTooltiptext(task.getName());
|
||||
getStartDateBox().setValue(task.getBeginDate());
|
||||
getStartDateBox().setDisabled(!task.canBeExplicitlyMoved());
|
||||
getEndDateBox().setValue(task.getEndDate());
|
||||
getEndDateBox().setDisabled(!task.canBeExplicitlyResized());
|
||||
getStartDateTextBox().setValue(asString(task.getBeginDate()));
|
||||
getEndDateTextBox().setValue(asString(task.getEndDate()));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue