Class FilterReplaceAndFormatKeyPressHandler<E>
- java.lang.Object
-
- de.knightsoftnet.mtwidgets.client.ui.handler.ValueBoxFromEvent<E>
-
- de.knightsoftnet.mtwidgets.client.ui.handler.FilterReplaceAndFormatKeyPressHandler<E>
-
- Type Parameters:
E- field type
- All Implemented Interfaces:
com.google.gwt.event.dom.client.KeyPressHandler,com.google.gwt.event.shared.EventHandler
public class FilterReplaceAndFormatKeyPressHandler<E> extends ValueBoxFromEvent<E> implements com.google.gwt.event.dom.client.KeyPressHandler
Key press handler which limits and replaces characters and formats input. It can be attached to widgets which implement HasFormating interface!- Author:
- Manfred Tremmel
-
-
Constructor Summary
Constructors Constructor Description FilterReplaceAndFormatKeyPressHandler()default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonKeyPress(com.google.gwt.event.dom.client.KeyPressEvent pevent)-
Methods inherited from class de.knightsoftnet.mtwidgets.client.ui.handler.ValueBoxFromEvent
getTextBoxFromEvent
-
-