Class FormatKeyUpHandler<E>
- java.lang.Object
-
- de.knightsoftnet.mtwidgets.client.ui.handler.ValueBoxFromEvent<E>
-
- de.knightsoftnet.mtwidgets.client.ui.handler.FormatKeyUpHandler<E>
-
- Type Parameters:
E- field type
- All Implemented Interfaces:
com.google.gwt.event.dom.client.KeyUpHandler,com.google.gwt.event.shared.EventHandler
public class FormatKeyUpHandler<E> extends ValueBoxFromEvent<E> implements com.google.gwt.event.dom.client.KeyUpHandler
Key press handler which handles formated values and reformats values. It can be attached to widgets which implement HasFormating interface!- Author:
- Manfred Tremmel
-
-
Constructor Summary
Constructors Constructor Description FormatKeyUpHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonKeyUp(com.google.gwt.event.dom.client.KeyUpEvent pevent)-
Methods inherited from class de.knightsoftnet.mtwidgets.client.ui.handler.ValueBoxFromEvent
getTextBoxFromEvent
-
-