Package com.vaadin.event
Interface FieldEvents.FocusListener
-
- All Superinterfaces:
ConnectorEventListener,EventListener,Serializable
- Enclosing interface:
- FieldEvents
public static interface FieldEvents.FocusListener extends ConnectorEventListener
FocusListenerinterface for listening forFocusEventfired by aField.- Since:
- 6.2
- See Also:
FieldEvents.FocusEvent
-
-
Field Summary
Fields Modifier and Type Field Description static MethodfocusMethod
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfocus(FieldEvents.FocusEvent event)Component has been focused
-
-
-
Field Detail
-
focusMethod
static final Method focusMethod
-
-
Method Detail
-
focus
void focus(FieldEvents.FocusEvent event)
Component has been focused- Parameters:
event- Component focus event.
-
-