Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.jdevimpl.audit.core
Class ExtensionBeanCustomizer

java.lang.Object
  extended by oracle.jdeveloper.audit.bean.BeanCustomizer
      extended by oracle.jdevimpl.audit.core.ExtensionBeanCustomizer

public class ExtensionBeanCustomizer
extends BeanCustomizer


Constructor Summary
ExtensionBeanCustomizer()
           
 
Method Summary
 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.beans.PropertyDescriptor descriptor(java.lang.Object bean, java.lang.String propertyName)
          Gets the descriptor for a property of a bean, or null to defer to a superclass customizer.
 PropertyField field(java.lang.Object bean, java.lang.String propertyName)
          Gets the PropertyField which should be used to display a property of a bean, or null to defer to a superclass customizer.
 java.lang.Class getType()
          The type which this customizer customizes.
 java.lang.String[] items(java.lang.Object bean, java.lang.String groupName)
          Gets an array of property and property group names for the properties of a bean, in display order, or null to defer to a superclass customizer.
 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.
 
Methods inherited from class oracle.jdeveloper.audit.bean.BeanCustomizer
modifiable, type, valid, visible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionBeanCustomizer

public ExtensionBeanCustomizer()
Method Detail

getType

public java.lang.Class getType()
Description copied from class: BeanCustomizer
The type which this customizer customizes.

Specified by:
getType in class BeanCustomizer

items

public java.lang.String[] items(java.lang.Object bean,
                                java.lang.String groupName)
Description copied from class: BeanCustomizer
Gets an array of property and property group names for the properties of a bean, in display order, or null to defer to a superclass customizer. The default BeanCustomizer implementation returns null.

Overrides:
items in class BeanCustomizer
Parameters:
bean - the instance of the bean class being displayed
groupName - the name of a property group, or null for the notional top level group
Returns:
an array of Strings, one of which can be "*" to indicate the position of properties not named, or null to indicate default ordering.

descriptor

public java.beans.PropertyDescriptor descriptor(java.lang.Object bean,
                                                java.lang.String propertyName)
Description copied from class: BeanCustomizer
Gets the descriptor for a property of a bean, or null to defer to a superclass customizer. The default BeanCustomizer implementation returns null.

Overrides:
descriptor in class BeanCustomizer

field

public PropertyField field(java.lang.Object bean,
                           java.lang.String propertyName)
Description copied from class: BeanCustomizer
Gets the PropertyField which should be used to display a property of a bean, or null to defer to a superclass customizer. The default BeanCustomizer implementation returns null.

Overrides:
field in class BeanCustomizer
Returns:
a configured field instance, or null to use the default field for the property type.

label

public java.lang.String label(java.lang.Object bean,
                              java.lang.String itemName)
Description copied from class: BeanCustomizer
Gets the localized label for a property or property group of a bean, or null to defer to a superclass customizer. The default BeanCustomizer implementation returns null.

Overrides:
label in class BeanCustomizer

description

public java.lang.String description(java.lang.Object bean,
                                    java.lang.String itemName)
Description copied from class: BeanCustomizer
Gets the localized description for a property or property group of a bean, or null to defer to a superclass customizer. The default BeanCustomizer implementation returns null.

Overrides:
description in class BeanCustomizer

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.