com.gwtext.client.widgets.form.event
Interface FormPanelListener

All Superinterfaces:
BoxComponentListener, ComponentListener, ContainerListener, PanelListener
All Known Implementing Classes:
FormPanelListenerAdapter

public interface FormPanelListener
extends PanelListener


Method Summary
 void onClientValidation(FormPanel formPanel, boolean valid)
          If the monitorValid config option is true, this event fires repetitively to notify of valid state
 
Methods inherited from interface com.gwtext.client.widgets.event.PanelListener
doBeforeClose, doBeforeCollapse, doBeforeExpand, onActivate, onBodyResize, onClose, onCollapse, onDeactivate, onExpand, onTitleChange
 
Methods inherited from interface com.gwtext.client.widgets.event.ContainerListener
doBeforeAdd, doBeforeRemove, onAdd, onAfterLayout, onRemove
 
Methods inherited from interface com.gwtext.client.widgets.event.BoxComponentListener
onMove, onResize
 
Methods inherited from interface com.gwtext.client.widgets.event.ComponentListener
doBeforeDestroy, doBeforeHide, doBeforeRender, doBeforeShow, doBeforeStateRestore, doBeforeStateSave, onDestroy, onDisable, onEnable, onHide, onRender, onShow, onStateRestore, onStateSave
 

Method Detail

onClientValidation

void onClientValidation(FormPanel formPanel,
                        boolean valid)
If the monitorValid config option is true, this event fires repetitively to notify of valid state

Parameters:
formPanel - the form panel
valid - true if valid
See Also:
FormPanel.setMonitorValid(boolean)