stripped/direct access to the functionality of toplevel menu in panelcollection

Hello
I use a panelcollection with the table of child components. The facet "edge" displays the menu "columns" with the box to reorganize/show/hide feature columns in the table.
I want to call this feature on a context/popup menu in the table.

I use this code in the panelcollection, which works very well, but must be replaced with a popup.
 <af:panelCollection id="dc_pc1" binding="#{component.dc_pc1}">
    <f:facet name="viewMenu">               
        <af:group id="dc_g1">                 
                <af:menu text="Queries" id="m_qs">
                 <af:group id="dc_g4">
                     <af:commandMenuItem
                       id="cm_qs_0"
                       text="Default Search Option"
                       binding="#{component.cm_qs_0}"
                       shortDesc="This schould be the default configured Query"
                       type="default"
                       disabled="true"
                       icon="/custcc/images/icouserdefaultconfig_16_1.png"
                       actionListener="#{component.changeSearchMenueAction}"/>
                 </af:group>
                </af:menu>                
                </af:group>
              </f:facet>
      <f:facet name="menus"/>
      <f:facet name="toolbar"/>        
      <af:facetRef facetName="tablecustomizable"/>
    </af:panelCollection>
  </af:componentDef>
How can I directly call dialog boxes of column ("showColsDlg") of the facet edge of panelcollection?

Thanks in advance!

Hello

You can not. The bean component is RichPanelCollection and exposes the setter/getter but no functionality. Eventually, you could use JavaScript to simulate a click

Frank

Tags: Java

Similar Questions

  • blocking direct access to the oracle server

    Dear Sir

    One of our condition of pci - dss to stop direct access to the db. One solution I know:

    TCP.validnode_checking = YES

    TCP.invited_nodes = (192.168.1.91, visionhost.solutionbeacon.com)

    But this option will allow the IP address of the node invited with sqlplus using tns names also. Have any have experience to solve the problem of ending up with pci - dss?

    In which paragraph of the PCI - DSS doc that makes you think that there is a problem? I work with version 3.0 (November 2013) and I can't find anything like that. For example, paragraph 8.7 c, "review of database access control settings and application of database to verify configuration settings that the user access directly to the or queries of databases are limited to database administrators" does not say that the DBA is not able to connect to the application server. And all the stuff of firewall in requirement 1 close the access to the network and between networks, not within the network.

    Are you sure that you have a problem? There is no interest to 'fix' something that doesn't have a reference in the doc.

  • ESXi 5.5 - Direct access to the local logical unit number

    I have a 5.5 stand-alone ESXi server.

    It has 2 local SAS controllers

    Controller 1 (HP Smart Array P410): data bank single RAID 10 with two VM's local logic unit number

    Controller 2 (HP Smart Array P812): only RAID 6 LUNS nothing on it yet...

    My question is that I need one of the virtual machine to access that LUN. Is it possible to give direct access to the VM to the controller and/or the unit number logic rather than create a vmdk and massive data store?

    If it is I know Flash would not work on these data, but that really doesn't matter in this case.

    Thank you

    Kenny

    Hi Kenny, and welcome to the communities,

    There is an article dealing with your situation KB: http://kb.vmware.com/kb/1017530

    Concerning

    Tim

  • vSwitch ESXi 5.1 workaround to virtual machines (direct access to the network)

    Hello world!

    I have a server running properly the 5.1 ESXi hypervisor and got inside the physical grid active router with DHCP. How can I configure the vSwitch on ESXi 5.1 work not managed on the network, without VLAN and have direct access to the network?

    Just to clarify, I would like to first of all virtual machines VMware Workstation works - if it is possible to run several virtual machines and define all NICS (Network Interface Card) as connected by a bridge, that is to say. Each VM gets the specific configurations of IP to the external router.

    Since now, thank you very much for the help!

    Best regards

    Eduardo

    With ESXi the vSwitches work comparable to Bridged networking, so there is really nothing special to do.

    André

  • direct access to the modem point

    is it possible to directly use the access point with a modem.  my router seems to slow down my internet connection.  If I connect directly access point, I can still access the internet with my laptop, but my xbox comes up with an error "no IP".  any advice?

    Yes and NO

    An access point is designed to be a network of signal and therefor if the WAP54G was connected to your moen he will be part of the public network like all clients attached to it. This means that all customers should also public IP provided by your ISP.

    Your ISP probably would not be in favor of offering more than 1 IP because there is a finite number of available IPv4 IP and there is a growing shortage of IPv4 IP addresses. This is the reason why IPv6 is developed.

    Concerning

    Fred

  • Access to the functions of the scene from external javascript code in Web

    Hello

    Is it possible to use the functions created wihtin the IDE Flash from javascript code running on the html page?

    More generally, where can I find resources on how to interact with the flash-made canvas javascript in the case of web integration?

    Thank you

    I have not worked with this feature, but you can try something like this:

    Describe your functions in Flash pro in image scripts and do not forget to declare them under a global object such as document or createjs etc.

    document.myFunction = function() {}

    Console.log ('Hello!');

    your code

    }

    Now publish, goto console and access your function-

    document.myFunction ();

    Hope this helps; not sure if this is the best way, though!

    -Mabrouk

  • Direct access to the form fields in the process?

    HI -.

    I am building an Apex application that has a section of form, I need to generate manually - I need a lot of Javascript custom treatment within this block of fields (generating an arbitrary number of fields based on other user input, update totals the user to change values, etc.). I have no problem to build that portion of the application.

    However, I am now not sure how to access the fields I create in a post submit processes (so I can process/save the data entered). Y at - it has a syntax that I use in the process through a list/collection of all submitted fields, or (b) directly access the value of the field named "xyz"?

    Thank you

    If you mean spit your own tags to entry with htp.p, you can do that in the APEX. You must use the APEX_ITEM package. When you submit the form, you will get an error because the procedure of wwv_flow.accept is not the settings that correspond to the fields in your form.

    Tyler Muth
    http://tylermuth.WordPress.com
    [Oracle security application: development of secure database and Middleware environments | http://sn.im/aos.book]

  • Cannot access object via the function

    Faced with the question while accessing the object to a different schema.

    I go from B a scheme A scheme object.

    synonyms and roles are created. When I select A schema I can't access the object of Figure B.

    But this error when accessing the service.

    Error: PLS-00904: insufficient privilege to access object

    Hello

    Roles do not count in the procedures of stlored and functions with "AUTHID OWNER".

    Log in as user B and give A necessary privilege directly or change the function so that it uses "AUTHID CURRENT_USER.

    Published by: Frank Kulash, 24 March 2010 06:03

  • Direct access the 4 G/LTE Verizon's internet connectivity-related issues

    During an attempt to access remotely via a Direct access to a tablet with 4 G/LTE from Verizon, we are unable to access the internet. Before the installation of a Direct access on the Tablet, 4 G high-speed worked fine, but once the Tablet has been recreated for a Direct access, we no longer had access to the internet. A call to Verizon revealed that the Tablet has been connected to the system of Verizon, but is was not connected to IPv4 or IPv6, and whether Verizon could not move forward. Are there Direct access settings that should be addressed in order to allow access to broadband (4 G SIM chip)? Thank you.

    Hello

    I understand that you are unable to access the internet during an attempt to access remotely via direct access on your tablet.

    To better understand the issue, please send us the following information:

    1. What is the brand and model of the Tablet you are facing problems with?
    2. The problem occurs on other laptop or Tablet?
    3. You are connected to the domain network?

    If you are connected to the domain network, you can post your request in the forums TechNet from the link below:

    https://social.technet.Microsoft.com/forums/en-us/home

    It may be useful, get back to us with the required information and we will be happy to help you.

    Thank you.

  • Access the function of the other class Document class

    I have this Enemy.as code that calls a function playerTurn() in Main.as, which is also the document class.

    var rootRef:Main;

    rootRef.playerTurn ();

    This is playerTurn()

    public void playerTurn(): void {}

    player_turn = true

    menu = battle_men

    menu.attackBtn.addEventListener (MouseEvent.CLICK, atkClicked);

    }

    After this code runs, I get

    TypeError: Error #1009: cannot access a property or method of a null object reference.

    at CharacterClasses::Enemy/initEnemyTurn() [C:\Users\***\Documents\SonicUltimateSceneCreat or\CharacterClasses\Enemy.as:23]

    Line 23 Enemy.as is rootRef.playerTurn ();

    Why I get this error?

    I got it.

    Object (parent) .playerTurn () worked well, but the function in which this line was performed was based on an event listener, as follows

    public void initEnemyTurn(evt:Event):void {}

    removeEventListener (Event.ENTER_FRAME, initEnemyTurn);

    player_turn = Main.player_turn;

    {if (player_turn)}

    addEventListener (Event.ENTER_FRAME, initEnemyTurn);

    }

    else {}

    Object (parent) .playerTurn ();

    }

    }

    initEnemyTurn is attached to an ENTER_FRAME listener, which was not readded in the else statement, thereby breaking the code.

    The reason why it was delete in the first line of initEnemyTurn is so does not run twice while the first tries to determine the player_turn.

    So it turns out that none of this had to do with the access to the function...

    Thanks for the help!

  • Directly access the disk in the guest OS windows 2003?

    Hello!

    Deployed ESXi 3.5 for the first time today to learn more about Virtualization and save some of my servers.

    But I ran into a few problems, I have 3 x 1 TB disks with partitions encrypted TrueCrypt, I need to give direct access from the guest OS to Windows 2003.

    Isn't this possible?

    I've been running VMware Workstation earlier and there you can do it easily, but I can't find any way to do this in Esxi: S?

    Thanks in advance!

    Basic System Administration http://www.vmware.com/pdf/vi3_35/esx_3/r35u2/vi3_35_25_u2_admin_guide.pdf

    page 153

    ---

    VMware vExpert 2009

    http://blog.vadmin.ru

  • Access the views Where the access to the underlying data, through a role

    I have a user (say User1) who granted select access to motherlode via a role table

    User1 has a bunch of useful views created I want User2 to have access to the. User2 should have access only to these points of view, not to the underlying table.

    User1 can grant access to his point of view because it has no direct access granted to motherlode tables.

    I managed, based on a technique that I have for the most part, but do not entirely understand, give User2 access to data through a function. The solution is below.

    My general question is: y at - it an easier way (other than the grant direct access to the motherlode User1 tables)?

    My question is: the definition is possible shorter somehow. I know I can automate the production of the code for some of the statements using metadata, but, for example, is it possible to base the declaration of type (t_p5) on the existing view? (I have about 15 views I need to provide access)

    Solution is, where v_p5 is the original view:

    User 1:

    CREATE or replace type t_p5 as an object

    (< columns and data types of v_p5 >

    )  ;

    CREATE or REPLACE TYPE t_p5_tab AS TABLE OF THE t_p5;

    FUNCTION to CREATE or REPLACE f_provide_p5 RETURN t_p5_tab

    PIPELINED IS

    l_cur SYS_REFCURSOR;

    l_rec v_p5% rowtype;

    BEGIN

    L_cur OPEN FOR ' SELECT * FROM v_p5';

    LOOP

    EXTRACTION l_cur

    IN l_rec;

    EXIT WHEN l_cur % NOTFOUND;

    GUIDELINE (t_p5 (area = > l_rec.region))

    , district_name = > l_rec.district_name

    , current_month = > l_rec.current_month

    , p_current = > l_rec.p_current

    , previous_month = > l_rec.previous_month

    , p_prev = > l_rec.p_prev

    , diffp = > l_rec.diffp

    , diff_perc = > l_rec.diff_perc

    , previous_year = > l_rec.previous_year

    , p_year = > l_rec.p_year

    , diffy = > l_rec.diffy

    , perc_diffy = > l_rec.perc_diffy

    ));

    END LOOP;

    RETURN;

    EXCEPTION

    WHILE OTHERS THEN

    raise_application_error (-20000, SQLERRM |) Chr (10) | l_sql);

    END;

    And user2:

    VIEW to CREATE or REPLACE v_p5 AS

    SELECT * FROM TABLE (User1.f_provide_p5);

    I can then do a select * from v_p5 in User2 and return the view data.

    Thank you.

    Hello

    Don't bother with the pipeline and PL/SQL functions.  Everything will be easier, more effective and more reliable if you use only views.

    Privileges through roles do not create a view on a table in another schema.

    If user1 can create a view on motherlode.table_x, then user1 should have direct privileges already (or user1 must have a privilege of system as SELECT ANY TABLE).

    User1 needs the same privileges WITH GRANT OPTION in order to grant privileges on his point of view to User2.  To do this, have motherlode grant privileges to user1, like this:

    GRANT SELECT ON table_x to User1 WITH GRANT OPTION;

    GRANT SELECT ON table_y to User1 WITH GRANT OPTION;

    Repeat for each table that user1 uses in the views.

    Then user1 will be able to grant privileges on views to User2 like this:

    GRANT SELECT ON my_view_01 TO user2.

    This will NOT allow user2 directly see the motherlode.table_x.  User1 will have the power to give privileges to User2, but simply grant privileges on the view does not give User2 these privileges.

    If you don't want User1 to have this power, then create the views in the motherlode scheme, or create a new schema only for the putpose to own these views.

  • ItemRenderer for access in the spark list

    Hello

    I have a list with itemRenderers generated dynamically depending on the types of items (as a Manager who has a kind of rendering engine and the other type of employees has other types of converters). I would like to access the itemRenderer for 'selectedItem' of the list manager, but the selectedItem(item:Object) has direct access to the data item, not its rendering engine.

    I prefer to dissociate the issue of its rendering engine as much as possible.

    Sorry if this is considered to be a station of the cross as I noticed a similar to stackoverflow post. But he doesn't seem to get all the answers so far. Thank you.

    In Flex, a data element is not directly mapped a specific converter.  It's because of virtual layout converter and recycling section.  If the data element is not in sight so it will probably not a rendering that are associated with engine and it is possible for a single data item to be pushed in the instances of the rendering engine different during its lifetime (for example when scrolling of the list).  In spark's best practice is to change the data item and design your converter to detect and react to these changes, rather than interacting directly with the instance of the rendering engine.

    Check out the spec of virtualization of spark for more information on the virtual presentation and rendering recycling: http://opensource.adobe.com/wiki/display/flexsdk/Spark+Virtualization

    If you really don't want to have access to instances of the renderer you still can, but you should be only after that you have a really good understanding of what is happening.

    Here is an example, you can use the method getElementAt() of the part of skin of the dataGroup list:

    http://ns.Adobe.com/MXML/2009.
    xmlns:s = "library://ns.adobe.com/flex/spark" creationComplete = "traceRenderers ()" > "
       
            private function traceRenderers (): void {}
    for (var i: int = 0; i< list1.datagroup.numelements;="">
    trace (List1.dataGroup.getElementAt (i));
    }
    ]]>
       

       
       
           
               
                   
    [0,1,2,3,4,5,6,7,8,9,10,11,12,13]
                   

               

           

       

  • Management of access to the PSO

    How should I manage access to the OSP itself (not vCenter).  I'm under 5.5 SSO.  By default, there is an [email protected] account.

    1 should I / can I change the name of this account to something else then the username who has these rights cannot be guessed?

    2. in the event that separate vsphere.local of the accounts for the 2 admins who need direct access to the SSO periodically so that it is possible to see who it was that truly connected so the account [email protected] doesn't have to share?

    Thank you!

    Hello

    In my view, it is necessary for users of the SSO. If AD goes out, what are you doing? I have an account for all the items of the SSO SERVICE. For users of physics I use AD. It is a split approach. That way if the AD goes out I can still manage and use the environment.

    I also always keep [email protected] as a user in vCenter and keep his password in a vault. It's the equivalent of root on a host computer. This way you have a backdoor when everything goes pear-shaped. If the announcement is released, how will you manage your systems? Once more to think about than the break glass.

    I use SSO to service accounts because you have half of the currently VMware management tools, so I use it for all of them. But only the service accounts and an unused admin account until a break glass is necessary (IE. AD is no longer available).

    Best regards
    Edward L. Haletky
    VMware communities user moderator, VMware vExpert 2009, 2010, 2011,2012,2013,2014

    Author of the books ' VMWare ESX and ESXi in the business: Planning Server Virtualization Deployment, Copyright 2011 Pearson Education. ' Of VMware VSphere and Virtual Infrastructure Security: securing the virtual environment ', Copyright 2009 Pearson Education.

    Virtualization and Cloud Security Analyst: The Practice of virtualization, LLC - vSphere Upgrade Saga - virtualization security Table round Podcast

  • Locking ESXi 4.1 mode access confirmation no access to the vCenter Server

    Hello

    ESXi 4.1.  I see options in conflict with access to a crowd that had lockdown normal mode activated via a server vCenter VM on a host in the cluster.  The vCenter server that sits on one of the hosts in the cluster lockeddown then became inaccessible or unresponsive connectivity wise.  So no connectivity between vCenter VM or VM vCenter and hosts.  Is someone can confirm if you can connect to this host lockedown by DCUI with root and disable lockdown configuration to allow the vSphere client to then connect to the host with root and troubleshoot the server vCenter VM?

    I read in some messages that this is only possible if the vCenter VM is in place and the communication to the host.  I also read that it is possible no matter what the State of the vCenter server once Total lockdown (disabling DCUI) is not enabled.

    I have this reference of the 'The new lock in ESXi 4.1 Mode' blog http://blogs.vmware.com/vsphere/2010/09/the-new-lockdown-mode-in-esxi-41.html

    "With active locking Mode, the only direct access to the host that remains open is through the DCUI. This allows to perform administrative tasks limited outside vCenter Server, such as restarting the management agents and the display of the log files. In addition, you can also disable Mode of Lockdown since the DCUI. This can be useful if vCenter Server is down or unavailable, and you want to return to a direct management of the host. Normally, without locking Mode, any user to the Administrator role can open a session in the DCUI.  However, in lock Mode, the root password is necessary; no other user can connect.

    Can anyone confirm.

    Any other person who may not be sure these questions, I can confirm that with root credentials, you can connect to the host directly and disable the lock mode regardless of the availability of vCenter.  Only if the Total lock mode turned on, or should I say DCUI is disabled, then you have no choice but to go through vCenter or reinstall and reconfigure the network.  VM would be always available if local or have to be reassembled and re inventoried etc.

Maybe you are looking for

  • Photos of iTunes

    Many years ago, I synced all my pictures from my camera with iTunes on a Windows PC. TWE photos are available for me now on my new iPad, I pay a subscription for Apple game. my query - is no longer an option to store new pictures or find my old pictu

  • Order of error has been committed by satellite P500 - service TOSHIBA Power Saver

    Model:-PSPE8A-025002[http://www.mytoshiba.co.nz/products/home/notebooks/satellite/p500/pspe8a-025002] OS:-Windows7 Ultimate (32 bit) On start up to get a service stopped notification - "service TOSHIBA Power Saver was arrested, so cannot be changed".

  • El Capitan for Mac Pro 1.1?

    Can I upgrade my 1.1 Pro Mac OS x 10.6.8 El Capitan?

  • simultaneous reading and writing files TDMS

    A customer had a program written in 8.6; the programmer is no longer available and I'm looking to debug intermittent problems. N - channels of data is acquired and streamed to a PDM file. The operator can select a channel to view data in real time, b

  • problem with recent update (KB915597)

    After you install the update of recent definition for Windows Defender - KB915597 (definition 1.71.833.0), I noticed, after going online, that my toolbar Google and my ebay Toolbar where gone.  Left click of the toolbar area revealed the existence of