Databases Reference
In-Depth Information
For more informaion, go to the following links:
http://docs.oracle.com/cd/E35521_01/web.111230/e16182/
bcentities.htm#CEGCJFDA
http://docs.oracle.com/cd/E35521_01/web.111230/e16182/
bcentities.htm#autoId119
Custom properties
Add custom properies for the enity object to retrieve and set some property at runime.
For example, if you would like to change the value of a toolip at runime for a paricular
atribute, let's say DeptNo in DeptEO.xml , you will add a custom property and retrieve
the property using the following snippet in your custom EntityImpl class file:
AttributeDefImpl attr =
getEntityDef().getAttributeDefImpl("Dept");
attr.setProperty("tooltip", "Simple value");
attr.getProperty("tooltip");
The following screenshot shows the Custom Properies page:
Property sets
Property sets are a grouped collecion of properies and references used to difereniate
from other business components. You can store properies, error messages, tool ips, control
hints, and others in a property set, and make it translatable using the resource bundle.
 
Search WWH ::




Custom Search