| Modifier and Type | Method and Description |
|---|---|
TreeTableNodeFormat |
NotifyDock.getDateFormat() |
| Modifier and Type | Field and Description |
|---|---|
protected Func1<TreeTableNodeFormat,NamedCollection> |
NamedCollectionObPlugin.namedCollectionFormatter |
| Modifier and Type | Method and Description |
|---|---|
ClassMap<Func1<TreeTableNodeFormat,Object>> |
BaseObjectBrowser.getFormatMap() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
BaseObjectBrowser.format(Class<T> type,
TreeTableNodeFormat fmt) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
BaseObjectBrowser.format(Class<T> type,
Func1<TreeTableNodeFormat,T> fmtfn) |
Context<T> |
Context.format(Func1<TreeTableNodeFormat,T> fmtfn)
Указывает функцию форматириования
|
Context<T> |
ContextBuilder.format(Func1<TreeTableNodeFormat,T> fmtfn) |
| Modifier and Type | Field and Description |
|---|---|
protected Func1<TreeTableNodeFormat,DbCatalog> |
JdbcContext.catalogFormat |
protected ClassMap<Func1<TreeTableNodeFormat,Object>> |
JdbcContext.formats |
protected Func1<TreeTableNodeFormat,NamedCollection> |
JdbcContext.namedCollectionFormatter |
protected Func1<TreeTableNodeFormat,DbSchema> |
JdbcContext.schemaFormat |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
JdbcContext.format(Class<T> cls,
Func1<TreeTableNodeFormat,T> fmtfn) |
| Modifier and Type | Field and Description |
|---|---|
protected TreeTableNodeFormat |
LogHandlerPanel.rootLoggerFormat |
| Modifier and Type | Field and Description |
|---|---|
protected TreeTableNodeFormat |
PropertySheet.nullValueFormat |
| Modifier and Type | Method and Description |
|---|---|
TreeTableNodeFormat |
PropertySheet.getNullValueFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertySheet.setNullValueFormat(TreeTableNodeFormat nullValueFormat) |
| Modifier and Type | Method and Description |
|---|---|
TreeTableNodeFormat |
ColorFormatter.getTreeTableNodeFormatOf(Object value) |
TreeTableNodeFormat |
BooleanFormatter.getTreeTableNodeFormatOf(Object value) |
| Modifier and Type | Field and Description |
|---|---|
protected TreeTableNodeFormat |
PropertyTable.nullValueFormat |
protected TreeTableNodeFormat |
PropertyColumn.nullValueFormat |
| Modifier and Type | Field and Description |
|---|---|
protected ClassMap<Func2<TreeTableNodeFormat,Object,Object>> |
PropertyColumn.valueFormat
valueFormat : ClassMap<Форматирование, Объект, Узел> - функция:
fn ( Объект, Узел ) => Форматирование объекта. |
| Modifier and Type | Method and Description |
|---|---|
TreeTableNodeFormat |
PropertyTable.getNullValueFormat() |
TreeTableNodeFormat |
PropertyColumn.getNullValueFormat() |
| Modifier and Type | Method and Description |
|---|---|
ClassMap<Func2<TreeTableNodeFormat,Object,Object>> |
PropertyColumn.getValueFormat()
Форматирование ClassMap<Форматирование, Объект, Узел> - функция:
fn ( Объект, Узел ) => Форматирование объекта. |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyTable.setNullValueFormat(TreeTableNodeFormat nullValueFormat) |
void |
PropertyColumn.setNullValueFormat(TreeTableNodeFormat nullValueFormat) |
| Modifier and Type | Method and Description |
|---|---|
<T> PropertyColumn |
PropertyColumn.addValueFormat(Class<T> cls,
Func1<TreeTableNodeFormat,T> reader)
Указывает форматирование для указанных типов
|
<T> PropertyColumn |
PropertyColumn.addValueFormat(Class<T> cls,
Func2<TreeTableNodeFormat,Object,T> reader)
Указывает форматирование для указанных типов
|
| Modifier and Type | Class and Description |
|---|---|
class |
TreeTableNodeFormatBasic
Настройки формаитрования узла
|
| Modifier and Type | Field and Description |
|---|---|
protected TreeTableNodeFormat |
FormattedValue.format |
protected TreeTableNodeFormat |
TreeTableNodeValue.format |
| Modifier and Type | Field and Description |
|---|---|
protected ClassMap<Func1<TreeTableNodeFormat,Object>> |
TreeTableHelper.NodesConf.formats |
protected ClassMap<Func2<TreeTableNodeFormat,Object,TreeTableNode>> |
TreeTableNodeValueColumn.valueFormat
valueFormat : ClassMap<Форматирование, Объект, Узел> - функция:
fn ( Объект, Узел ) => Форматирование объекта. |
| Modifier and Type | Method and Description |
|---|---|
TreeTableNodeFormat |
TreeTableNodeFormat.clone() |
TreeTableNodeFormat |
FormattedValue.getFormat() |
TreeTableNodeFormat |
TreeTableNodeValue.getFormat() |
TreeTableNodeFormat |
TreeTableNodeGetFormat.getTreeTableNodeFormat()
Возвращает настройки форматирования узла
|
TreeTableNodeFormat |
FormattedValue.getTreeTableNodeFormat() |
TreeTableNodeFormat |
TreeTableNodeBasic.getTreeTableNodeFormat() |
TreeTableNodeFormat |
TreeTableNodeGetFormatOf.getTreeTableNodeFormatOf(Object value)
Возвращает настройки форматирования узла
|
| Modifier and Type | Method and Description |
|---|---|
ClassMap<Func2<TreeTableNodeFormat,Object,TreeTableNode>> |
TreeTableNodeValueColumn.getValueFormat()
Форматирование ClassMap<Форматирование, Объект, Узел> - функция:
fn ( Объект, Узел ) => Форматирование объекта. |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeTableNodeFormat.merge(TreeTableNodeFormat fmt) |
void |
TreeTableNodeFormatBasic.merge(TreeTableNodeFormat fmt) |
void |
FormattedValue.setFormat(TreeTableNodeFormat format) |
void |
TreeTableNodeValue.setFormat(TreeTableNodeFormat format) |
| Modifier and Type | Method and Description |
|---|---|
<T> TreeTableNodeValueColumn |
TreeTableNodeValueColumn.addValueFormat(Class<T> cls,
Func1<TreeTableNodeFormat,T> reader)
Указывает форматирование для указанных типов
|
<T> TreeTableNodeValueColumn |
TreeTableNodeValueColumn.addValueFormat(Class<T> cls,
Func2<TreeTableNodeFormat,T,TreeTableNode> reader)
Указывает форматирование для указанных типов
|
<T> TreeTableHelper.DataColumnConf |
TreeTableHelper.DataColumnConf.format(Class<T> cls,
Func1<TreeTableNodeFormat,T> valueFormat) |
<T> TreeTableHelper.DataColumnConf |
TreeTableHelper.DataColumnConf.format(Class<T> cls,
Func2<TreeTableNodeFormat,T,TreeTableNode> valueFormat) |
TreeTableHelper.NodeColumnConf<T> |
TreeTableHelper.NodeColumnConf.format(Func2<TreeTableNodeFormat,T,TreeTableNode> valueFormat) |
| Constructor and Description |
|---|
FormattedValue(Object val,
TreeTableNodeFormat fmt) |
Copyright © 2018. All rights reserved.