Selection of the table and clicks by only clicking on the row in the table

My dilemma is that we create an interface that is a touch screen interface. It's base table. Currently, I have a button integrated in each row of the table when you click the button, it takes you to a selected line details window. What I want to happen is to completely remove the button and have the line to act as a button - you click on the line (anywhere in the line) and the action takes you to the details screen - the same model as the use of smart phones. I have the table selection listener in support of bean (hanging on a generic selection listener that I created) and selection of listener method calls the string that starts the movement of workflow. I there prints that tell me that these methods are called, but I don't get any action when I click on the row in the table.

This is the code in the .jsff file:

+ < af:table value = "#{bindings.drives.collectionModel}" var = "row" + "
+ Rows = "#{Bindings.drives.rangeSize}" +.
+ EmptyText = "#{Bindings.drives.Viewable?" "{'No data to display.': 'Access Denied.'}". +
+ fetchSize = "#{Bindings.drives.rangeSize}" +.
+ rowBandingInterval = "1" id = "t1" rowSelection = 'single ' +.
+ width = '100% ' contentDelivery = 'immediate ' +.
+ columnResizing = 'disabled' autoHeightRows = '30 ' +.
+ columnStretching = "column: c7 ' disableColumnReordering = 'true ' +.
+ selectionListener = "#{DriveBean.onSelectionChange}" +.
+ partialTriggers =': t1 "> +"

The 'onSelectionChange' method looks like this:

+ ' public void onSelectionChange (SelectionEvent selectionEvent) {+
+ GenericTableSelectionHandler.makeCurrent (selectionEvent); +
+ goToDriveProperties(); +
+}+

+ public String goToDriveProperties() {+
+ return "gotoProperties"; +
+}+

The GenericTableSelectionHandler class looks like this:

+ public class GenericTableSelectionHandler {+
+ public GenericTableSelectionHandler() {+
+ super(); +
+}+

public static void makeCurrent (SelectionEvent selectionEvent) + {+
+ Table richeTableau = (RichTable) selectionEvent.getSource (); +
+ TableModel CollectionModel = (CollectionModel) table.getValue (); +
+ JUCtrlHierBinding adfTableBinding = (JUCtrlHierBinding) tableModel.getWrappedData (); +
+ DCIteratorBinding tableIteratorBinding = adfTableBinding.getDCIteratorBinding (); +
+ Object selectedRowDate = table.getSelectedRowData (); +
+ JUCtrlHierNodeBinding nodeBinding = selectedRowDate (JUCtrlHierNodeBinding); +
+ Key rwKey = nodeBinding.getRowKey (); +
+ tableIteratorBinding.setCurrentRowWithKey (rwKey.toStringFormat (true)); +
+}+
+}+

I don't know what to do with that to initiate this movement of workflow. Can someone help me?

The method used for navigation is NOT the navigation to the required page.

public String goToDriveProperties() {}
Return "gotoProperties";
}

Instead, call the navigation pro-grammatically Manager as follows:

* public String goToDriveProperties() {*}
FacesContext context = FacesContext.getCurrentInstance ();
context.getApplication () .getNavigationHandler () .handleNavigation (context,
NULL,
* 'gotoProperties'); *
}

Tags: Java

Similar Questions

  • Yesterday, I installed Photoshop CC (2014) through the creative cloud app. Now, when in Lightroom when I go to "change in" and select Photoshop CC (2014) and click on "edit copy with Lightroom adjustments", it opens Photoshop CC (2014) but my picture does

    Yesterday, I installed Photoshop CC (2014) through the creative cloud app. Now, when in Lightroom when I go to "Edit in" and select Photoshop CC (2014) and click on "edit copy with Lightroom adjustments", it opens Photoshop CC (2014) but my picture does not appear?  My picture is displayed when I click on "copy edit" or "edit original".

    How can I fix this so that I can open a photo in Lightroom WITH Lightroom adjustments? Thank you!

    My problem has been resolved by Adobe engineers. It seems that automatic resettlement carried out by sets of upgrade to win 10 everything to "run as Administrator". The simple solution, they told me was to disable this limitation and now everything works as it should.

  • I'm trying to export contacts as vcards icloud.  However, after that select the contacts and click on "Export as vcards" nothing happens.  Why?

    I'm trying to export contacts as vcards icloud.  However, after that select the contacts and click on "Export as vcards" nothing happens.  Why?  I tried this using edge and chrome and I run Windows 10

    I just tried with edge on Windows 10. I selected all the contacts, and then click Export, as vCards and nothing happen. Clicked on it again, still nothing. After 4 or 5 click on about 10 to 15 seconds he finally uploaded to the file Edge uses for downloads. I saw it happen before you go to a Mac using the Safari browser, but only 2 clicks were necessary.

  • Cannot install Windows on this disk selected disk.the has a MBR partition table. On EFI systems, windows can be installed only on GPT disks.

    Cannot install Windows on this disk selected disk.the has a MBR partition table.

    On EFI systems, windows can be installed only on GPT disks.

    When I try to install WS2008R2 in my turn lenovo G580 i5-3210 as a dual-boot option.

    Hello Pratap ReddyBh,

    As you try to install Windows Server 2008 R2, it would be better for you to ask your question in the TechNet Windows Server forums.
    Click on the link here for TechNet.

    Thank you

    Marilyn

  • When exporting my image in LR I select my brand of water in the drop-down list. Then I need to select 'Edit watermark' since the same drop-down menu in order to replace it. When I do that and click 'done' the watermark disappears in the export me

    When exporting my image in LR I select my brand of water in the drop-down list. Then I need to select 'Edit watermark' since the same drop-down menu in order to replace it. When I do that and click 'done' the watermark disappears in the box menu to export. When I click on "Export" the image exports WITHOUT my watermark. Help, please. As I did about everything that has been suggested in this forum and I still have this problem.

    I saw that too. For now, the workaround is that if you select 'Edit watermark,' when you are done editing be sure to reselect the same watermark. If you do not, the watermark menu will be empty.

    It seems to be a known bug that occurs only in the current version. If all goes well, it can be fixed in the next update. There is a page for her on the Photoshop/Lightroom Feedback site. I've added my vote to the page:

    LIGHTROOM CC - watermark on the question of export

  • Problem with headphone selection if the table has only one row

    Hi all

    I have developed a table in which I use selection listener to perform a task when a line is selected.
    It works fine when I have more than 1 row in the table, but when I did that one line in the table, the listener of selection do not call the corresponding method in the bean.
    I understand this selection event is raised only when the line is changed, but in the case of use when only one line is there, what do I do to make the listener of selection work?

    The selection listener I wrote the code to make the line selected as current line and perform the required task.

    Please suggest a way out of this situation.

    Thanks in advance.

    Hello

    try to remove this table attr

    selectedRowKeys="#{bindings.xxx_VO1.collectionModel.selectedRow}"
    
  • When a program is selected in the section programs of all, and the word "Uninstall" is clicked, nothing happens.

    Impossible to 'Uninstall' any program.  When a program is selected in the section programs of all, and the word "Uninstall" is clicked, nothing happens.   When the dialog box "Turn Windows features on or off" is selected, no buttons appear.   Having run "System Restore" to solve the problem without success.

    Hello

    1. don't you make changes to the computer until the problem occurred?

    Method 1: Try scanner SFC [SFC system] on the computer that would be a system file corrupt on the computer search and replace.

    http://support.Microsoft.com/kb/929833

    Method 2: If the problem persists then I suggest you to set up your computer in a clean boot state, and check to see if the same problem happens.

    By setting your boot system minimum state helps determine if third-party applications or startup items are causing the problem.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or Windows 7:
    http://support.Microsoft.com/kb/929135

    Note: After the boot minimum troubleshooting step, follow step 7 in the link provided to return the computer to a Normal startup mode.

    Hope this information is useful.

  • Cursor autour breaks and clicks in the Middle words or a page, when you type, selects areas of the document when writing and by typing the following key, all this goes away.

    I have Microsoft Windows Vista Home premium, Version 6.0 (Build 6002: Service Pack 2), was Norton Internet Security. Cursor autour breaks and clicks in the Middle words or a page, when you type, selects areas of the document when writing and by typing the following key, all this goes away. Perhaps because of my attempts to resolve this issue, some of my PC system has had problems, it became unstable, I've had several accidents that I got Norton 360, but it don't did me not the solution and stops working, I re installed Norton Internet Security. Please give some answers and advice on how to solve this problem, thank you.

    Hello

    You use a desktop or laptop computer?

    Is the mouse a mouse wired or wireless?

    What is the brand and model of the computer and the mouse?

    If you are using a laptop, I suggest to change the sensitivity of the mouse pad.

    If this is a wireless mouse it might be interference from another close to the mouse. Make sure that speech recognition is not enabled.

  • Is it possible to create a shuttle component in Oracle ADF, where the available and selected lists are tables of the adf?

    Hi all


    We use JDeveloper Studio Edition Version 12.1.3.0.0 and deployed on GlassFish Server Open Source Edition 3.1.2.2 (build 5) and connect to the SQLServer database.


    Is it possible to create a shuttle component in Oracle ADF, where the available and selected lists are tables of the adf?



    I did a POC sample on it. I can share with you. I can't put in my dropbox because dropbox is blocked in my network. Share your email. I'll send the POC through

  • I am trying to perform a static check on the model. When I double click the model and go to the tab control... There is nothing to select in the knowledge module. I want to use CKM here... but nothing appearing in the drop-down menu. The global KMs are no

    I am trying to perform a static check on the model. When I double click the model and go to the tab control... There is nothing to select in the knowledge module. I want to use CKM here... but nothing appearing in the drop-down menu. The global not supposed to KMs the listed here?

    Hello

    You have imported the whole CKM in modules of knowledge?

    If not, import ckm and do it.

    Kind regards

    Gangareddy.k

  • Update, and select from the same table

    Hello

    I have this selection - I've tested and work

    [code]

    Select
    case
    When DTF_REEW_201301.KTMO = 1 then DTF_REEW_201301.KTBT
    of other DTF_REEW_201301.KTBT - CTF_REEW_KUM_201301.KTBT
    end

    as KTBT_ISO,

    case
    When DTF_REEW_201301.KTMO = 1 then DTF_REEW_201301.KTZN
    of other DTF_REEW_201301.KTZN - CTF_REEW_KUM_201301.KTZN
    end

    as KTZN_ISO,

    case
    When DTF_REEW_201301.KTMO = 1 then DTF_REEW_201301.KTAB
    of other DTF_REEW_201301.KTAB - CTF_REEW_KUM_201301.KTAB

    end as KTAB_ISO,

    DTF_REEW_201301.brnrn,
    DTF_REEW_201301.ktat

    Of

    reewcore. CTF_REEW_KUM_201301 CTF_REEW_KUM_201301,
    reewdq. DTF_REEW_201301 DTF_REEW_201301

    where

    (DTF_REEW_201301.BRNRN = CTF_REEW_KUM_201301.BRNRN
    and DTF_REEW_201301.KTAT = CTF_REEW_KUM_201301.KTAT)
    and CTF_REEW_KUM_201301.KTMO = (DTF_REEW_201301.KTMO - 1).

    [/ code]

    With the result of KTBT_ISO, KTZN_ISO and KTAB_ISO I want to update the table 'reewdq. DTF_REEW_201301' - and this picture is in the select statement.

    I think I've tried every update statement - but no update does not work.

    I need something like this:

    [code]

    Update reewdq. DTF_REEW_201301 set t1 t1. KTBT_ISO =

    (

    Select
    case
    When DTF_REEW_201301.KTMO = 1 then DTF_REEW_201301.KTBT
    of other DTF_REEW_201301.KTBT - CTF_REEW_KUM_201301.KTBT
    end
    as KTBT_ISO

    Of

    reewcore. CTF_REEW_KUM_201301 CTF_REEW_KUM_201301,
    reewdq. DTF_REEW_201301 DTF_REEW_201301

    where

    (DTF_REEW_201301.BRNRN = CTF_REEW_KUM_201301.BRNRN
    and DTF_REEW_201301.KTAT = CTF_REEW_KUM_201301.KTAT)
    and CTF_REEW_KUM_201301.KTMO = (DTF_REEW_201301.KTMO - 1).

    ),

    T1. KTZN_ISO =

    (

    Select

    case
    When DTF_REEW_201301.KTMO = 1 then DTF_REEW_201301.KTZN
    of other DTF_REEW_201301.KTZN - CTF_REEW_KUM_201301.KTZN
    end
    as KTZN_ISO

    Of

    reewcore. CTF_REEW_KUM_201301 CTF_REEW_KUM_201301,
    reewdq. DTF_REEW_201301 DTF_REEW_201301

    where

    (DTF_REEW_201301.BRNRN = CTF_REEW_KUM_201301.BRNRN
    and DTF_REEW_201301.KTAT = CTF_REEW_KUM_201301.KTAT)
    and CTF_REEW_KUM_201301.KTMO = (DTF_REEW_201301.KTMO - 1).

    ),

    T1. KTAB_ISO =

    (

    Select
    case
    When DTF_REEW_201301.KTMO = 1 then DTF_REEW_201301.KTAB
    of other DTF_REEW_201301.KTAB - CTF_REEW_KUM_201301.KTAB
    end as KTAB_ISO

    Of

    reewcore. CTF_REEW_KUM_201301 CTF_REEW_KUM_201301,
    reewdq. DTF_REEW_201301 DTF_REEW_201301

    where

    (DTF_REEW_201301.BRNRN = CTF_REEW_KUM_201301.BRNRN
    and DTF_REEW_201301.KTAT = CTF_REEW_KUM_201301.KTAT)
    and CTF_REEW_KUM_201301.KTMO = (DTF_REEW_201301.KTMO - 1).

    )

    [/ code]

    But this isn´t of the labour code. Someone an idea please? Can someone help me please.

    Best regards

    Heidi

    Use MERGE:

    Fusion

    in reewdq. DTF_REEW_201301 t1

    a_l'_aide_de)

    Select the case sensitive option

    When DTF_REEW_201301.KTMO = 1 then DTF_REEW_201301.KTBT

    of other DTF_REEW_201301.KTBT - CTF_REEW_KUM_201301.KTBT

    end as KTBT_ISO,

    case

    When DTF_REEW_201301.KTMO = 1 then DTF_REEW_201301.KTZN

    of other DTF_REEW_201301.KTZN - CTF_REEW_KUM_201301.KTZN

    end as KTZN_ISO,

    case

    When DTF_REEW_201301.KTMO = 1 then DTF_REEW_201301.KTAB

    of other DTF_REEW_201301.KTAB - CTF_REEW_KUM_201301.KTAB

    end as KTAB_ISO,

    reewdq. ROWID that RID

    of reewcore. CTF_REEW_KUM_201301 CTF_REEW_KUM_201301,

    reewdq. DTF_REEW_201301 DTF_REEW_201301

    where DTF_REEW_201301.BRNRN = CTF_REEW_KUM_201301.BRNRN

    and DTF_REEW_201301.KTAT = CTF_REEW_KUM_201301.KTAT

    and CTF_REEW_KUM_201301.KTMO = DTF_REEW_201301.KTMO - 1

    ) t2

    on)

    T1. ROWID = t2.rid

    )

    When Fachhochschule

    then

    Update

    the t1 value. KTBT_ISO = t2. KTBT_ISO,

    T1. KTZN_ISO = t2. KTZN_ISO,

    T1. KTAB_ISO = t2. KTAB_ISO

    /

    SY.

  • When I select the dough and special option only first two selectable WHY options?

    Salvation;

    When I select Paste and special option only two selectable options. Why can I selects two other options?

    Tea (P.80) Dreamweaver CS4 Missing Manual the first two are supported for all operations of collage and the last two are available only when you paste from Microsoft Word or Excel

  • How to add the same name of datagrid records, while I'm by selecting one of the check and click Add end to end

    Hi friends,

    I do flex mxml 4 web application with as3, I am struck upward in the next concept, shar your suggession thereon.

    I use datagrid with 3 columns NUMBER, NAME, AMOUNT. an and a box Add button and a delete button.

    I have two records in the same name in the grid, when I click on a record in the grid and click ADD means of button this year, both AMOUNT WILL ADD records that record with the same name and give this value in a text box.

    How to do this?

    useful suggesssion or sample modal

    Thanks in advance,

    B.Venkatesan.

    Hello

    var totalsum:int = 0;

    var index: int = db.selectedindex;

    var selname:string = bd.dataprovide.getItemAt (index) .name;

    var totallen: int = (db.dataprovider) .length;

    for (var i: int = 0; i<>

    {

    var checkduplicate:string is bd.dataprovide.getItemAt (i) .name;.

    if(checkduplicate==selname)

    {

    totalSum += bd.dataprovide.getItemAt (i). AMOUNT;

    }

    }

    textfield_id. Text = totalSum

    ---------------------------------------------------------------------- ----------------------------

    Gallot Hiroji | [email protected] | www.isacglobal.com

    ---------------------------------------------------------------------- ----------------------------

  • Can change us line selected in ADF without using click to edit table feature.

    JDEV 12.1.3.0

    Hi Experts,

    Is there a way we can select a row in the table and click the button change the Panel collection. While the row becomes editable.

    Whatever row, we select and click on the edit button. This line becomes editable thattime only. Otherwise always disabled.

    Without using click to modify the ADF table feature.

    Thank you

    AR

    I had similar usecase

    Maybe you can tweek this blog to meet your needs

    Born in DeBug: press the Edit button to make editable line Table.

  • Tabs does not. Do not remove the messages. Tried to reinstall AND reset (set only for two days).

    Something hinky (and no, it is not a virus).

    Following an 'Upgrade' of v40, I started to experience problems.

    When I open Thunderbird, it shows my home, not my Inbox tab. If I select my Inbox, the window does not change. By clicking on the "Read Messages" link does nothing. The only way to view my Inbox is right-click on it and choose to display it in a new tab. Then I have to manually switch to this tab.

    Once there, if I select a message and click on delete, the message is * copy * not moved to trash (the message remains open on the screen, while the Trash count rises by 1.) However, if I close Thunderbird, the "deleted" message no longer appears in my Inbox.

    By clicking on the buttons "Write" and "Address book" has no effect. By clicking on 'Options' in the menu 'Tools' doesn't do anything, but clicking on 'Account settings' works very well.

    Reinstall does not help. The data files are likely be corrupted because delete and recreate them solves the problem... but only for a few days. Then I'm right back where I started.

    I have NO add-on (at least, I have not before all the trouble started. I can't confirm now because the ' Add on ' link no longer works) and my PC is virus-free. Thunderbird is the only program behaving oddly.

    I even tried * degradation * Thunderbird to v38.2, but it did not help.

    Any ideas how to solve this problem? THX.

    Quick follow-up.

    It seems that the beta version of v40 corrupt my mail files. After that goes back to v38.2 and recreate my accounts from scratch, the problem has not returned.

  • Possible to option and click to add a new table lines WITH borders

    I recently "upgraded" to the latest version of the Pages. In the version previous (Pages ' 09), option-click on a row or column added a line or column and the new, it would automatically have the same borders that has been clicked on the option.

    In this new version, option-click adds the row or column, but it is not about the attributes of the edge of the line or the previous column.

    Is it possible to do without having to go into the cell style attributes and assign borders for each?

    Any rejection of Pages v5 (including 5.6.2) is based on the Pages ' 09 v4.3. They are quite different applications and v5 lacks about 100 features that did not exist in the Pages ' 09. Even the architecture of document is not backward compatible. Your upgrade to the last Pages is a downgrade in functionality, and Pages ' 09 likely lies in Applications: iWork ' 09 file. Use and treat yourself to a true upgrade.

    That said, I've selected a line in a new table of Pages v5. Changed the border line and color to 2 pt and blue respectively. Then I option-click on this line several times, and the added lines were identical on the border style has changed from the original line. I can't reproduce your problem described here.

    Tested with Pages v5.6.2 on OS X 10.11.6.

Maybe you are looking for