| java.lang.Object org.wings.plaf.CmsTableCG
CmsTableCG | public class CmsTableCG implements TableCG,CmsCG(Code) | | CmsTableCG.
User: raedler
Date: 10.08.2007
Time: 13:23:45
author: raedler version: $Id |
Method Summary | |
public void | cell(MacroContext context, int row, int col) | public void | componentChanged(SComponent c) | public Update | getComponentUpdate(SComponent component) | public Update | getEditCellUpdate(STable sTable, int row, int column) | public Update | getRenderCellUpdate(STable sTable, int row, int column) | public Update | getSelectionUpdate(STable table, List deselectedIndices, List selectedIndices) | public Update | getTableCellUpdate(STable table, int row, int col) | public Update | getTableScrollUpdate(STable table, Rectangle newViewport, Rectangle oldViewport) | public void | id(MacroContext context) | public void | installCG(SComponent c) | public void | setMacros(MacroContainer macros) | public void | toggleSelection(MacroContext context, int row) | public void | uninstallCG(SComponent c) | public void | write(Device device, SComponent component) | public void | writeCellEvent(Device device, SComponent _c, Integer row, Integer col) | public void | writeTableEvent(Device device, SComponent component) |
getEditCellUpdate | public Update getEditCellUpdate(STable sTable, int row, int column)(Code) | | |
getRenderCellUpdate | public Update getRenderCellUpdate(STable sTable, int row, int column)(Code) | | |
|
|