Interface EditorEnterHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidonEditorEnter(EditorEnterEvent event) Notification method fired when the user enters this formItem.
- 
Method Details- 
onEditorEnterNotification method fired when the user enters this formItem. Differs fromFormItem.focus()in that whilefocusandblurmay fire multiple as the user navigates sub elements of an item (such as interacting with a pick list),editorEnterwill typically fire once when the user starts to edit this item as a whole, and once when the user moves onto a different item or component- Parameters:
- event- the event
 
 
-