public static class DefaultTableFormat.RenderedCell extends Object
| Constructor and Description |
|---|
RenderedCell(int c,
int r,
Object o,
String str,
NutsTableCellFormat formatter,
NutsPositionType valign,
NutsPositionType halign,
NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
DefaultTableFormat.RenderedCell |
appendHorizontally(DefaultTableFormat.RenderedCell other) |
DefaultTableFormat.RenderedCell |
appendVertically(DefaultTableFormat.RenderedCell other) |
DefaultTableFormat.RenderedCell |
copy() |
int |
len(String other) |
DefaultTableFormat.RenderedCell |
replaceContent(DefaultTableFormat.RenderedCell other,
int row,
int col) |
DefaultTableFormat.RenderedCell |
resize(int rows,
int columns) |
DefaultTableFormat.RenderedCell |
subCell(int row,
int col,
int toRow,
int toCol) |
String |
toString() |
public RenderedCell(int c,
int r,
Object o,
String str,
NutsTableCellFormat formatter,
NutsPositionType valign,
NutsPositionType halign,
NutsSession session)
public int len(String other)
public DefaultTableFormat.RenderedCell appendHorizontally(DefaultTableFormat.RenderedCell other)
public DefaultTableFormat.RenderedCell appendVertically(DefaultTableFormat.RenderedCell other)
public DefaultTableFormat.RenderedCell replaceContent(DefaultTableFormat.RenderedCell other, int row, int col)
public DefaultTableFormat.RenderedCell subCell(int row, int col, int toRow, int toCol)
public DefaultTableFormat.RenderedCell resize(int rows, int columns)
public DefaultTableFormat.RenderedCell copy()
Copyright © 2021 vpc open source initiative. All rights reserved.