|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.displaytag.model.Column
public class Column
Represents a column in a table.
| Constructor Summary | |
|---|---|
Column(HeaderCell headerCell,
Cell currentCell,
Row parentRow)
Constructor for Column. |
|
| Method Summary | |
|---|---|
java.lang.String |
createChoppedAndLinkedValue()
Calculates the cell content, cropping or linking the value as needed. |
java.lang.String |
getChoppedAndLinkedValue()
get the final value to be displayed in the table. |
java.lang.String |
getCloseTag()
Generates the cell close tag (</td>). |
HeaderCell |
getHeaderCell()
Get the header cell for this column. |
java.lang.String |
getOpenTag()
Generates the cell open tag. |
java.lang.Object |
getValue(boolean decorated)
Gets the value, after calling the table / column decorator is requested. |
void |
initialize()
Initialize the cell value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Column(HeaderCell headerCell,
Cell currentCell,
Row parentRow)
headerCell - HeaderCellcurrentCell - CellparentRow - Row| Method Detail |
|---|
public HeaderCell getHeaderCell()
public java.lang.Object getValue(boolean decorated)
throws ObjectLookupException,
DecoratorException
decorated - boolean
ObjectLookupException - for errors in bean property lookup
DecoratorException - if a column decorator is used and an exception is thrown during value decorationpublic java.lang.String getOpenTag()
public void initialize()
throws DecoratorException,
ObjectLookupException
ObjectLookupException - for errors in bean property lookup
DecoratorException - if a column decorator is used and an exception is thrown during value decoration
DecoratorException
ObjectLookupExceptionpublic java.lang.String getCloseTag()
public java.lang.String createChoppedAndLinkedValue()
throws ObjectLookupException,
DecoratorException
ObjectLookupException - for errors in bean property lookup
DecoratorException - if a column decorator is used and an exception is thrown during value decorationpublic java.lang.String getChoppedAndLinkedValue()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||