|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.displaytag.model.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>). |
int |
getGroup()
returns the grouping order of this column or -1 if the column is not grouped. |
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. |
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 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 decoration
public java.lang.String getOpenTag()
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 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 int getGroup()
public java.lang.String toString()
Object.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||