net.pleso.framework.client.bl.rb
Interface IRB


public interface IRB

Represents reference book with caption, columns and authorized data source.


Method Summary
 java.lang.String getCaption()
          Use this function to retrieve reference book caption, which can be displayed as short description of this data set.
 IRBColumn[] getColumns()
          Defines array of columns which must represent data.
 IAuthDataSource getDataSource()
          Grants access for authorized data source with reference book data.
 

Method Detail

getCaption

java.lang.String getCaption()
Use this function to retrieve reference book caption, which can be displayed as short description of this data set.

Returns:
reference book caption

getColumns

IRBColumn[] getColumns()
Defines array of columns which must represent data. Each column has some information about item displaying rules. For more info look for IRBDataColumn extenders.

Returns:
array of reference book columns

getDataSource

IAuthDataSource getDataSource()
Grants access for authorized data source with reference book data.

Returns:
authorized data source


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