Tuesday, October 24, 2017

button Item Style in Oracle OAF

  • A button item style creates a push button, which allows the user to trigger some action in response to a click. 
  • The button fires an "onclick" event when it is activated. Buttons will not render any child nodes.
      The java bean associated with this Item Style is: OAButtonBean

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...