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 -
Method Summary
Methods inherited from class de.knightsoftnet.mtwidgets.client.ui.handler.ValueBoxFromEvent
getTextBoxFromEvent
-
Constructor Details
-
FormatKeyUpHandler
public FormatKeyUpHandler()
-
-
Method Details
-
onKeyUp
public void onKeyUp(com.google.gwt.event.dom.client.KeyUpEvent event) - Specified by:
onKeyUpin interfacecom.google.gwt.event.dom.client.KeyUpHandler
-