Class ValueBoxFromEvent<E>
- java.lang.Object
-
- de.knightsoftnet.mtwidgets.client.ui.handler.ValueBoxFromEvent<E>
-
- Type Parameters:
E- field type
- Direct Known Subclasses:
FilterReplaceAndFormatKeyPressHandler,FormatKeyUpHandler
public class ValueBoxFromEvent<E> extends Object
helper with method which extracts ValueBoxBase from GwtEvent.- Author:
- Manfred Tremmel
-
-
Constructor Summary
Constructors Constructor Description ValueBoxFromEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ValueBoxBase<E>getTextBoxFromEvent(com.google.gwt.event.shared.GwtEvent<?> pevent)get ValueBoxBase which produced the event.
-
-
-
Method Detail
-
getTextBoxFromEvent
protected ValueBoxBase<E> getTextBoxFromEvent(com.google.gwt.event.shared.GwtEvent<?> pevent)
get ValueBoxBase which produced the event.- Parameters:
pevent- event to get box from- Returns:
- ValueBoxBase
-
-