Servoy 4.1.x Public API

com.servoy.j2db
Interface IFormManager

All Superinterfaces:
EventListener, com.servoy.j2db.IFormManagerInternal, com.servoy.j2db.IManager, PropertyChangeListener

public interface IFormManager
extends com.servoy.j2db.IFormManagerInternal

Interface to handle forms.


Method Summary
 IForm getCurrentForm()
          Get the current active showing form.
 IForm getForm(String name)
          Get a form by name, which might not be visible
 
Methods inherited from interface com.servoy.j2db.IFormManagerInternal
clearLoginForm, showSolutionLoading
 
Methods inherited from interface com.servoy.j2db.IManager
flushCachedItems, init
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Method Detail

getCurrentForm

IForm getCurrentForm()
Get the current active showing form.

Returns:
IForm the form

getForm

IForm getForm(String name)
Get a form by name, which might not be visible

Parameters:
name -
Returns:
Since:
4.0.2

Copyright © 2009 Servoy B.V.

>