Skip navigation links

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

E13403-10


oracle.jdeveloper.offlinedb.userprops
Interface UserPropertyDisplayManager.Filter

Enclosing class:
UserPropertyDisplayManager

public static interface UserPropertyDisplayManager.Filter

Provide one or more implementations of this interface to control which UDPs are displayed. The implementations should be registered using UserPropertyDisplayManager.addDisplayFilter(oracle.jdeveloper.offlinedb.userprops.UserPropertyDisplayManager.Filter), and can be removed with UserPropertyDisplayManager.removeDisplayFilter(oracle.jdeveloper.offlinedb.userprops.UserPropertyDisplayManager.Filter).


Method Summary
 boolean filter(DBObjectProvider pro, DBObject object, java.lang.String propName)
          Used to control whether the User Defined Property of the given name should be displayed for the given object.

 

Method Detail

filter

boolean filter(DBObjectProvider pro,
               DBObject object,
               java.lang.String propName)
Used to control whether the User Defined Property of the given name should be displayed for the given object.
Parameters:
pro - The DBObjectProvider
object - The DBObject that the User Defined Property is for
propName - The name of the User Defined Property
Returns:
true if the User Defined Property of the given name should not be displayed for the given object, false otherwise.

Skip navigation links

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

E13403-10


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