| java.lang.Object net.mygwt.ui.client.widget.table.TableView
TableView | public class TableView (Code) | | This class encapsulates the user interface of a
Table .
|
Method Summary | |
protected void | applyCellStyles(TableItem item) | protected void | clearHoverStyles() | protected void | doSort(int index, int direction) | protected int | getCellIndex(Element target) | protected Element | getScrollElement() | protected Element | getTextCellElement(TableItem item, int cell) | native protected Element | getTextCellInternal(Element elem, int column) | protected void | init(Table table) | protected void | onHighlightRow(TableItem item, boolean highlight) | protected void | onSelectItem(TableItem item, boolean select) | protected void | removeItem(TableItem item) | protected void | render() | protected void | renderItem(TableItem item, int index) | protected void | renderItemValue(TableItem item, int index, Object value) | protected void | renderItems() | public void | reorderItems() Sorts the table items based on the current order. | protected void | resize() | protected void | resizeCells(int columnIndex) | protected void | setCellStyle(TableItem item, int index, String style) | native protected void | showColumn(Element elem, boolean show, int index) | protected void | showColumn(int index, boolean show) | native protected void | sizeCell(Element elem, int index, int width) | protected void | sort(int index, int direction) |
scrollBarWidth | protected int scrollBarWidth(Code) | | |
scrollElemdataElem | protected Element scrollElemdataElem(Code) | | |
clearHoverStyles | protected void clearHoverStyles()(Code) | | |
doSort | protected void doSort(int index, int direction)(Code) | | |
getCellIndex | protected int getCellIndex(Element target)(Code) | | |
getScrollElement | protected Element getScrollElement()(Code) | | |
getTextCellElement | protected Element getTextCellElement(TableItem item, int cell)(Code) | | |
getTextCellInternal | native protected Element getTextCellInternal(Element elem, int column)(Code) | | |
onHighlightRow | protected void onHighlightRow(TableItem item, boolean highlight)(Code) | | |
onSelectItem | protected void onSelectItem(TableItem item, boolean select)(Code) | | |
render | protected void render()(Code) | | |
renderItems | protected void renderItems()(Code) | | |
reorderItems | public void reorderItems()(Code) | | Sorts the table items based on the current order.
|
resize | protected void resize()(Code) | | |
resizeCells | protected void resizeCells(int columnIndex)(Code) | | |
showColumn | native protected void showColumn(Element elem, boolean show, int index)(Code) | | |
showColumn | protected void showColumn(int index, boolean show)(Code) | | |
sizeCell | native protected void sizeCell(Element elem, int index, int width)(Code) | | |
sort | protected void sort(int index, int direction)(Code) | | |
|
|