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


public interface IAvailabilityProvider

Represents provider for availability check. This interface is extended by IActionProvider implementers where action can be enabled or disabled depending on what data row or column is selected now.


Method Summary
 boolean isAvailable(IDataRow row, IDataColumn column)
          Checks for availability depending on data row and column.
 

Method Detail

isAvailable

boolean isAvailable(IDataRow row,
                    IDataColumn column)
Checks for availability depending on data row and column.

Parameters:
row -
column -
Returns:
true if specified row and column represents availability


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