org.cafesip.gwtcomp.client.ui
Interface WizardPanelListener

All Superinterfaces:
java.util.EventListener

public interface WizardPanelListener
extends java.util.EventListener

An interface that must be extended to create your own wizard panel listener.


Method Summary
 void onPageSwitch(java.lang.String name)
          Tis method is called after the page is switched as a result of clicking on the Next/Previous buttons or programatically.
 

Method Detail

onPageSwitch

void onPageSwitch(java.lang.String name)
Tis method is called after the page is switched as a result of clicking on the Next/Previous buttons or programatically. You can implement this method to include your own custom logic (for example, disable the Next button) to perform validations and/or modify appearances.

Parameters:
name - name of panel that currently showing.


http://www.cafesip.org