|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.pleso.framework.client.bl.rb.columns.impl.RBColumn
public class RBColumn
Represents default IRBDataColumn
implementation
Constructor Summary | |
---|---|
RBColumn(IDataColumn dataColumn,
int width)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getCaption()
Represents column caption which describes meaning of this column. |
IDataColumn |
getDataColumn()
Each IRBDataColumn wraps one data column of the rows retrieved by
reference book data source. |
int |
getWidth()
Use IRBColumn.getWidth() to control width of each column in reference
book. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RBColumn(IDataColumn dataColumn, int width)
dataColumn
- binded columnwidth
- width of columnMethod Detail |
---|
public java.lang.String getCaption()
IRBColumn
getCaption
in interface IRBColumn
public IDataColumn getDataColumn()
IRBDataColumn
IRBDataColumn
wraps one data column of the rows retrieved by
reference book data source. So one reference book column binds through
this function to one data column.
getDataColumn
in interface IRBDataColumn
public int getWidth()
IRBColumn
IRBColumn.getWidth()
to control width of each column in reference
book. This width is proportional integer value specifying its size
relative to other columns.
getWidth
in interface IRBColumn
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |