public static class FieldEvents.FocusEvent extends Component.Event
FocusEvent
class for holding additional event information.
Fired when a Field
receives keyboard focus.Modifier and Type | Field and Description |
---|---|
static String |
EVENT_ID
Identifier for event that can be used in
EventRouter . |
source
Constructor and Description |
---|
FocusEvent(Component source) |
getComponent
getConnector
getSource, toString
public static final String EVENT_ID
EventRouter
.public FocusEvent(Component source)
Copyright © 2018 Vaadin Ltd. All rights reserved.