public class SlimCell extends Object implements CellWrapper<String>
| Modifier and Type | Method and Description |
|---|---|
void |
addToBody(String string)
appends to the current cell body.
|
String |
body() |
void |
body(String string) |
String |
getWrapped() |
String |
text() |
public SlimCell(String c)
c - the content.public String text()
text in interface CellWrapper<String>public void body(String string)
body in interface CellWrapper<String>string - the body of the cell to set.public String body()
body in interface CellWrapper<String>public void addToBody(String string)
CellWrapperaddToBody in interface CellWrapper<String>string - the string to append.public String getWrapped()
getWrapped in interface CellWrapper<String>Copyright © 2017 smartrics. All rights reserved.