Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


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.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.

 

Methods inherited from class oracle.jdeveloper.audit.bean.BeanCustomizer
field, items, 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

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


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