public class CellBlurHandler extends Object implements com.google.gwt.event.dom.client.BlurHandler
Constructor and Description |
---|
CellBlurHandler() |
Modifier and Type | Method and Description |
---|---|
void |
onBlur(com.google.gwt.event.dom.client.BlurEvent blurEvent)
This method validates entered value and passivate the cell or keep it activated if check fails.
|
public void onBlur(com.google.gwt.event.dom.client.BlurEvent blurEvent)
onBlur
in interface com.google.gwt.event.dom.client.BlurHandler
blurEvent
- is a blur event instance.Copyright © 2008–2013. All rights reserved.