Uses of Interface
com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.IFrame

Packages that use IFrame
com.ebmwebsourcing.geasytools.widgets.ext.api.wizard   
com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.event   
com.ebmwebsourcing.geasytools.widgets.ext.impl.wizard   
com.ebmwebsourcing.geasytools.widgets.ext.impl.wizard.event   
 

Uses of IFrame in com.ebmwebsourcing.geasytools.widgets.ext.api.wizard
 

Methods in com.ebmwebsourcing.geasytools.widgets.ext.api.wizard that return types with arguments of type IFrame
 java.util.List<IFrame> IWizard.getFrames()
           
 

Method parameters in com.ebmwebsourcing.geasytools.widgets.ext.api.wizard with type arguments of type IFrame
 void IWizard.setFrames(java.util.List<IFrame> frames)
           
 

Uses of IFrame in com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.event
 

Methods in com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.event that return IFrame
 IFrame IBackEvent.getActualFrame()
           
 IFrame INextEvent.getActualFrame()
           
 IFrame IBackEvent.getNextFrame()
           
 IFrame INextEvent.getPreviousFrame()
           
 

Uses of IFrame in com.ebmwebsourcing.geasytools.widgets.ext.impl.wizard
 

Methods in com.ebmwebsourcing.geasytools.widgets.ext.impl.wizard that return types with arguments of type IFrame
 java.util.List<IFrame> AbstractWizard.getFrames()
           
 

Method parameters in com.ebmwebsourcing.geasytools.widgets.ext.impl.wizard with type arguments of type IFrame
 void AbstractWizard.setFrames(java.util.List<IFrame> frames)
           
 

Uses of IFrame in com.ebmwebsourcing.geasytools.widgets.ext.impl.wizard.event
 

Methods in com.ebmwebsourcing.geasytools.widgets.ext.impl.wizard.event that return IFrame
 IFrame NextEvent.getActualFrame()
           
 IFrame BackEvent.getActualFrame()
           
 IFrame BackEvent.getNextFrame()
           
 IFrame NextEvent.getPreviousFrame()
           
 

Constructors in com.ebmwebsourcing.geasytools.widgets.ext.impl.wizard.event with parameters of type IFrame
BackEvent(IFrame actualFrame, IFrame nextFrame)
           
NextEvent(IFrame actualFrame, IFrame previousFrame)
           
 



Copyright © 2010-2011 Petals Link. All Rights Reserved.