public static class DefaultTableFormat.DefaultCell extends Object implements net.thevpc.nuts.format.NTableCell
| Constructor and Description |
|---|
DefaultCell(boolean header) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColspan() |
DefaultTableFormat.RenderedCell |
getRendered() |
int |
getRowspan() |
Object |
getValue() |
int |
getX() |
int |
getY() |
boolean |
isHeader() |
DefaultTableFormat.DefaultCell |
setColspan(int colspan) |
void |
setHeader(boolean header) |
void |
setRendered(DefaultTableFormat.RenderedCell rendered) |
DefaultTableFormat.DefaultCell |
setRowspan(int rowspan) |
DefaultTableFormat.DefaultCell |
setValue(Object value) |
String |
toString() |
public boolean isHeader()
public void setHeader(boolean header)
public DefaultTableFormat.RenderedCell getRendered()
public void setRendered(DefaultTableFormat.RenderedCell rendered)
public int getColspan()
getColspan in interface net.thevpc.nuts.format.NTableCellpublic DefaultTableFormat.DefaultCell setColspan(int colspan)
setColspan in interface net.thevpc.nuts.format.NTableCellpublic int getRowspan()
getRowspan in interface net.thevpc.nuts.format.NTableCellpublic DefaultTableFormat.DefaultCell setRowspan(int rowspan)
setRowspan in interface net.thevpc.nuts.format.NTableCellpublic int getX()
getX in interface net.thevpc.nuts.format.NTableCellpublic int getY()
getY in interface net.thevpc.nuts.format.NTableCellpublic Object getValue()
getValue in interface net.thevpc.nuts.format.NTableCellpublic DefaultTableFormat.DefaultCell setValue(Object value)
setValue in interface net.thevpc.nuts.format.NTableCellCopyright © 2025 vpc open source initiative. All rights reserved.