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

E13403-04

oracle.jdevimpl.audit.core
Class RuleCustomizer

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

public class RuleCustomizer
extends BeanCustomizer


Constructor Summary
RuleCustomizer()
           
 
Method Summary
 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 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.
 
Methods inherited from class oracle.jdeveloper.audit.bean.BeanCustomizer
items, modifiable, type, valid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleCustomizer

public RuleCustomizer()
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

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

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

E13403-04

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