Skip navigation links

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

E13403-06


oracle.jdevimpl.audit.core
Class MetricCustomizer

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


public class MetricCustomizer
extends BeanCustomizer

Constructor Summary
MetricCustomizer()
           

 

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

 

Methods inherited from class oracle.jdeveloper.audit.bean.BeanCustomizer
field, items, modifiable, valid

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

MetricCustomizer

public MetricCustomizer()

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

visible

public java.lang.Boolean visible(java.lang.Object bean,
                                 java.lang.String itemName)
Description copied from class: BeanCustomizer
Gets whether a property or property group of the bean should be visible, or null to defer to a superclass customizer. The default BeanCustomizer implementation returns null.
Overrides:
visible 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

type

public java.lang.Class type(java.lang.Object bean,
                            java.lang.String propertyName)
Description copied from class: BeanCustomizer
Gets the type for a property of a bean, or null to defer to a superclass customizer. The type returned must be assignable to the declared type of the property. The default BeanCustomizer implementation returns null.
Overrides:
type in class BeanCustomizer

Skip navigation links

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

E13403-06


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