Oracle Open World Call for Proposals

Want to present your innovations and great achievements on Oracle ADF or Java in Oracle Open World 2013? Check this out https://blogs.oracle.com/oracleopenworld/entry/oracle_openworld_call_for_proposals

Comments

  1. Jobinesh,

    Can you let me know is there any alternative other than using RowDisclosureEvents getAddedSet and getRemovedSet, to know about the row expanded or collapsed in the tree table. Usually we use to have DisclosureEvent's isExpanded, but the RowDisclosireEvent does not have any methods like the above one, so we are using the getAddedSet and getRemovedSet. Please let me know your inputs. Thanks.

    ReplyDelete
  2. Jobinesh, Sorry to bump you again. I think i will check new PS6 for this type of requirement, please let me know if you have any alternate approach or can we raise a SR for this.

    Thanks.
    NR

    ReplyDelete
  3. I don't think there exits any such methods on RowDisclosureEvent. The RowDisclosureEvent has an AddedSet and a RemovedSet. These sets contain the row keys for the newly expanded and collapsed nodes.
    Normally you would iterate through these sets in your RowDisclosureEvent
    listener and perform any application logic.

    ReplyDelete

Post a Comment