Search
InplaceEditValidationEvent Methods
 


 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. (Inherited from InplaceEditEvent.)

getCancel

Gets a value indicating whether to cancel the current operation.

getEditControl

Gets the control used to edit the item's text. (Inherited from InplaceEditEvent.)

getItem

Gets a reference to the item being edited. (Inherited from InplaceEditEvent.)

getKeyEvent

Gets a KeyEvent representing the key that started the edit operation.

setCancel

 

setEditControl

Sets the control used to edit the item's text. (Inherited from InplaceEditEvent.)

 See Also