public class ItemModifyConfirmEvent extends ItemConfirmEvent
itemModifying
event.Modifier and Type | Method and Description |
---|---|
boolean |
getAllowChangeResource()
Gets a value indicating whether the item is allowed to change its resources.
|
DateTime |
getNewEndTime()
Gets the new end time of the item.
|
int |
getNewListLane()
Gets the index of the new list lane of the item.
|
DateTime |
getNewStartTime()
Gets the new start time of the item.
|
boolean |
getResizeEnd()
Gets a value indicating whether the item's end is being modified.
|
boolean |
getResizeStart()
Gets a value indicating whether the item's start is being modified.
|
Resource |
getResource()
Gets the new resource of the item.
|
Resource[] |
getResources()
Gets the new resources of the item.
|
void |
setAllowChangeResource(boolean value)
Sets a value indicating whether the item is allowed to change its resources.
|
void |
setNewEndTime(DateTime value)
Sets the new end time of the item.
|
void |
setNewListLane(int value)
Sets the index of the new list lane of the item.
|
void |
setNewStartTime(DateTime value)
Sets the new start time of the item.
|
getConfirm, setConfirm
public DateTime getNewStartTime()
DateTime
object specifying the item's new start time.public void setNewStartTime(DateTime value)
value
- A DateTime
object specifying the item's new start time.public DateTime getNewEndTime()
DateTime
object specifying the item's new end time.public void setNewEndTime(DateTime value)
value
- A DateTime
object specifying the item's new end time.public int getNewListLane()
public void setNewListLane(int value)
value
- An integer value specifying the new list lane of the item.public boolean getAllowChangeResource()
public void setAllowChangeResource(boolean value)
public Resource getResource()
Contact
, Location
, Task
or
Resource
depending on the current grouping type.
This value can be null, if the item does not change associated resource.public Resource[] getResources()
This value can be null, if the item doesn't change associated resource.
Resource
objects.public boolean getResizeStart()
public boolean getResizeEnd()