net.pleso.framework.client.bl.rb.columns
Interface IRBColumn

All Known Subinterfaces:
IRBDataColumn, IRBEnumDataColumn
All Known Implementing Classes:
EnumRBColumn, RBColumn

public interface IRBColumn

Represents abstract reference book column with caption and proportional width. Other interfaces extend this interface to represent specific reference book columns.


Method Summary
 java.lang.String getCaption()
          Represents column caption which describes meaning of this column.
 int getWidth()
          Use getWidth() to control width of each column in reference book.
 

Method Detail

getCaption

java.lang.String getCaption()
Represents column caption which describes meaning of this column.

Returns:
column caption

getWidth

int getWidth()
Use getWidth() to control width of each column in reference book. This width is proportional integer value specifying its size relative to other columns.

Returns:
proportional width of column


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