Search
InplaceEditEvent Members
Methods
 


Contains the arguments passed to the ViewListener.inplaceEditStarted and ViewListener.inplaceEditEnded event handlers.

The following tables list the members exposed by the InplaceEditEvent type.

 Public Methods

  Name Description

getAccepted

Gets a value indicating whether the in-place edit changes were accepted. This value is relevant only for the ViewListener.inplaceEditEnded event.

getEditControl

Gets the control used to edit the item's text.

getItem

Gets a reference to the item being edited.

setEditControl

Sets the control used to edit the item's text.

 See Also