Class ValueBoxFromEvent<E>
java.lang.Object
de.knightsoftnet.mtwidgets.client.ui.handler.ValueBoxFromEvent<E>
- Type Parameters:
E- field type
- Direct Known Subclasses:
FilterReplaceAndFormatKeyPressHandler,FormatKeyUpHandler
helper with method which extracts ValueBoxBase from GwtEvent.
- Author:
- Manfred Tremmel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ValueBoxBase<E>getTextBoxFromEvent(com.google.gwt.event.shared.GwtEvent<?> event) get ValueBoxBase which produced the event.
-
Constructor Details
-
ValueBoxFromEvent
public ValueBoxFromEvent()
-
-
Method Details