public class DefaultNMutableTableModel extends Object implements net.thevpc.nuts.format.NMutableTableModel
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultNMutableTableModel.DefaultCell |
static class |
DefaultNMutableTableModel.Row |
| Constructor and Description |
|---|
DefaultNMutableTableModel() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.format.NMutableTableModel |
addCell(Object value) |
net.thevpc.nuts.format.NMutableTableModel |
addCells(Object... values) |
net.thevpc.nuts.format.NMutableTableModel |
addHeaderCell(Object value) |
net.thevpc.nuts.format.NMutableTableModel |
addHeaderCells(Object... values) |
net.thevpc.nuts.format.NMutableTableModel |
addRow(Object... values) |
net.thevpc.nuts.format.NMutableTableModel |
clearHeader() |
int |
getCellColSpan(int row,
int column) |
int |
getCellRowSpan(int row,
int column) |
Object |
getCellValue(int row,
int column) |
int |
getColumnsCount() |
int |
getHeaderColSpan(int column) |
Object |
getHeaderValue(int column) |
int |
getRowsCount() |
int |
getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context) |
net.thevpc.nuts.format.NMutableTableModel |
newRow() |
net.thevpc.nuts.format.NMutableTableModel |
setCellColSpan(int row,
int column,
int value) |
net.thevpc.nuts.format.NMutableTableModel |
setCellRowSpan(int row,
int column,
int value) |
net.thevpc.nuts.format.NMutableTableModel |
setCellValue(int row,
int column,
Object value) |
net.thevpc.nuts.format.NMutableTableModel |
setHeaderColSpan(int column,
int value) |
net.thevpc.nuts.format.NMutableTableModel |
setHeaderValue(int column,
Object value) |
public net.thevpc.nuts.format.NMutableTableModel newRow()
newRow in interface net.thevpc.nuts.format.NMutableTableModelpublic net.thevpc.nuts.format.NMutableTableModel clearHeader()
clearHeader in interface net.thevpc.nuts.format.NMutableTableModelpublic net.thevpc.nuts.format.NMutableTableModel addHeaderCells(Object... values)
addHeaderCells in interface net.thevpc.nuts.format.NMutableTableModelpublic net.thevpc.nuts.format.NMutableTableModel addHeaderCell(Object value)
addHeaderCell in interface net.thevpc.nuts.format.NMutableTableModelpublic net.thevpc.nuts.format.NMutableTableModel addRow(Object... values)
addRow in interface net.thevpc.nuts.format.NMutableTableModelpublic net.thevpc.nuts.format.NMutableTableModel addCells(Object... values)
addCells in interface net.thevpc.nuts.format.NMutableTableModelpublic net.thevpc.nuts.format.NMutableTableModel addCell(Object value)
addCell in interface net.thevpc.nuts.format.NMutableTableModelpublic int getColumnsCount()
getColumnsCount in interface net.thevpc.nuts.format.NTableModelpublic Object getCellValue(int row, int column)
getCellValue in interface net.thevpc.nuts.format.NTableModelpublic int getCellColSpan(int row,
int column)
getCellColSpan in interface net.thevpc.nuts.format.NTableModelpublic int getCellRowSpan(int row,
int column)
getCellRowSpan in interface net.thevpc.nuts.format.NTableModelpublic Object getHeaderValue(int column)
getHeaderValue in interface net.thevpc.nuts.format.NTableModelpublic int getHeaderColSpan(int column)
getHeaderColSpan in interface net.thevpc.nuts.format.NTableModelpublic int getRowsCount()
getRowsCount in interface net.thevpc.nuts.format.NTableModelpublic net.thevpc.nuts.format.NMutableTableModel setCellValue(int row,
int column,
Object value)
setCellValue in interface net.thevpc.nuts.format.NMutableTableModelpublic net.thevpc.nuts.format.NMutableTableModel setCellColSpan(int row,
int column,
int value)
setCellColSpan in interface net.thevpc.nuts.format.NMutableTableModelpublic net.thevpc.nuts.format.NMutableTableModel setCellRowSpan(int row,
int column,
int value)
setCellRowSpan in interface net.thevpc.nuts.format.NMutableTableModelpublic net.thevpc.nuts.format.NMutableTableModel setHeaderValue(int column,
Object value)
setHeaderValue in interface net.thevpc.nuts.format.NMutableTableModelpublic net.thevpc.nuts.format.NMutableTableModel setHeaderColSpan(int column,
int value)
setHeaderColSpan in interface net.thevpc.nuts.format.NMutableTableModelpublic int getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NComponentCopyright © 2025 vpc open source initiative. All rights reserved.