Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

fr.aliacom.common.ui.wizard
Interface IWizard  view IWizard download IWizard.java

All Superinterfaces:
fr.aliacom.common.ui.ICardPanel, fr.aliacom.form.common.IFormComponent, fr.aliacom.form.common.events.IGroupListener

public interface IWizard
extends fr.aliacom.common.ui.ICardPanel


Method Summary
 fr.aliacom.commands.Command getFinishCommand()
           
 fr.aliacom.form.common.IForm getForm()
           
 IWizardModel getModel()
           
 void setFinishCommand(fr.aliacom.commands.Command a)
           
 void setForm(fr.aliacom.form.common.IForm form)
           
 
Methods inherited from interface fr.aliacom.common.ui.ICardPanel
addCard, getLastCard, setCard
 
Methods inherited from interface fr.aliacom.form.common.IFormComponent
getNativeWidget, reset, setValueBean
 
Methods inherited from interface fr.aliacom.form.common.events.IGroupListener
buttonSelected
 

Method Detail

getModel

public IWizardModel getModel()

setFinishCommand

public void setFinishCommand(fr.aliacom.commands.Command a)

getFinishCommand

public fr.aliacom.commands.Command getFinishCommand()

getForm

public fr.aliacom.form.common.IForm getForm()

setForm

public void setForm(fr.aliacom.form.common.IForm form)