public class ExtensionBeanCustomizer extends BeanCustomizer
Constructor and Description |
---|
ExtensionBeanCustomizer() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description(java.lang.Object bean,
java.lang.String itemName)
Gets the localized description for a property or property group of a bean,
or null to defer to a superclass customizer.
|
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.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.
|
descriptor, field, items, modifiable, type, valid
public java.lang.Class getType()
BeanCustomizer
getType
in class BeanCustomizer
public java.lang.Boolean visible(java.lang.Object bean, java.lang.String itemName)
BeanCustomizer
BeanCustomizer
implementation returns null.visible
in class BeanCustomizer
public java.lang.String label(java.lang.Object bean, java.lang.String itemName)
BeanCustomizer
BeanCustomizer
implementation returns null.label
in class BeanCustomizer
public java.lang.String description(java.lang.Object bean, java.lang.String itemName)
BeanCustomizer
BeanCustomizer
implementation returns null.description
in class BeanCustomizer