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

All Superinterfaces:
IActionProvider
All Known Subinterfaces:
ISelector

public interface IRBProvider
extends IActionProvider

Represents provider of reference book.


Method Summary
 IRB getRB(IDataRow sourceRow)
          Returns reference book instance for selected in context row.
 
Methods inherited from interface net.pleso.framework.client.bl.providers.IActionProvider
getActionCaption
 

Method Detail

getRB

IRB getRB(IDataRow sourceRow)
Returns reference book instance for selected in context row. If there is no context row can be null.

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


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