|
|||||||||
| Home >> All >> org >> displaytag >> [ model overview ] | PREV NEXT | ||||||||
A
- addCell(Column) - Method in class org.displaytag.model.HeaderCell
- Add a new cell to this column.
- addCell(Cell) - Method in class org.displaytag.model.Row
- Adds a cell to the row.
- addColumnHeader(HeaderCell) - Method in class org.displaytag.model.TableModel
- Adds a column header (HeaderCell object).
- addHeaderClass(String) - Method in class org.displaytag.model.HeaderCell
- Adds a css class to the html "class" attribute.
- addRow(Row) - Method in class org.displaytag.model.TableModel
- adds a Row object to the table.
- addToTotal(Object) - Method in class org.displaytag.model.HeaderCell
- Add the value of this parameter to the column total.
- alreadySorted - Variable in class org.displaytag.model.HeaderCell
- is the column sorted?
- ascending - Variable in class org.displaytag.model.RowSorter
- sort order ascending?
- attributes - Variable in class org.displaytag.model.Cell
- Per row html attributes (style, class).
B
- beanPropertyName - Variable in class org.displaytag.model.HeaderCell
- property name to look up in the bean.
C
- Cell - class org.displaytag.model.Cell.
- Represents a table cell.
- Cell() - Constructor for class org.displaytag.model.Cell
- Creates a new empty cell.
- Cell(Object) - Constructor for class org.displaytag.model.Cell
- Creates a cell with a static value.
- Column - class org.displaytag.model.Column.
- Represents a column in a table.
- Column(HeaderCell, Cell, Row) - Constructor for class org.displaytag.model.Column
- Constructor for Column.
- ColumnIterator - class org.displaytag.model.ColumnIterator.
- Iterator on columns.
- ColumnIterator(List, Row) - Constructor for class org.displaytag.model.ColumnIterator
- Creates a new ColumnIterator given a list of column and a row.
- caption - Variable in class org.displaytag.model.TableModel
- Table caption.
- cell - Variable in class org.displaytag.model.Column
- Cell.
- cellIterator - Variable in class org.displaytag.model.ColumnIterator
- Internal iterator on cells.
- checkNullsAndCompare(Object, Object) - Method in class org.displaytag.model.RowSorter
- Compares two given objects, and handles the case where nulls are present.
- collator - Variable in class org.displaytag.model.DefaultComparator
- Use this collator.
- columnDecorators - Variable in class org.displaytag.model.HeaderCell
- ColumnDecorators.
- columnIndex - Variable in class org.displaytag.model.RowSorter
- Index of the sorted column.
- columnNumber - Variable in class org.displaytag.model.HeaderCell
- column number.
- comparator - Variable in class org.displaytag.model.HeaderCell
- Use this comparator for sorting.
- comparator - Variable in class org.displaytag.model.RowSorter
- Comparator used for comparisons.
- compare(Object, Object) - Method in class org.displaytag.model.DefaultComparator
- Compares two given objects.
- compare(Object, Object) - Method in class org.displaytag.model.RowSorter
- Compares two objects by first fetching a property from each object and then comparing that value.
- compareTo(Object) - Method in class org.displaytag.model.Cell
- Compare the Cell value to another Cell.
- createChoppedAndLinkedValue() - Method in class org.displaytag.model.Column
- Calculates the cell content, cropping or linking the value as needed.
D
- DefaultComparator - class org.displaytag.model.DefaultComparator.
- Default comparator.
- DefaultComparator() - Constructor for class org.displaytag.model.DefaultComparator
- Instantiate a default comparator with no collator specified.
- DefaultComparator(Collator) - Constructor for class org.displaytag.model.DefaultComparator
- Instantiate a default comparator with a specified collator.
- decorator - Variable in class org.displaytag.model.RowIterator
- reference to the table TableDecorator.
- decorator - Variable in class org.displaytag.model.RowSorter
- table decorator.
- defaultSortOrder - Variable in class org.displaytag.model.HeaderCell
- Defalt sort order for this column.
E
- EMPTY_CELL - Static variable in class org.displaytag.model.Cell
- empty cell object.
- encoding - Variable in class org.displaytag.model.TableModel
- Response encoding.
- equals(Object) - Method in class org.displaytag.model.RowSorter
- Is this Comparator the same as another one?
F
- footer - Variable in class org.displaytag.model.TableModel
- Table footer.
G
- getBeanPropertyName() - Method in class org.displaytag.model.HeaderCell
- Getter for the name of the property to look up in the bean.
- getCaption() - Method in class org.displaytag.model.TableModel
- Obtain this table's caption.
- getCellList() - Method in class org.displaytag.model.Row
- getter for the list of Cell object.
- getChoppedAndLinkedValue() - Method in class org.displaytag.model.Column
- get the final value to be displayed in the table.
- getCloseTag() - Method in class org.displaytag.model.Column
- Generates the cell close tag (</td>).
- getCloseTag() - Method in class org.displaytag.model.HeaderCell
- return the closing tag for a cell (td).
- getCloseTag() - Method in class org.displaytag.model.Row
- writes the </tr> tag.
- getColumnDecorators() - Method in class org.displaytag.model.HeaderCell
- Returns the columnDecorator object for this column.
- getColumnHref(String) - Method in class org.displaytag.model.Column
- Generates the href for the column using paramName/property/scope.
- getColumnIterator(List) - Method in class org.displaytag.model.Row
- Iterates on columns.
- getColumnNumber() - Method in class org.displaytag.model.HeaderCell
- Getter for the column number.
- getComparator() - Method in class org.displaytag.model.HeaderCell
- Get the comparator for sorting this column.
- getDefaultSortOrder() - Method in class org.displaytag.model.HeaderCell
- Sets the default sort order for this column
- getEncoding() - Method in class org.displaytag.model.TableModel
- Getter for character encoding.
- getFooter() - Method in class org.displaytag.model.TableModel
- Obtain this table's footer.
- getGroup() - Method in class org.displaytag.model.HeaderCell
- getter for the grouping index.
- getHeaderAttributes() - Method in class org.displaytag.model.HeaderCell
- returns the HtmlAttributeMap containg all the html attributes for the th tag.
- getHeaderCell() - Method in class org.displaytag.model.Column
- Get the header cell for this column.
- getHeaderCellList() - Method in class org.displaytag.model.TableModel
- List containing headerCell objects.
- getHeaderCloseTag() - Method in class org.displaytag.model.HeaderCell
- return the closing tag for a column header (th).
- getHeaderOpenTag() - Method in class org.displaytag.model.HeaderCell
- return the open tag for a column header (th).
- getHref() - Method in class org.displaytag.model.HeaderCell
- Getter for the href to be used for dinamic links in cells.
- getHtmlAttributes() - Method in class org.displaytag.model.HeaderCell
- Returns the HtmlAttributeMap containg all the html attributes for the td tags.
- getId() - Method in class org.displaytag.model.TableModel
- get the table id.
- getMaxLength() - Method in class org.displaytag.model.HeaderCell
- getter for the max number of characters to display in the column.
- getMaxWords() - Method in class org.displaytag.model.HeaderCell
- getter for the max number of words to display in the column.
- getMedia() - Method in class org.displaytag.model.TableModel
- Gets the current media type.
- getNumberOfColumns() - Method in class org.displaytag.model.TableModel
- return the number of columns in the table.
- getObject() - Method in class org.displaytag.model.Row
- getter for the object holding values for the current row.
- getOpenTag() - Method in class org.displaytag.model.Column
- Generates the cell open tag.
- getOpenTag() - Method in class org.displaytag.model.Row
- Writes the open <tr> tag.
- getPageContext() - Method in class org.displaytag.model.TableModel
- Returns the jsp page context.
- getPageOffset() - Method in class org.displaytag.model.RowIterator
- getParamName() - Method in class org.displaytag.model.HeaderCell
- Getter for the name of the param to add to links.
- getParamProperty() - Method in class org.displaytag.model.HeaderCell
- Getter for the name of the property to look up in bean to get the param value for links.
- getParentTable() - Method in class org.displaytag.model.Row
- Getter for the table model the row belongs to.
- getPerRowAttributes() - Method in class org.displaytag.model.Cell
- getProperties() - Method in class org.displaytag.model.TableModel
- Returns the table properties.
- getRowIterator(boolean) - Method in class org.displaytag.model.TableModel
- returns a RowIterator on the requested (full|page) list.
- getRowListFull() - Method in class org.displaytag.model.TableModel
- get the full list.
- getRowListPage() - Method in class org.displaytag.model.TableModel
- gets the partial (paginated) list.
- getRowNumber() - Method in class org.displaytag.model.Row
- Getter for the row number.
- getShowNulls() - Method in class org.displaytag.model.HeaderCell
- Should null be displayed?
- getSortName() - Method in class org.displaytag.model.HeaderCell
- Get name given to server for sorting this column
- getSortProperty() - Method in class org.displaytag.model.HeaderCell
- Getter for the name of the property in the bean which will be used for sorting.
- getSortable() - Method in class org.displaytag.model.HeaderCell
- Is the column sortable?
- getSortedColumnHeader() - Method in class org.displaytag.model.TableModel
- returns the HeaderCell for the sorted column.
- getSortedColumnNumber() - Method in class org.displaytag.model.TableModel
- return the index of the sorted column.
- getStaticValue() - Method in class org.displaytag.model.Cell
- get the static value for the cell.
- getTableDecorator() - Method in class org.displaytag.model.TableModel
- getter for the Table Decorator.
- getTitle() - Method in class org.displaytag.model.HeaderCell
- Gets the column title.
- getTotal() - Method in class org.displaytag.model.HeaderCell
- Get the current total.
- getValue(boolean) - Method in class org.displaytag.model.Column
- Gets the value, after calling the table / column decorator is requested.
- group - Variable in class org.displaytag.model.HeaderCell
- group the column?
H
- HeaderCell - class org.displaytag.model.HeaderCell.
- DataObject representing the column header.
- HeaderCell() - Constructor for class org.displaytag.model.HeaderCell
- hasNext() - Method in class org.displaytag.model.ColumnIterator
- Are there more columns?
- hasNext() - Method in class org.displaytag.model.RowIterator
- Check if a next row exist.
- hashCode() - Method in class org.displaytag.model.RowSorter
- header - Variable in class org.displaytag.model.Column
- Header of this column.
- headerAttributes - Variable in class org.displaytag.model.HeaderCell
- Map containing the html tag attributes for header cells (td).
- headerCellList - Variable in class org.displaytag.model.TableModel
- list of HeaderCell.
- headerIterator - Variable in class org.displaytag.model.ColumnIterator
- Internal iterator on header cells.
- href - Variable in class org.displaytag.model.HeaderCell
- base href for creating dinamic links.
- htmlAttributes - Variable in class org.displaytag.model.Column
- copy of the attribute map from the header cell.
- htmlAttributes - Variable in class org.displaytag.model.HeaderCell
- Map containing the html tag attributes for cells (td).
I
- id - Variable in class org.displaytag.model.RowIterator
- id inherited from the TableTag (needed only for logging).
- id - Variable in class org.displaytag.model.TableModel
- id inherited from the TableTag (needed only for logging).
- initialize() - Method in class org.displaytag.model.Column
- Initialize the cell value.
- isAlreadySorted() - Method in class org.displaytag.model.HeaderCell
- Is the column already sorted?
- isEmpty() - Method in class org.displaytag.model.TableModel
- return true is the table has no columns.
- isLocalSort() - Method in class org.displaytag.model.TableModel
- isSortFullTable() - Method in class org.displaytag.model.TableModel
- return the sort full table property.
- isSortOrderAscending() - Method in class org.displaytag.model.TableModel
- return the sort order of the page.
- isSorted() - Method in class org.displaytag.model.TableModel
- returns true if the table is sorted.
- isTotaled() - Method in class org.displaytag.model.HeaderCell
- Will we be keeping a total for this column?
- iterator - Variable in class org.displaytag.model.RowIterator
- internal iterator for Rows.
L
- localSort - Variable in class org.displaytag.model.TableModel
- Are we sorting locally? (Default True)
- log - Static variable in class org.displaytag.model.RowIterator
- logger.
- log - Static variable in class org.displaytag.model.TableModel
- logger.
M
- maxLength - Variable in class org.displaytag.model.HeaderCell
- max length of cell content.
- maxWords - Variable in class org.displaytag.model.HeaderCell
- max number of words for cell content.
- media - Variable in class org.displaytag.model.TableModel
- Current media.
N
- next() - Method in class org.displaytag.model.RowIterator
- Returns the next row object.
- nextColumn() - Method in class org.displaytag.model.ColumnIterator
- Returns the next column.
O
- org.displaytag.model - package org.displaytag.model
P
- pageContext - Variable in class org.displaytag.model.TableModel
- Jsp page context.
- pageOffset - Variable in class org.displaytag.model.RowIterator
- Starting offset for items n the current page.
- pageOffset - Variable in class org.displaytag.model.TableModel
- Starting offset for elements in the viewable list.
- paramName - Variable in class org.displaytag.model.HeaderCell
- param name used in adding a link.
- paramProperty - Variable in class org.displaytag.model.HeaderCell
- property of the object where to get the param value from.
- parentRow - Variable in class org.displaytag.model.ColumnIterator
- current row.
- properties - Variable in class org.displaytag.model.TableModel
- configurable table properties.
- property - Variable in class org.displaytag.model.RowSorter
- name of the property in bean.
R
- Row - class org.displaytag.model.Row.
- Holds informations for a table row.
- Row(Object, int) - Constructor for class org.displaytag.model.Row
- Constructor for Row.
- RowIterator - class org.displaytag.model.RowIterator.
- Iterator on table rows.
- RowIterator(List, List, TableDecorator, int) - Constructor for class org.displaytag.model.RowIterator
- Constructor for RowIterator.
- RowSorter - class org.displaytag.model.RowSorter.
- Comparator for rows.
- RowSorter(int, String, TableDecorator, boolean, Comparator) - Constructor for class org.displaytag.model.RowSorter
- Initialize a new RowSorter.
- row - Variable in class org.displaytag.model.Column
- Row this column belongs to.
- rowListFull - Variable in class org.displaytag.model.TableModel
- full list (contains Row objects).
- rowListPage - Variable in class org.displaytag.model.TableModel
- list of data to be displayed in page.
- rowNumber - Variable in class org.displaytag.model.Row
- Row number.
- rowNumber - Variable in class org.displaytag.model.RowIterator
- row number counter.
- rowObject - Variable in class org.displaytag.model.Row
- Object holding values for the current row.
S
- setAlreadySorted() - Method in class org.displaytag.model.HeaderCell
- Setter for the sorted property (the column is actually sorted).
- setBeanPropertyName(String) - Method in class org.displaytag.model.HeaderCell
- Setter for the name of the property to look up in the bean.
- setCaption(String) - Method in class org.displaytag.model.TableModel
- Set this table's caption.
- setColumnDecorators(DisplaytagColumnDecorator[]) - Method in class org.displaytag.model.HeaderCell
- Sets the columnDecorator object for this column.
- setColumnNumber(int) - Method in class org.displaytag.model.HeaderCell
- Setter for the column number.
- setComparator(Comparator) - Method in class org.displaytag.model.HeaderCell
- Set the column comparator.
- setDefaultSortOrder(SortOrderEnum) - Method in class org.displaytag.model.HeaderCell
- Gets the default sort order for this column
- setFooter(String) - Method in class org.displaytag.model.TableModel
- Set this table's footer.
- setGroup(int) - Method in class org.displaytag.model.HeaderCell
- setter for the grouping index.
- setHeaderAttributes(HtmlAttributeMap) - Method in class org.displaytag.model.HeaderCell
- Sets the HtmlAttributeMap containg all the html attributes for the th tag.
- setHref(Href) - Method in class org.displaytag.model.HeaderCell
- Setter for the href to be used for dinamic links in cells.
- setHtmlAttributes(HtmlAttributeMap) - Method in class org.displaytag.model.HeaderCell
- Sets the HtmlAttributeMap containg all the html attributes for the td tags.
- setId(String) - Method in class org.displaytag.model.RowIterator
- Setter for the tablemodel id.
- setId(String) - Method in class org.displaytag.model.TableModel
- Setter for the tablemodel id.
- setLocalSort(boolean) - Method in class org.displaytag.model.TableModel
- Sets whether the table performs local in memory sorting of the data.
- setMaxLength(int) - Method in class org.displaytag.model.HeaderCell
- setter for the max number of characters to display in the column.
- setMaxWords(int) - Method in class org.displaytag.model.HeaderCell
- setter for the max number of words to display in the column.
- setMedia(MediaTypeEnum) - Method in class org.displaytag.model.TableModel
- sets the current media type.
- setPageOffset(int) - Method in class org.displaytag.model.TableModel
- Sets the starting offset for elements in the viewable list.
- setParamName(String) - Method in class org.displaytag.model.HeaderCell
- Setter for the name of the param to add to links.
- setParamProperty(String) - Method in class org.displaytag.model.HeaderCell
- Setter for the name of the property to look up in bean to get the param value for links.
- setParentTable(TableModel) - Method in class org.displaytag.model.Row
- Setter for the table model the row belongs to.
- setPerRowAttributes(HtmlAttributeMap) - Method in class org.displaytag.model.Cell
- setRowListPage(List) - Method in class org.displaytag.model.TableModel
- setRowNumber(int) - Method in class org.displaytag.model.Row
- Setter for the row number.
- setShowNulls(boolean) - Method in class org.displaytag.model.HeaderCell
- Enable or disable displaying of null values.
- setSortFullTable(boolean) - Method in class org.displaytag.model.TableModel
- sets the sort full table property.
- setSortName(String) - Method in class org.displaytag.model.HeaderCell
- Set name given to server for sorting this column
- setSortOrderAscending(boolean) - Method in class org.displaytag.model.TableModel
- set the sort order of the list.
- setSortProperty(String) - Method in class org.displaytag.model.HeaderCell
- Setter for the name of the property in the bean which will be used for sorting.
- setSortable(boolean) - Method in class org.displaytag.model.HeaderCell
- is the column sortable?
- setSortedColumnName(String) - Method in class org.displaytag.model.TableModel
- sets the name of the currently sorted column
- setSortedColumnNumber(int) - Method in class org.displaytag.model.TableModel
- set the sorted column index.
- setTableDecorator(TableDecorator) - Method in class org.displaytag.model.TableModel
- setter for the table decorator.
- setTitle(String) - Method in class org.displaytag.model.HeaderCell
- Setter for the column title.
- setTotaled(boolean) - Method in class org.displaytag.model.HeaderCell
- Setter for totaled.
- showNulls - Variable in class org.displaytag.model.HeaderCell
- show null values?
- sortFullList() - Method in class org.displaytag.model.TableModel
- sort the full list of data.
- sortFullTable - Variable in class org.displaytag.model.TableModel
- sort full List? (false sort only displayed page).
- sortName - Variable in class org.displaytag.model.HeaderCell
- Name given to the server when sorting this column
- sortOrderAscending - Variable in class org.displaytag.model.TableModel
- sort order = ascending?
- sortPageList() - Method in class org.displaytag.model.TableModel
- sort the list displayed in page.
- sortPropertyName - Variable in class org.displaytag.model.HeaderCell
- Name of the non-decorated property used during sorting.
- sortRowList(List) - Method in class org.displaytag.model.TableModel
- sorts the given list of Rows.
- sortable - Variable in class org.displaytag.model.HeaderCell
- is the column sortable?
- sortedColumn - Variable in class org.displaytag.model.TableModel
- index of the sorted column (-1 if the table is not sorted).
- sortedColumnName - Variable in class org.displaytag.model.TableModel
- Name of the column currently sorted (only used when sort=external).
- staticCells - Variable in class org.displaytag.model.Row
- List of cell objects.
- staticValue - Variable in class org.displaytag.model.Cell
- content of the cell.
- stringValue - Variable in class org.displaytag.model.Column
- contains the evaluated body value.
T
- TableModel - class org.displaytag.model.TableModel.
- Table Model.
- TableModel(TableProperties, String, PageContext) - Constructor for class org.displaytag.model.TableModel
- Constructor for TableModel.
- tableDecorator - Variable in class org.displaytag.model.TableModel
- Table decorator.
- tableModel - Variable in class org.displaytag.model.Row
- TableModel which the row belongs to.
- title - Variable in class org.displaytag.model.HeaderCell
- column title.
- toString() - Method in class org.displaytag.model.Cell
- Simple toString wich output the static value.
- toString() - Method in class org.displaytag.model.Column
- toString() - Method in class org.displaytag.model.HeaderCell
- toString() - Method in class org.displaytag.model.Row
- toString() - Method in class org.displaytag.model.TableModel
- total - Variable in class org.displaytag.model.HeaderCell
- The running total for the column.
- totaled - Variable in class org.displaytag.model.HeaderCell
- Should we be attempting to tabulate the totals?
A B C D E F G H I L M N O P R S T
|
|||||||||
| Home >> All >> org >> displaytag >> [ model overview ] | PREV NEXT | ||||||||