org.cafesip.gwtcomp.client.ui
Interface WizardPanelListener
- All Superinterfaces:
- EventListener
public interface WizardPanelListener
- extends EventListener
An interface that must be extended to create your own wizard panel listener.
- Author:
- Amit Chatterjee
|
Method Summary |
void |
onPageSwitch(String name)
Tis method is called after the page is switched as a result of clicking on the
Next/Previous buttons or programatically. |
onPageSwitch
void onPageSwitch(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.
Copyright © 2010 Cafesip.org. All Rights Reserved.