net.pleso.framework.client.bl.providers
Interface IAddFormProvider

All Superinterfaces:
IActionProvider

public interface IAddFormProvider
extends IActionProvider

Represents provider of add form.


Method Summary
 IAddForm getAddForm(IDataRow row)
          This function returns new add form instance by some selected in context row, which can be null if there is no context or row selected.
 
Methods inherited from interface net.pleso.framework.client.bl.providers.IActionProvider
getActionCaption
 

Method Detail

getAddForm

IAddForm getAddForm(IDataRow row)
This function returns new add form instance by some selected in context row, which can be null if there is no context or row selected.

Parameters:
row - selected in context row or null
Returns:
provided IAddForm instance


Copyright © 2006-2007 pleso.net crew All Rights Reserved.