public interface LabelProviderBuilder<R>
| Modifier and Type | Method and Description |
|---|---|
void |
addCalculatedColumn(org.apache.commons.collections15.Transformer<R,?> transformer)
Deprecated.
should use
addPropertyMappedColumn(String, Transformer) |
void |
addPropertyMappedColumn(String propertyName) |
<P> void |
addPropertyMappedColumn(String propertyName,
org.apache.commons.collections15.Transformer<P,String> transformer) |
void |
observeBackgoundColumn(String propertyName,
org.apache.commons.collections15.Transformer<?,?> transformer) |
void |
observeForegroundColumn(String propertyName,
org.apache.commons.collections15.Transformer<?,?> transformer) |
void addPropertyMappedColumn(String propertyName)
<P> void addPropertyMappedColumn(String propertyName, org.apache.commons.collections15.Transformer<P,String> transformer)
void addCalculatedColumn(org.apache.commons.collections15.Transformer<R,?> transformer)
addPropertyMappedColumn(String, Transformer)void observeBackgoundColumn(String propertyName, org.apache.commons.collections15.Transformer<?,?> transformer)
void observeForegroundColumn(String propertyName, org.apache.commons.collections15.Transformer<?,?> transformer)
Copyright © 2015 Uqbar Project. All rights reserved.