Tuesday, October 24, 2017

list Item Style in Oracle OAF

  • The list item style creates a control which allows the user to select one or more values from a list of items. 
  • The list control contains any number of option elements, each of which represents an available option that the user may select.
     The java bean associated with this Item Style is: OAListBean

No comments:

Post a Comment

Query to get the Concurrent Program along with Value Set details

SELECT fcpl1.user_concurrent_program_name       ,fdfcuv.end_user_column_name       ,ffvs.flex_value_set_name value_set_name       ,ffvt.appl...