|
||||||||||
| 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.EnumRBColumn
public class EnumRBColumn
Represents default IRBEnumDataColumn implementation
| Constructor Summary | |
|---|---|
EnumRBColumn(IDataColumn dataColumn,
int width,
IEnum enumeration)
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. |
IEnum |
getEnum()
Gets enumeration with possible column values. |
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 EnumRBColumn(IDataColumn dataColumn,
int width,
IEnum enumeration)
dataColumn - binded data columnwidth - width of columnenumeration - data enumeration| Method Detail |
|---|
public IEnum getEnum()
IRBEnumDataColumn
getEnum in interface IRBEnumDataColumnpublic java.lang.String getCaption()
IRBColumn
getCaption in interface IRBColumnpublic IDataColumn getDataColumn()
IRBDataColumnIRBDataColumn 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 IRBDataColumnpublic int getWidth()
IRBColumnIRBColumn.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 | |||||||||