ADF - tab - navigation

I have a quick question.

Having a page divided vertically up and down.

I have 2 tabs on top - panel tabs (read single tree list VO1 and VO2)
I have 2 tabs at the bottom corresponding to the tabs at the top of the page. (form of Panel for VO1 and VO2)

How can I do
low tab2 displays when you click on tab2 top and vice versa.


Thank you

You can do similarly by setting the communication tab total based on the earpiece of disclosure, as follows:

Sample.JSPX:



xmlns:af = "http://xmlns.oracle.com/adf/faces/rich" >



**
**
*
* disclosureListener = "#{SampleBean.onUpperShowDetailItem1Disclosed}" *.
* Binding = "#{SampleBean.upperShowDetailItem1}" / > *.
*
* disclosureListener = "#{SampleBean.onUpperShowDetailItem2Disclosed}" *.
* Binding = "#{SampleBean.upperShowDetailItem2}" / > *.
*
*
**
*
* disclosureListener = "#{SampleBean.onLowerShowDetailItem1Disclosed}" *.
* Binding = "#{SampleBean.lowerShowDetailItem1}" / > *.
*
* disclosureListener = "#{SampleBean.onLowerShowDetailItem2Disclosed}" *.
* Binding = "#{SampleBean.lowerShowDetailItem2}" / > *.
*
*
*
*


* SampleBean.Java: *.

Import oracle.adf.view.rich.component.rich.layout.RichShowDetailItem;

Import org.apache.myfaces.trinidad.event.DisclosureEvent;

public class SampleBean {}
Private RichShowDetailItem upperShowDetailItem1;
Private RichShowDetailItem upperShowDetailItem2;
Private RichShowDetailItem lowerShowDetailItem1;
Private RichShowDetailItem lowerShowDetailItem2;

public SampleBean() {}
}

public void onUpperShowDetailItem1Disclosed (DisclosureEvent disclosureEvent) {}
this.lowerShowDetailItem1.setDisclosed (true);
this.lowerShowDetailItem2.setDisclosed (false);
}

public void onUpperShowDetailItem2Disclosed (DisclosureEvent disclosureEvent) {}
this.lowerShowDetailItem1.setDisclosed (false);
this.lowerShowDetailItem2.setDisclosed (true);
}

public void onLowerShowDetailItem1Disclosed (DisclosureEvent disclosureEvent) {}
this.upperShowDetailItem1.setDisclosed (true);
this.upperShowDetailItem2.setDisclosed (false);
}

public void onLowerShowDetailItem2Disclosed (DisclosureEvent disclosureEvent) {}
this.upperShowDetailItem1.setDisclosed (false);
this.upperShowDetailItem2.setDisclosed (true);
}

public void setUpperShowDetailItem1 (RichShowDetailItem upperShowDetailItem1) {}
this.upperShowDetailItem1 = upperShowDetailItem1;
}

public RichShowDetailItem getUpperShowDetailItem1() {}
Return upperShowDetailItem1;
}

public void setUpperShowDetailItem2 (RichShowDetailItem upperShowDetailItem2) {}
this.upperShowDetailItem2 = upperShowDetailItem2;
}

public RichShowDetailItem getUpperShowDetailItem2() {}
Return upperShowDetailItem2;
}

public void setLowerShowDetailItem1 (RichShowDetailItem lowerShowDetailItem1) {}
this.lowerShowDetailItem1 = lowerShowDetailItem1;
}

public RichShowDetailItem getLowerShowDetailItem1() {}
Return lowerShowDetailItem1;
}

public void setLowerShowDetailItem2 (RichShowDetailItem lowerShowDetailItem2) {}
this.lowerShowDetailItem2 = lowerShowDetailItem2;
}

public RichShowDetailItem getLowerShowDetailItem2() {}
Return lowerShowDetailItem2;
}
}

Thank you
Nini

Tags: Java

Similar Questions

  • question about ADF Menu Navigation

    I create an adf application, include the Menus ADF for Navigation of the Page.
    I found the URL displayed in the browser to always see the previous page when switch between different tabs.

    http://DL.dropbox.com/u/6517186/Application14.7z
    This is the app that I have created.when click tab1, it shows view2 url. Click on tab2, it shows url View1.
    you are not sure if there is error in my setup? or the adf problem? Thank you

    Redirect option to create a new URL in the browser to view activity.
    Then try to add a tag in the site - menu.xml as:

    View1.JSPX



    View2.JSPX

    Published by: umesh.agarwal on May 10, 2012 02:06

  • Tab navigation - return to the standard keyboard shortcuts

    The behavior of the standard tab navigation is CTRL-tab will move to the next tab and Ctrl-Shift-tab moves to the previous tab, as described on http://support.mozilla.com/en-US/kb/Keyboard%20shortcuts#w_windows-tabs

    The current behavior in my browser is that hitting CTRL-tab brings up a list of previews tab, and moves between them in an order, I do not understand. Hit CTRL-SHIFT-tab to view a slightly different list of the previous tab which requires clicking.

    Is this the new standard behavior? Is there any way I can bring it back to the old behavior?

    "... I am interested to navigate from tab with Ctrl-tab functionality. »

    Is no longer possible.

    To help other users find solutions, if please go back and log in to the forum with your user name and password:

    • Click on "resolved" beside the answer above that BETTER solved your question
    • DO NOT click on 'Solved It' next to this answer

    Thank you

  • How to remove the tab navigation bar coupon marvel

    I got a tab "CM"coupon wonder on my Firefox navigation bar." Then, after a few days even once installed, I love Firefox, but it's still there. I need your help for solvent this "CM".

    If she refuses to stay deleted;

    Sometimes a problem with Firefox can be a result of malware installed on your computer, you may not be aware of.

    You can try these free programs to search for malicious software that work with your existing anti-virus software:

    Microsoft Security Essentials is a good permanent antivirus for Windows 7/Vista/XP, if you do not already have one.

    More information can be found in the article troubleshooting Firefox problems caused by malware .

    This solve your problems? Please report to us!

  • When I opened a new tab navigation bar is not selected. How can I fix?

    I looked at other issues, but I couldn't find a solution for this. When I opened a new tab, the navigation/URL bar is not selected, and I can't just type to search or enter a URL. I have to move my mouse and select it. This is quite annoying because I use Firefox for years and he was always selected by default. Also, I have problems with my default browser. It seems to have opted for Google, Yahoo, and I could not change it back. (I'll post another question for this shortly after searching the answer more).

    Thanks for the help in advance.

    Hello
    You can check if this problem appears when you start firefox in safe mode, questions to troubleshoot Firefox in Safe Mode if everything works properly in safe mode which means that the problem occurred due to some extensions or themes.
    You can try to reset Firefox Firefox Refresh - reset the settings and Add-ons but be sure to reset firefox will remove your extensions and themes, preferences of site specific, search engines, download history, DOM Storage, security settings, download actions, configuration of the plugin, toolbar customizations, user and social features styles

  • The unique sharing of all tabs navigation pane.

    Hi all

    I have a tab pane in my app, now I have 4 components of navigation for 4 tabs.

    is it possible that all my 4 tabs share the same navigation pane?

    Answer please!

    Thank you.

    Well I don't know what you were doing in your code, but it works for me...

    TabbedPane {
        showTabsOnActionBar: false
        Tab {
            title: qsTr("Home") + Retranslate.onLocaleOrLanguageChanged
            NavigationPane {
                id: navPane
                Page {
                    Label {
                          id: navLabel
                            text: "Filter 1"
                      }
                }
    
                onPopTransitionEnded: {
                    page.destroy();
                }
            }
        }
        Tab {
            title: qsTr("Tab 2") + Retranslate.onLocaleOrLanguageChanged
            onTriggered: {
                navLabel.text = "Filter 2";
                var page = page2.createObject();
                navPane.push(page);
            }
        }
        Tab {
            title: qsTr("Tab 3") + Retranslate.onLocaleOrLanguageChanged
            onTriggered: {
                navLabel.text = "Filter 3";
                var page = page3.createObject();
                navPane.push(page);
            }
        }
    
        attachedObjects: [
            ComponentDefinition {
                id: page2
                source: "Label2.qml"
            },
            ComponentDefinition {
                id: page3
                source: "Label3.qml"
            }
        ]
    }
    
  • Create the tab navigation links as in Apex5 using the universal theme

    Hello everyone.

    I use Apex 5.0.3 against Oracle 12 c on my laptop Windows7.  I want to create an application that uses the universal theme that also includes the type navigation tab.  I read that the tabs used in pre-Apex5 applications have been written off in favor using the navigation links.  But I see no intuitive method to create these links of the type tab.

    Could someone tell me please a guide or packed app that gives a tutorial step by step on how to proceed.

    Thank you.

    Elijah

    Maybe this helps:

    ORA-00001: Unique constraint violated: easy tab to Apex 5 regions

    Also that:

    Martin Giffy Souza on Oracle APEX: APEX 5: create submenus

    Dimitri Gielis Blog (Oracle Application Express - APEX): APEX 5.0: Bye bye tabs, welcome to the Navigation lists

    -Morten

  • Where can I find the tab Navigator in Oracle JDeveloper Studio (12.1.3.0.0) BPM?

    Hello

    I am a newbie in JDeveloper and especially in the creation of BPM projects.

    My problem is that after creating my Business Process I wanted to simulate it.

    Unfortunately, I realize that there is no BPM Navigator tab next to the tab Application! What has gone wrong?

    Is it possible to find the BPM browser manually (for example in the main menu) and put it on a tab next to the tab Application?

    In general how these tabs work?  for example if I click x next to the Application tab, it will close. How can I restore it? (where can I find this new)?

    I thank very you much for your time.

    Danai

    Hi Danai,

    Release of UN 12.1.3, there is not several tabs BPM. Everything is included in the part projects: SOA, BPM artifacts.

    In the BPM part is where you can find simulations:6 Simulations running in Oracle BPM (12 g Release 1 (12.1.2))

    I hope this helps.

    Kind regards

    Jorgr

  • Refresh the Page for Search - tab Navigations in the Shell of the user interface

    Hello

    I have two types of pages: a search page and someone else is editing the page. From the search page to open a tab to the edit page. We could open several tabs to modify different records. The data of the page Edit Task workflow model does not share with the data model of the workflow of the search page. So, after that change something in one of the pages of the edition and then comes back to the search page, related modified records not be refreshed in search page. You know any way to make the search page to be refreshed when re - open the search page?

    Thank you!

    Susan

    Hello

    Thanks much for the reply!

    I solved my problem with context event editing. The useful link is as follows:

    http://technology.AMIS.nl/2013/03/14/ADF-re-introducing-contextual-events-in-several-simple-steps/

    Susan

  • What is the point of the tab navigation in v29.0.1 if you can not view the tabs by clicking on them? Is it just my laptop?

    I upgraded to 29.0.1 and now I can't switch between tabs by clicking on them, I have to CTRL + TAB. Is this a bug or is it my laptop?

    Tab Mix Plus 0.4.1.2.3 upgrade solved the problem.

  • Color tabs / Navigation

    Sought to create and color tabbed App... was wonding how to do this in the Cascades.

    UNTAPPD app is an HTML5 app and Blaq is a very personalized waterfalls native application that does not use the standard bar tab action components.

    To create custom cascading Aboriginal components, you must have a good understanding of the gestureHandlers/notecard and more signals in the container class (https://developer.blackberry.com/native/reference/cascades/bb__cascades__container.html?f=container)

  • Tab Navigation

    Hello everyone.  I searched through this forum and have not found an explanation of how to solve the problem that I am with my tabs.  I created a tabbed browsing interface to my application using a HFM, and below, I have my main VFM.  The problem is that if I'm on the 1st tab and I move downwards to the optimization of resources, when I select to save the HFM, it takes me to the last tab automatically.  How can I make sure that when I move, I worked in the tab remains in mind?  Here's a copy of my code.

    HorizontalFieldManager hManager = new HorizontalFieldManager();
                tab1 = new LabelField("Field1", LabelField.FOCUSABLE | LabelField.HIGHLIGHT_SELECT);
                tab2 = new LabelField("Field2", LabelField.FOCUSABLE | LabelField.HIGHLIGHT_SELECT);
                tab3 = new LabelField("Field3", LabelField.FOCUSABLE | LabelField.HIGHLIGHT_SELECT);
                spacer1 = new LabelField(" | ", LabelField.NON_FOCUSABLE);
                spacer2 = new LabelField(" | ", LabelField.NON_FOCUSABLE);
    
                tab1.setFocusListener(this);
                tab2.setFocusListener(this);
                tab3.setFocusListener(this);
                hManager.add(tab1);
                hManager.add(spacer1);
                hManager.add(tab2);
                hManager.add(spacer2);
                hManager.add(tab3);
    
                setTitle(hManager);
    

    You can do this mark as resolved then?

    The problem you describe - a HorizontalFieldManager to focus on the first field when scrolling forward and the last field, when scrolling back him - has been discussed in other Threads.  There is no easy way around it - basically it must remember the update field when the hfm scrolling occurs and to ensure that the field gets focus when the user makes a scrolling in.

  • Tab navigation Simple

    Why when I type two words in the label of the tab, the other Word is passed into the new line of the tab. I need prevent that, because it's looks agly

    Try typing the label using the * & nbsp; * character entity space nonbreaking: two & nbsp; Words.

  • Tab Navigator

    I'm creating a wizard using a TabNavigator.
    The tabs work very well, but I add buttons previous and next to each page for a user can be accessed easily through the wizard.
    I'm trying to figure out how to get the next button to take me to the next VBox.
    My guess is that I need to change my event handler, but I'm new to using Flex for I have no idea of what I need to do.

    Any suggestions?

    I think you can do it within the function of the following button:

    myTabName.selectedIndex ++;

    Try it

  • tab navigation between multiple Records

    Hey guys...

    How can I navigate between point 1, sheet 1, point 2, case 1... then back to article 1, record 2... then, in section 2, save 2 etc. ?

    Then, after the last record, in article 2, point 3?

    Does make sense? It is easy to navigate between elements and blocks w/o multiple records by using the KEY-NEXT-ITEM and the GO_ITEM, BLOCK etc, but I have problems to tab backward between records in the block element.

    Published by: Mark fouad on November 6, 2008 09:22

    Place the following code in the KEY-NEXT-trigger POINT on the response field:

    IF :SYSTEM.TRIGGER_RECORD<3 THEN
      NEXT_RECORD;
      GO_ITEM('QUESTION');
    ELSE
      -- wherever you want to go to
    END IF;
    

    Place the following code in the KEY-PREV-trigger POINT on the response field:

    IF :SYSTEM.TRIGGER_RECORD=1 THEN
      -- wherever you want to go to
    ELSE
      PREVIOUS_RECORD;
      GO_ITEM('ANSWER');
    END IF;
    

    I hope this helps.

Maybe you are looking for

  • Difference between the scale of gray and black and white adjustment

    Hello I just want to know the difference between black and white and grey adjustment of scale when printing text only, and which uses less ink. Thank you

  • ThinkPad T61 Type 7661 front connectors

    I just bought a T61 Type 7661, who seems to have a socoket micro-usb on the left corner of the façade. That is it for if it pleases you, and is there a card reader installed on the laptop on the left hand side slots.

  • Interruptions FPGA: buffering?

    Hi all. When using FPGA for RT (IRQ) host breaks, it is buffered then? Say that the FPGA does not expect the host to recognize the IRQ. Then the FPGA can send traps multiple host, if the host loop runs more slowly than the FPGA loop for a while. Will

  • How can I get audio on my computer to work again

    How can I get audio on my computer to work again?

  • Can data preload Google map 4.5?

    .. While the Navigation doesn't have to're - get' the information every time you switch to a different application? (Droid X Froyo 2.2.1) (I don't have a data unlimited 3g) For example, while the wifi connected, I put a true destination on Google Map