public class FormattedValue extends Object implements TreeTableNodeGetFormat
| Modifier and Type | Field and Description |
|---|---|
protected TreeTableNodeFormat |
format |
protected Object |
value |
| Constructor and Description |
|---|
FormattedValue() |
FormattedValue(Object val) |
FormattedValue(Object val,
TreeTableNodeFormat fmt) |
| Modifier and Type | Method and Description |
|---|---|
TreeTableNodeFormat |
getFormat() |
TreeTableNodeFormat |
getTreeTableNodeFormat()
Возвращает настройки форматирования узла
|
Object |
getValue() |
void |
setFormat(TreeTableNodeFormat format) |
void |
setValue(Object value) |
protected TreeTableNodeFormat format
protected Object value
public FormattedValue()
public FormattedValue(Object val)
public FormattedValue(Object val, TreeTableNodeFormat fmt)
public TreeTableNodeFormat getFormat()
public void setFormat(TreeTableNodeFormat format)
public TreeTableNodeFormat getTreeTableNodeFormat()
TreeTableNodeGetFormatgetTreeTableNodeFormat in interface TreeTableNodeGetFormatpublic Object getValue()
public void setValue(Object value)
Copyright © 2018. All rights reserved.