[JDev12.1.2, ADF] How do I order dynamic region by a menu bar?

Hallo,

I saw the video of this useful Shay https://blogs.Oracle.com/Shay/entry/adf_dynamic_regions_switching_just in which succession of dynamic region is managed by creating a "dynamic region link" for each defined workflow to display in the region.

I would order the change of dynamic region by clicking on the menu to a menu bar items.

What is the cleanest to achieve this way? Can I use the scope view bean managed which JDev make me create when I drag the first bounded task flows to create the region? I saw every link that I create is added to the partial triggers in the region...

My page container (in the region) has its own bean support. To manage the region: could I convert the scope of this bean to 'see' and use it? Or is it a good practice creating a bean completely assigned to the management of the region?

Thank you

Federico

Hallo

This ADF: how to restart a taskflow menu is a good example of creating a dynamic region activated by a menu.

Ciao,.

Federico

Tags: Java

Similar Questions

  • How can I change the height of the menu bar to allow my large icons/buttons maintain their size?

    I've recently updated to FF31 FF28. Totally different user interface, I get that. I waited to update until I psych myself to try something different. I have the default theme Australis and Noia Fox Theme, which is designed with the larger icons/buttons for those with Visual needs. On my screen at this moment, I have the title bar, menu bar, tab bar and toolbar url/addon with the menu "Burger" on the right. I placed icons in the bar of menus, kept the House icon in the bar of the addon, and then there are the default icons in the menu popup. When I activate the Noia Fox Theme, look great icons in the addon/url bar, even in the popup menu; clear, large, easy to see. However, the icons in the menu bar (not the menu popup) are less than half their size origin/destination. So I'm going to default Australis theme, reboot and same problem, but not quite as dramatic as the default theme is smaller at first.

    My thought then, is that there is a setting in the menu bar which resizes the icons/buttons for a small default size. This setting can be changed to allow icons to keep their size original (or near it) and if so, how? I like the location of the menu bar on my screen, underneath the title bar above the tabs bar. Works very well with the new Fox only better addon that attaches to the tab bar and mask the url bar, a 'new' for me and I love him. I know that I can get the CTR with an additional bar and I tried that. The question, then, is that the extra bar appears below the tab bar and that it is not moveable to above the bar below the title bar and tabs.

    For the moment, I have just the two themes, security addons added and The Fox but better. I haven't added any other addons of appearance again in order to minimize potential conflicts/problems. I have not tinkered with internal FF by default not to follow the other parameters to tell me (I think that's what I did). To the best of my knowledge limited, I kept the changes and customizations to a minimum. And Yes, by your feature of conjecture to posted questions, I'm under Win 8.1 and 31 FF.

    I think I've offered sufficient detail so that others may try to reproduce the problem. Otherwise, let me know and I'll try to answer as soon as I can. Thank you very much for any help offered.

    ~ wkothlow

    You can also try code like this that I posted before on icons placed on the menu bar:

    #toolbar-menubar > toolbarbutton > .toolbarbutton-icon {
      height:24px!important; width:24px!important; margin:-3px!important;
    }
  • How to get rid of the superdrive in menu bar?

    How to get rid of the superdrive in menu bar?

    Hold down the command key and drag it off the menu.

  • My Update Manager disappeared. How can I get that back in the menu bar. MAC.

    My Update Manager disappeared. How can I get that back in the menu bar. MAC.

    Hello

    Please click on Finder and go to Applications and search Adobe Creative Cloud and launch the application thereof.

    * You should restart your computer and launch the app from creative cloud.

    Let us know if that helps.

    Kind regards

    Bani

  • How can I keep the permanently visible Safari menu bar?

    How can I keep visible Safari menu bar so it does not close when I use it?

    Uncheck the box:

    Do not use the full-screen application.

  • How can I move my favorites in the menu bar of the bookmarks toolbar?

    Once I upgraded my firefox to version 6, all my favorites that were previously in my bookmarks bar are now in the menu bar and the bookmarks bar appears just with no button. How can I move back to their own bar bookmarks? I would like to hide the menu bar.

    Thank you.

    Make sure the bookmarks toolbar is visible and "Bookmarks Toolbar items" are always placed on the bookmarks toolbar.

    If the menu bar is hidden, then press F10, or press and hold the ALT key, which should make the "menu bar" appear.

    Make sure the toolbars like the toolbar 'Navigation' and the 'personal bar' are visible: "view > toolbars".

    • Open the Customize via "view > toolbars > customize" or "Firefox > Options > toolbars" and check the "Bookmarks Toolbar items" are on the personal bar
    • If the "Bookmarks Toolbar items" is not on the bookmarks toolbar, then FRY it in the toolbar palette in the window the bookmarks toolbar Customize
    • If you do not see the "Bookmarks Toolbar items" or other items which do not appear in the palette of the toolbar or a toolbar, then click on the button "Restore Default Set"
  • How to restore the drop down from the menu bar at the top that contains bookmarks?

    I tried to remove the Yahoo toolbar, when I turned off accidentally unrolling of the menu bar at the top that contains bookmarks. How to restore the menu drop-down?

    Is s.o.

    In addition, what happened to the file, edit and view menus? if you want to have the menu bar displayed normally.

  • How to see the permanently in the iTunes menu bar 12.3?

    cannot find out how to permanently display the menu bar in iTunes. help please...

    Thank you!

    Make sure that you're not displaying mode iTunes full screen.

    If you are in full screen view, exit by pointing the cursor near the top left corner by pressing the green round button (that you used to enter full screen mode).

  • How to reinstall the 2007 Microsoft Office Excel menu bar

    I accidentally deleted the menu bar of Microsoft Office Excel 2007, how can I reinstall it

    Excel:

     

    http://answers.Microsoft.com/en-us/Office/default.aspx

    Office at the above link forums

    http://answers.Microsoft.com/en-us/Office/ee861099.aspx

    Forums help Excel at the link above

    They will help you with your questions Excel when repost you in the Office Forums above.

    See you soon.

    Mick Murphy - Microsoft partner

  • How to publish contextual dynamic region event

    Hi Experts, please help.

    Scenario:

    I have a page saying the Page A.
    I have two stubborn workflow, say HeaderTF and LinesTF.
    HeaderTF is placed as a static region in page A and LinesTF is a dynamic region in A page.
    LinesTF has a table with the column Amount.
    HeaderTF has a text field that contains the total of the column amount.

    Requirement:

    When the user adds new lines or changes existing lines or deletes the lines in LinesTF, it suits to update total field in HeaderTF.

    On the evolution of the value of the sum in lines, I'm calculating and updating the total attribute of header VO all share same DC.
    but the value is non-reflecting because partial triggers can be maintained for the total field.

    So I use contextual events.

    I created a contextual events for the amount field, delete button and table as well (in LinesTF).
    and I created method handler AM that calculates the total and dragged like a text field in HeaderTF.
    Now when I try to subscribe to pageA pagedef, I am able to find the manager who is created in HeaderTF but could not find any contextual event in event lov.

    Question:
    1 is. my approach correct?
    2 cant publish us contextual events of dynamic regions?
    3. is there another way to do this?

    I wasn't refreshing HeaderTF passing the entry params because I don't want the whole region to be updated.

    Try to create the mapping of events - please see "How to Create Contextual events manually 28.7.2" in Guide of Dev http://download.oracle.com/docs/cd/E15523_01/web.1111/b31974/web_adv.htm#CACJBFGI

  • How I rename an item in the main menu bar ('file', 'Edit'...)? With userChrome.css, I changed the 'content', but the 'label' wrote then.

    I'm changing the name of the main "bookmarks" menu item
    Regarding submenu items, I managed to change their 'content' via userChrome.css.
    But setting a name different in a "content" of the bookmarksMenu in this way only leads to show the new name of the menu with its next "bookmarks" label.
    How can I change the tag or remove its display?

    You cannot change the name of a menu via the code item in userChrome.css because you can use this file to make CSS changes and do not change the attributes.

    If you use a content property {content: "new label"} then you add only the text before or after existing text if you want that button would you like to work.

    You create a simple extension to make such a change or possibly use the extension userchromeJS.

  • My Norton toolbar became deleted somehow. I need it for my Norton Internet security function Auto Fill will work. How can I get that back in the menu bar?

    My Firefox browser page to have a Norton Safe Search Bar within the toolbar area. He must be active on this subject otherwise the function AutoComplete passwords for sites Web I visit - who have need of my username AND password - is not populated automatically by the software Norton Internet Security 2011 that I have on my computer.
    My Question: HOW to make this search bar of Norton on my Firefox browser Page?

    I use Norton 360 institutions and would allow the two Add-ons of Norton (see below) when I upgraded to Firefox 8.0:

    • Norton Toolbar 2011.7.3.6; and
    • Symantec IPS 3.2.

    In your case, since you have used before, add-ons can still be installed, you should just allow them, as if I had to do. 8.0 Firefox automatically disables modules.

    To see if the modules above are still installed, you can:

    • go to \Firefox\Add-ons;
    • Click Extensions;

    .. .and you should find them there. If this isn't the case, you need to install. You can use the links that Daniel and the-edmeister provided above.

  • How to apply the substitution effect to 1 Menu bar boxes?

    Hi people, I searched and found this issue but no real answer - can be done?

    Can I apply the rollover effect applied to the navigation bar on my site here: http://www.arrowmark.co.nz/web4/index.html for the buttons on a navigation bar on Spry? If so, anyone would be kind enough to tell me how?

    Alternatively, it is easy to add drop down menus to my existing navigation bar?

    Thanks in advance,

    JO

    BoppyW wrote:

    However, I notice that when clicking on or hovering over Feedback, it causes the first line of the page text to drop down. How can I treat it?

    You must include a border white background on the anchor tag (see below), as I said in my previous post. If its White, it's the same color as your page background so that you do not see. That will eliminate the jumping.

    UL. MenuBarHorizontal a
    {
    display: block;
    cursor: pointer;
    background-color: #FFC;
    Padding: 0.5em 0.75em;
    color: #865f36;
    text-decoration: none;
    border-bottom: 5px solid #fff;
    }

  • How can I determine the width of a menu bar

    Several years ago, I had suggested a CVI function to determine the width of a bar menu (in pixels), so that the minimum width of a panel could be calculated more easily - now for the new year I would like to repeat this wish as it seems that this possibility is still missing...

    Best wishes for 2009,

    Wolfgang

    Hi Wolfgang,.

    It's a good suggestion. I'm sorry that we have not acted on it so far. We'll add an attribute that will perform this task in the next version of the CVI.

    Thank you

    Luis

  • How to hide the default windows inherit from menu bar

    Dear all,

    I use the application oracle 10g with windows server 2003 server. Oracle database 11g.

    Whenever I am access the application from the client machine via browser, I get the windows inherit from the menu bar at the top of the workspace of the form.
    I want to hide this menu bar by default to display the users of the application.


    Help, please.

    Thank you in advance...

    go to the properties of the module (form) and remove the menu inherit which is written as a default.
    By doing this, you won't find any inherit menu under the running form.

Maybe you are looking for

  • Facebook will not load, but other sites work fine!

    Hi guys I have a problem, and I am very sad Facebook page does not load, but other sites work fine! Only FACEBOOK. I deleted history/empty caches/delete all site data / but nothing. I reinstall El Capitan 10.11.6 updating still nothing. I deleted the

  • Failures of Time machine

    I had failures where time machine has failed to create a backup.  I was able to work around the problem by rebooting my mac.  After I do it, I select the time machine icon on the line top of the machine and do a 'back up now '.  Then it's successful.

  • Cannot create a third partition of BOOTCAMP

    Hi guys, I have tried to install a windows 7 with BOOTCAMP for the last few days, but nothing has worked so far, here is a list of the methods I've tried: -BOOTCAMP-> -Disk Utility: tried to create a new partition of the data partition with all sorts

  • RESTORATION OF FULL SCREEN

    When I open certain programs I need to RESTORE to the TOP to get the full screen.  Is there a function I have to CLICK enable full screens.  Only some of the screens I opened (ie., IE) needs to full screen.

  • motion of excessive hour glass; slow internet access

    After Dec 2013 Patch Tuesday, I got annoying cursor activity in Firefox26.0, thunderbird and even a low rated at firefox25.  This Windows 7 after Service Pack 1.  I searched on the net without success.  However, this does not happen with Chrome.  I w