The advancedSearch region extends UIX's StackLayoutBean. This is a
very complicated layout used for rendering search pages which allow an
end-user to specify a criteria for performing a search.
Metadata for advancedSearch region implementation consists of three parts:
criteriaRow elements. The buttonBar grouping will contain a set of submit beans.
The metadata for criteriaRow shows only two elements - a messageStyledText element for displaying the label, and an input (messageTextInput, messageLovInput, messageChoice) element. Internally, the framework creates a messageChoice bean that gets rendered between the label and the input element. So, the messageStyledText bean, the messageChoice bean, and the input element form a critera row.
The java bean associated with this region is OAAdvancedSearchBean
Metadata for advancedSearch region implementation consists of three parts:
- Static Text
- Criteria Rows
- Button Bar
- staticText
- criteria
- buttonBar.
criteriaRow elements. The buttonBar grouping will contain a set of submit beans.
The metadata for criteriaRow shows only two elements - a messageStyledText element for displaying the label, and an input (messageTextInput, messageLovInput, messageChoice) element. Internally, the framework creates a messageChoice bean that gets rendered between the label and the input element. So, the messageStyledText bean, the messageChoice bean, and the input element form a critera row.
The java bean associated with this region is OAAdvancedSearchBean
No comments:
Post a Comment