public interface TreeTableNodeFormat
| Modifier and Type | Method and Description |
|---|---|
TreeTableNodeFormat |
clone() |
AttributedString |
createAttributedString(String text,
Object value) |
Color |
getBackground() |
Boolean |
getBold() |
xyz.cofe.collection.Convertor<Object,String> |
getConvertor() |
String |
getFontFamily() |
Float |
getFontSize() |
Color |
getForeground() |
List<Icon> |
getIcons() |
Integer |
getIconWidthMin() |
Boolean |
getItalic() |
Float |
getWeight() |
void |
merge(TreeTableNodeFormat fmt) |
void |
setBackground(Color background) |
void |
setBold(Boolean bold) |
void |
setConvertor(xyz.cofe.collection.Convertor<Object,String> convertor) |
void |
setFontFamily(String fontFamily) |
void |
setFontSize(Float fontSize) |
void |
setForeground(Color foreground) |
void |
setIcons(List<Icon> icons) |
void |
setIconWidthMin(Integer iconWidthMin) |
void |
setItalic(Boolean italic) |
void |
setWeight(Float weight) |
Color getBackground()
void setBackground(Color background)
Color getForeground()
void setForeground(Color foreground)
String getFontFamily()
void setFontFamily(String fontFamily)
Float getFontSize()
void setFontSize(Float fontSize)
Boolean getItalic()
void setItalic(Boolean italic)
Boolean getBold()
void setBold(Boolean bold)
Float getWeight()
void setWeight(Float weight)
Integer getIconWidthMin()
void setIconWidthMin(Integer iconWidthMin)
AttributedString createAttributedString(String text, Object value)
TreeTableNodeFormat clone()
void merge(TreeTableNodeFormat fmt)
Copyright © 2017. All rights reserved.