com.centrasite.control.adapters.util
Class WizardPageWithPopupCommand

java.lang.Object
  extended by com.centrasite.control.adapters.util.WizardPageWithPopupCommand
All Implemented Interfaces:
com.softwareag.cis.server.util.IPagePopupCommand

public class WizardPageWithPopupCommand
extends java.lang.Object
implements com.softwareag.cis.server.util.IPagePopupCommand

Internal class for use with the WizardAdapter


Constructor Summary
WizardPageWithPopupCommand(WizardPage wizardPage, WizardAdapter wizAdapter, int pageIndex)
           
 
Method Summary
 void execute()
           
 java.lang.String getImageURL()
           
 java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardPageWithPopupCommand

public WizardPageWithPopupCommand(WizardPage wizardPage,
                                  WizardAdapter wizAdapter,
                                  int pageIndex)
Method Detail

getImageURL

public java.lang.String getImageURL()
Specified by:
getImageURL in interface com.softwareag.cis.server.util.IPagePopupCommand

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface com.softwareag.cis.server.util.IPagePopupCommand

execute

public void execute()
Specified by:
execute in interface com.softwareag.cis.server.util.IPagePopupCommand