|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.widgets.event.ComponentListenerAdapter
com.gwtext.client.widgets.event.BoxComponentListenerAdapter
com.gwtext.client.widgets.event.ContainerListenerAdapter
com.gwtext.client.widgets.event.PanelListenerAdapter
com.gwtext.client.widgets.form.event.FormPanelListenerAdapter
public class FormPanelListenerAdapter
| Constructor Summary | |
|---|---|
FormPanelListenerAdapter()
|
|
| 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 class com.gwtext.client.widgets.event.PanelListenerAdapter |
|---|
doBeforeClose, doBeforeCollapse, doBeforeExpand, onActivate, onBodyResize, onClose, onCollapse, onDeactivate, onExpand, onTitleChange |
| Methods inherited from class com.gwtext.client.widgets.event.ContainerListenerAdapter |
|---|
doBeforeAdd, doBeforeRemove, onAdd, onAfterLayout, onRemove |
| Methods inherited from class com.gwtext.client.widgets.event.BoxComponentListenerAdapter |
|---|
onMove, onResize |
| Methods inherited from class com.gwtext.client.widgets.event.ComponentListenerAdapter |
|---|
doBeforeDestroy, doBeforeHide, doBeforeRender, doBeforeShow, doBeforeStateRestore, doBeforeStateSave, onDestroy, onDisable, onEnable, onHide, onRender, onShow, onStateRestore, onStateSave |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public FormPanelListenerAdapter()
| Method Detail |
|---|
public void onClientValidation(FormPanel formPanel,
boolean valid)
FormPanelListener
onClientValidation in interface FormPanelListenerformPanel - the form panelvalid - true if validFormPanel.setMonitorValid(boolean)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||