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 AssistCustomizer

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


public class AssistCustomizer
extends BeanCustomizer

Constructor Summary
AssistCustomizer()
           

 

Method Summary
 java.lang.Class getType()
          The type which this customizer customizes.
 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, label, modifiable, type, valid

 

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

 

Constructor Detail

AssistCustomizer

public AssistCustomizer()

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

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.