|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.objex.panywhere.subtext.TableSubtextLegendItem.Row
public static class TableSubtextLegendItem.Row
Row defines a single row of subtext legend item in a TableSubtextItem. A Row has a number (N) of columns of subtext legend items depending on the number of subfields in the table field linked to the
TableSubtextItem.
| Constructor Summary | |
|---|---|
TableSubtextLegendItem.Row()
Create a new instance of Row |
|
| Method Summary | |
|---|---|
void |
addItem(SubtextLegendItem a_item)
Add subitems for legend items that represent a field that is included in the subtext for this table item |
java.util.List<SubtextLegendItem> |
getColumns()
|
int |
getId()
|
void |
setColumns(java.util.List<SubtextLegendItem> columns)
Set the list of subtext legend items for the Row |
void |
setId(int id)
Set the Unique number identifying the Row of subtext legend items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableSubtextLegendItem.Row()
| Method Detail |
|---|
public void addItem(SubtextLegendItem a_item)
a_item - The new subtext legend item being added as a column (field) for this row.public java.util.List<SubtextLegendItem> getColumns()
public void setColumns(java.util.List<SubtextLegendItem> columns)
columns - The new list of subtext legend items for the Rowpublic int getId()
public void setId(int id)
id - The new ID for this Row
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||