public class MetricCustomizer extends BeanCustomizer
| Constructor and Description | 
|---|
MetricCustomizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class | 
getType()
The type which this customizer customizes. 
 | 
java.lang.String | 
label(java.lang.Object bean, java.lang.String itemName)
Gets the localized label for a property or property group of a bean, or null to defer to a superclass customizer. 
 | 
java.lang.Class | 
type(java.lang.Object bean, java.lang.String propertyName)
Gets the type for a property of a bean, or null to defer to a superclass customizer. 
 | 
java.lang.Boolean | 
visible(java.lang.Object bean, java.lang.String itemName)
Gets whether a property or property group of the bean should be visible, or null to defer to a superclass customizer. 
 | 
description, descriptor, field, items, modifiable, validpublic java.lang.Class getType()
BeanCustomizergetType in class BeanCustomizer
public java.lang.Boolean visible(java.lang.Object bean,
                        java.lang.String itemName)
BeanCustomizerBeanCustomizer implementation returns null.visible in class BeanCustomizer
public java.lang.String label(java.lang.Object bean,
                     java.lang.String itemName)
BeanCustomizerBeanCustomizer implementation returns null.label in class BeanCustomizer
public java.lang.Class type(java.lang.Object bean,
                   java.lang.String propertyName)
BeanCustomizerBeanCustomizer implementation returns null.type in class BeanCustomizer