Select Libraries and Classpath from the left panel and click Add Library. In the Add Library dialog box, select Oracle Rules Editor Component and click

25-22 Oracle Fusion Middleware Developers Guide for Oracle SOA Suite dtColumnPageSize java.lang. Integer no 5 yes Specifies the number of columns to be displayed at a time in a decision table. This works only when rules are columnar. dtHeight java.lang. Integer no 16 yes Number of rows to be displayed at a time in the decision table. A scroll bar is displayed if the number of rows increases over the specified height. genericAction java.lang. Boolean no true yes If true, the Rules Editor component renders the user interface for displaying the THEN part, which is Actions. If false, then the actionDisplay facet must be passed to the Rules Editor component. The facet must contain the user-defined user interface. The facet has access to the ActionModel. genericPattern java.lang. Boolean no true yes If true, the Rules Editor component renders the user interface for displaying the IF part, which is Conditions and Patterns in Advanced Mode. If false, then the patternDisplay facet must be passed to the Rules Editor component. The facet must contain the user-defined user interface. The facet has access to the RuleModel and SimpleTestModel. groupingSeparator java.lang. Character no Based on Locale yes Specifies the grouping separators. This is used in Number Formatting. If specified, this attribute overrides the grouping separator based on locale. Table 25–2 Cont. Supported Attributes of the Rules Editor Component Name Type Required Default Value Supports EL? Description Using Declarative Components and Task Flows 25-23 locale java.util. Locale no Locale.get Default yes Used for Localization ruleModel java.lang. String no oracle. bpel.rules dc.model. impl. RuleModel yes Used to customize the default RuleModel. You can extend the RuleModel class to override certain methods. rulesetModel oracle.bpel. rulesdc.model. interfaces. RuleSetInterface yes - Only EL Wrapper around the Rules SDK ruleset object.You can use the RuleSetModel object supplied as part of the Rules Editor Component jar file adflibRulesDC.jar. rulesPageSize java.lang. Integer no 5 yes Specifies the number of rules to be displayed in a page. It is used in IFTHEN rules pagination. | showDTButtons java.lang. Boolean no true yes Displays the Add and Delete Decision Table links by default. You can choose to hide this by setting this to false. showValidationPanel java.lang. Boolean no true yes Displays the validation panel by default. You can choose to hide this by setting this to false. simpleTestModel java.lang. String no oracle. bpel.rules dc.model. impl. SimpleTest Model yes Used to customize the default SimpleTestModel. You can extend the SimpleTestModel class to override certain methods. timeStyle java.lang. String no Gets from the locale yes If specified, the time style is used in all inputDate components, for example HH:mm:ss. timezone java.util. TimeZone no TimeZone. getDefault yes Used for Localization Table 25–2 Cont. Supported Attributes of the Rules Editor Component Name Type Required Default Value Supports EL? Description