JURowSetListener navigation event -  calling first dosnt fire event ?

if i call :
panelBinding.addRowSetListener(departmentsListener);
panelBinding.refreshControl();
panelBinding.findIteratorBinding("DepartmentsViewIter").getRowSetIterator().first();
No event is fired ? and if i look for the current record ---
System.out.println(panelBinding.findIteratorBinding("DepartmentsViewIter").getCurrentRow());
the record is current . Can someone explain what is happening here?
thanks

Hi,
tested the same code and it works in a later version of JDeveloper. So in TP3 (expected for December) this problem should no longer reproduce.
Didn't try JDeveloper 11 TP2 though. The code I used was added to a panel that uses a table to navigate rows
jTable2.setModel((TableModel)panelBinding.bindUIControl("DepartmentsView11",jTable2));
        panelBinding.addRowSetListener(new MyRowListener());
       class MyRowListener implements JUPanelRowSetListener{
        public void navigated(JUIteratorBinding iter, NavigationEvent event){
        System.out.println("listener navigated event ...");
        public void rangeRefreshed(JUIteratorBinding iter, RangeRefreshEvent event){};
        public void rangeScrolled(JUIteratorBinding iter, ScrollEvent event){};
        public void rowDeleted(JUIteratorBinding iter, DeleteEvent event){};
        public void rowInserted(JUIteratorBinding iter, InsertEvent event){};
        public void rowUpdated(JUIteratorBinding iter, UpdateEvent event){};
    }Frank

Similar Messages

  • How to trap navigation event?

    Anyone can help? I need to trap the navigation events, such as First, Last, Next and Previous? Does SBO have these event?

    Hi,
    In the UI API help file you have the complete list of the menu ID. The topic is "List of Menu Item IDs".
    You can also get the menuUID from SBO. Go to the systray and double click on the SBO icon. This will show a window. Whenever you make a click on SBO, the values on the window will be updated with the information about the clicked item.
    Regards,
    Ibai Peñ

  • Capturing navigation event

    Hi
    Im using webdynpro to create a help application/iview.
    The help should be page sensitive for example, if i have iview1 and the help iview on a page, the user chooses to navigate to page 2 of iview1 using those navigation buttons of an iview, then the help page should change/refresh to the help of iview1 page2.
    I hope this makes sense
    I want to raise an event when user chooses navigation button and send a page number parameter. So the help iview will subscribe to the event and refesh accordingly.
    How do I capture the navigation event ?
    Any help is appreciated.
    Thanx

    Hi,
    Create an event handler for the on enter event of the navigation button and pass the required parameter through the Url
    WDDeployableObjectPart deployableObjectPart=WDDeployableObject.getDeployableObjectPart(deployableObjectName,<TargetApplication name>,WDDeployableObjectPartType.APPLICATION);
             String urlToTarget=WDURLGenerator.getApplicationURL(deployableObjectPart);
    append the parameter to the urlToTarget
    Hope this would help
    Do revert for clarifications
    Regards
    Noufal

  • Navigation Lib - Fixes for pending waypoint navigation events

    Hi there,
    So devs, who's most familiar with the Navigation lib?  I debuged some problems I was having yesterday and found a couple code issues related to deferred waypoint creation and pending navigation events.  I want to share a couple small tweaks to the following files which have solved my problems:
    WaypointHandler - add 1 line, remove 1 line
    DestinationRegistry - change 1 line
    EnterAndExitInvoker - change 1 line
    Send me a message and we can chat via e-mail or IMs.  Or I can just dump everything here in the forums if you'd prefer.
    Thanks.

    Sounds Great! I've send you a private message with contact details. Let's connect.

  • JClient, Problem with Navigated event

    When I add or delete a Row (in a 3-tier model) Adf runs Navigated Event(in my iterator) after this operation. I can't invoke any method(from RowImpl and ViewObjectImpl class, for which I have access by some Interface ) on a Row, wchich is in Event Object.
    I do something like that:
    public void navigated(NavigationEvent obj)
    boolean test;
    test=((SomeTypeRow)obj.getRow()).checkSomething();
    I get ClassCastException. Because it receives value, which is not boolean type, but something like svc_method...
    When navigatedEvent is invoked after find/execute/move operation, everything is ok.

    Hi,
    can you explain what the basic usecase is that you try to achieve?
    Frank

  • EP6: Dynamic Navigation - Eventing

    Hi everybody,
    I want to navigate to the same page/iView from my dynamic navigation nodes (which implement INavigationConnectorNode). The dynamic navigation shows a list of customers. Clicking on one of them should show the same page/iView, obviously for different customer ids.
    Trying the simple approach to append the parameters ("....?customerid=4711") to the launchURL does not work.
    I assume the whole concept works differently: do I have to implement getPRTEvent() (or maybe getJScript() or ..) to parameterize my navigation event ?
    I cannot find any info on that subject, so I'd be really grateful for ideas and hints.
    Cheers,
    Heiko

    Hi Altafin,
    thanks for your reply, unfortunately this does not work: you assume that I build an iView and thus can control the HTML output. What I do, though, is to dynamically build a navigation structure (not in an iView but in a Navigation Connector). There I only have a couple of fields I can set, most notably the "launchURL". The standard Portal Navigation Service takes my data structure, merges it and forwards it to the (standard) detail navigation iView.
    In the meantime I have been able to solve it (actually thanks to Sven Kannengiesser): I put the following into my launchURL:
    "/irj/servlet/prt/portal/prtroot/<escaped pcd url>?myparam=4711"
    where the escaped pcd url looks something like
    "pcd!3aportal_content!2fmyfolder!2f .... !2fmypage"
    That works fine.
    Cheers,
    Heiko

  • How to catch browser close event excluding navigation events

    Hi,
    I tried using onBeforeUnload event and onUnload events.. but they are catching navigation events within the same site. Could you please let me know how I can catch browser close events without catching Navigation events?
    Thanks.

    Just set them to null when navigation takes place.
    Said that, you should be asking Javascript/DHTML related questions in a forum devoted to Javascript/DHTML. There are ones at webdeveloper.com and dynamicdrive.com. This has nothing to do with Java.

  • Get Navigation event

    Hi friend
      Can we track navigation event.
    In user setting form. i need a validation after navigation. when change user i need to check whether values exist in the specified user.
    If any one have a solution for this please reply
    Thanks

    hi Muna,
    for this you use the MenuEvent handler
    c# how i would catch the right & left button:
    public void MenuEvent(ref SAPbouiCOM.MenuEvent pVal, out bool BubbleEvent)
        if ((pVal.MenuUID = "1288" || pVal.MenuUID = "1289") && pVal.BeforeAction = true && globals.SBO_Application.Forms.ActiveForm.Type = 20700)
               // run your code
    lg David

  • CVP call server logs - Hi All, I am trying to figure out whether caller party(End User) hangup the call first or UCCE Agent

    CVP call server logs
     Hi All,
    I am trying to figure out whether caller party(End User) hangup the call first or UCCE Agent.
    Attaching CVP call server Logs& UCCE TCD& Route Call Details for your reference.

    From the CVP logs, it can be determined which side disconnected the call first. For each call, CVP keeps track each call leg. From Inbound Gateway to CVP is INBOUND leg, rest are OUTBOUND leg. You can then look at which leg the SIP BYE message is received first.
    Since you have very basic log enabled, you will not see the exact SIP message. But it can be determined by the outcome of the message. Here is the snippet of the log during the disconnect:
    Line 3766: 3083689: 10.180.245.43: Sep 12 2014 12:21:11.293 -0700: %CVP_8_5_SIP-7-CALL:  {Thrd=DIALOG_CALLBACK.6} CALLGUID = CBCCDD8539E811E4A3E2CCEF48565980 LEGID = CC65CE04-39E811E4-87DFD7D1-64B198F2 - [INBOUND] DURATION (msecs) = 25610 - DIALOG TERMINATED. Reason: Q.850;cause=16
    Line 3768: 3083690: 10.180.245.43: Sep 12 2014 12:21:11.293 -0700: %CVP_8_5_SIP-7-CALL:  {Thrd=DIALOG_CALLBACK.6} Sending BUS MSG:>>HEADERS: (JMSType)=MsgBus:CALL_STATE_EVENT (JMSDestination)=Topic(CVP.SIP.CC.EVENT) (JMSTimestamp)=1410549671293 >>BODY: callguid=CBCCDD8539E811E4A3E2CCEF48565980 RouterCallKey=6472 RouterCallKeySent=true causecode=1 timezone=America/Los_Angeles RouterCallKeySequenceNumber=0 version=CVP_8_5 labeltype=1 RouterCallKeyDay=151099 calldate=Fri Sep 12 12:21:11 PDT 2014 label=190376 localOffset=-420 eventid=6 calllegid=CC65CE04-39E811E4-87DFD7D1-64B198F2  >>STATE: isTabular=false isWriteable=true cursor=-1  
    The first Termination message came on the INBOUND leg which is the PSTN. That means, PSTN side disconnected the call first.
    Hope this helps.
    Abu

  • Why my iphone 5s voice mail answer call first and my iphone second.

    why my iphone 5s voice mail answer call first and my iphone second.

    Hello celazopdef,
    After reviewing your post, I have located an article that can help in this situation. It contains a number of troubleshooting steps and helpful advice concerning cellular issues:
    iPhone: Troubleshooting issues making or receiving calls
    http://support.apple.com/kb/TS3406
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • F4 field is called first in ALV Grid

    Hello All,
    I have a strange issue where in I have 4 fields in alv grid.
    Last field is having the F4 help facility.
    When clicking on creating new row in the grid, automatically the control is going on to the last field (f4 field) and is getting called first and showing an error to fill in the values.
    I want the control to go from first field to the last field.
    Can you please help me out from this situation?
    Thanks and Regards,
    Kumar.

    Hi ,
       Try to pass the column position via Fieldcatalog table.Please find the below code for reference.
    Perform build_fieldcatalog.
    *-ALV Funtion module
       CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
        EXPORTING
          i_callback_program       = v_repid
          is_layout                = it_layout
          it_fieldcat               =  st_fieldcat2[]
          it_events                = it_events[]
        TABLES
          t_outtab                 = it_disp[].
    Form build_fieldcatalog.
      data: l_fieldcat type slis_fieldcat_alv.
      data: l_numc type i.
      clear l_fieldcat.
      l_fieldcat-fieldname     = 'VBELN'.
      l_fieldcat-ref_fieldname = 'VBELN'.
      l_fieldcat-seltext_m     = text-t01.
      l_numc = l_numc + 1.                       " This will be used for generating Position Number
      l_fieldcat-col_pos       =  l_numc.       "ALV Column Position Number ( i.e Col_pos = '1'.)
      append l_fieldcat to st_fieldcat2.
      clear l_fieldcat.
      l_fieldcat-fieldname     = 'POSNR'.
      l_fieldcat-ref_fieldname = 'POSNR'.
      l_fieldcat-seltext_m     = text-t02.
      l_numc = l_numc + 1.
      l_fieldcat-col_pos       =  l_numc.        "ALV Column Position Number ( i.e Col_pos = '2'.)
      append l_fieldcat to st_fieldcat2.
      clear l_fieldcat.
    endform.                    " BUILD_FIELDCATALOG
    Hope this will be helpful.
    Regards,
      Srinivas

  • Why the constructor of the base class calls first when u run the java app.

    why the constructor of the base class calls first when u run the java application

    For the record the other very exciting questions are:
    pls give the differences between application server and web server with examples
    will u pls narrate the differences between servlet context and servlet config.....
    where can we find servlet config...
    is there any methods to access servlet config

  • I am not receding calls or messages on my new iPhone 5 unless I make a call first is anyone else having this problem

    I am not receiving calls or messages on my new iPhone unless I make a call first, this is when I have full service.

    Try resetting your network settings, go to settings, general, reset , reset network settings, Then reset your phone also, hold the home and off button down until the apple symbol comes up, then release. See if that solves it first.

  • Call first report in another report and download the ouput of first report

    Hi Experts ,
    Ther is 1 ALV Report which gives ouput.
    i need to call first report in second report and copy the output of first report to itab in second report and download that itab to excel in second report.
    Pls if anybody knows the solution reply as soon as possible.
    regards,
    Imran

    Moderator message - Cross post locked
    Rob

  • Set a JS client script for a table view navigation event

    Friends:
    I need to run a JS script,when the navigation buttons
    of a tableview are clicked.
    Even if I override the FooterRenderer, how can I set the
    client JS function name ?
    Thank you very much for your suggestions,
    Prasad Nutalapati

    I've added
    runtime->keep_context = 1. in my do_handle_event
    and also added
    keepSelectedRow       = "TRUE" in my htmlb:tableview
    but still it navigates to the 1st page.
    It is this section in the render cell iterator
        IF p_edit_mode IS INITIAL.
        ELSE.
           img->onclick = 'image_click'.
        ENDIF.
    which fires the server event and always goes back to the 1st page.
    Please help.
    Thanks,
    Partho

Maybe you are looking for

  • Error when starting Adobe reader 11 App-V package

    How do I disable Acrobat reader for checking if the ARM Service is present? I have created an app-v 5.0 package for Acrobat reader 11.  When I run the package on the sequencer I don't have any issues.  When I run it on my test machine I get  a pop-up

  • Unable to capture video from webcam in JMF

    hi I am unable to capture video from webcam in an Xlet. I am using Xletview to run Xlet. The method CaptureDeviceManager.getDeviceList(vidformat) returns empty array. Which videoformat should I use and why do I get empty array?

  • Bought 64gb playbook from amazon and not sure if its new or refurbishe​d.

    Bought 64gb playbook from amazon for my daughter and not sure if its new or refurbished.  Tablet has small fine scratches on the back, hair stuck in the casing, no screen protector, brown adaptor box has had label of some kind removed, adapter inside

  • Unable to chose the Correlation name from Drop Down

    Hi Experts,    I have a BPM in which I am have the following scenario. 1) I receive a message in BPM using a Rx step. 2) I send the message to some receiver with two Correlations(Say correlation1 and Correlation2) activated. 3) I get an acknowlegdeme

  • Iphoto not responding on startup

    Everytime I try to open iPhoto now without doing anything it freezes and has to be force quit. I've tried holding down option and creating a new default library to start it up in but it still freezes. Here is my error report: Date/Time:       2012-02