public class Cell<T> extends Object
Modifier and Type | Method and Description |
---|---|
Table.Alignment |
getAlignment() |
int |
getMaxWidth() |
int |
getMinWidth() |
T |
getValue() |
boolean |
isStrong() |
String |
render() |
protected String |
render(T value) |
Cell<?> |
setAlignment(Table.Alignment alignment) |
Cell<?> |
setMaxWidth(int maxWidth) |
Cell<?> |
setMinWidth(int minWidth) |
Cell<?> |
setStrong(boolean strong) |
void |
setValue(T value) |
public Cell(T value)
public boolean isStrong()
public Cell<?> setStrong(boolean strong)
public Table.Alignment getAlignment()
public Cell<?> setAlignment(Table.Alignment alignment)
public T getValue()
public void setValue(T value)
public String render()
public Cell<?> setMaxWidth(int maxWidth)
public int getMaxWidth()
public Cell<?> setMinWidth(int minWidth)
public int getMinWidth()
Copyright © 2024. All rights reserved.