|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.audit.bean.BeanCustomizer
oracle.jdevimpl.audit.core.RuleCustomizer
public class RuleCustomizer
| Constructor Summary | |
|---|---|
RuleCustomizer()
|
|
| Method Summary | |
|---|---|
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. |
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 |
|---|
description, modifiable, type, valid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuleCustomizer()
| Method Detail |
|---|
public java.lang.Class getType()
BeanCustomizer
getType in class BeanCustomizer
public java.lang.String[] items(java.lang.Object bean,
java.lang.String groupName)
BeanCustomizerBeanCustomizer implementation returns null.
items in class BeanCustomizerbean - the instance of the bean class being displayedgroupName - the name of a property group, or null for the notional
top level group
public java.lang.Boolean visible(java.lang.Object bean,
java.lang.String itemName)
BeanCustomizerBeanCustomizer
implementation returns null.
visible in class BeanCustomizer
public java.beans.PropertyDescriptor descriptor(java.lang.Object bean,
java.lang.String propertyName)
BeanCustomizerBeanCustomizer implementation
returns null.
descriptor in class BeanCustomizer
public PropertyField field(java.lang.Object bean,
java.lang.String propertyName)
BeanCustomizerPropertyField 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.
field in class BeanCustomizer
public java.lang.String label(java.lang.Object bean,
java.lang.String itemName)
BeanCustomizerBeanCustomizer implementation returns null.
label in class BeanCustomizer
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||