|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jdeveloper.audit.bean.BeanCustomizer
oracle.jdevimpl.audit.core.RuleCustomizer
public class RuleCustomizer
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 |
---|
public RuleCustomizer()
Method Detail |
---|
public java.lang.Class getType()
BeanCustomizer
getType
in class BeanCustomizer
public java.lang.Boolean visible(java.lang.Object bean, java.lang.String itemName)
BeanCustomizer
BeanCustomizer
implementation returns null.visible
in class BeanCustomizer
public PropertyField field(java.lang.Object bean, java.lang.String propertyName)
BeanCustomizer
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.field
in class BeanCustomizer
public java.lang.String label(java.lang.Object bean, java.lang.String itemName)
BeanCustomizer
BeanCustomizer
implementation returns null.label
in class BeanCustomizer
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |