Table empty ADF Swing of sizing.

Hi all
I have an empty Panel created from ADF Swing. Can I do a right click on it (panel.java) and run it, which opens a panel empty. The Panel that opens is 6 inches by 5 inches way to small. My question is how can I do this Panel to open full screen when I run?

Thank you.
Bobby has.

Hi Bobby,.

I suppose that you leave JDeveloper generate ADF Swing Application with the model and view projects. So right click on the draft opinion-> New-> profiles-> JAR file deployment - give a name and folder (e.g. archive1.jar)
Then right-click on the view again once-> deployment-> archive1-> jar

in my case, I have my pot in this path: D:\java_11\Swing1\View\deploy\archive1.jar
Now I can run my main method in the Form class, which in my case is actually brano.swing1.view.FormDeptView2 (brano.swing1.view is the name of the package) any place where java the same version I used to compile in JDeveloper is installed
But you have to study what other jars (libraries) is also necessary. The easiest way how to test is to copy the command-line of the JDeveloper when you click Run and go to the JRE of JDeveloper studio folder and run your jar it:

My JDeveloper JRE is in d:\jdev11\jdk160_11\bin\java.exe sort:

d:\jdev11\jdk160_11\bin\java.exe -client -classpath D:\java_11\Swing1\.adf;D:\java_11\Swing1\View\classes;D:\java_11\Swing1\Model\classes;D:\jdev11\jdeveloper\modules\oracle.idm_11.1.1\identitystore.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\adfm.jar;D:\jdev11\jdeveloper\modules\groovy-all-1.6.0.jar;D:\jdev11\jdeveloper\adfdt\lib\adf-dt-at-rt.jar;D:\jdev11\jdeveloper\adfdt\lib\adf-transactions-dt.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\adfdt_common.jar;D:\jdev11\jdeveloper\modules\oracle.xdk_11.1.0\xmlparserv2.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\db-ca.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\jdev-cm.jar;D:\jdev11\jdeveloper\modules\oracle.ldap_11.1.1\ojmisc.jar;D:\ jdev11\jdeveloper\modules\oracle.adf.share_11.1.1\commons-el.jar;D:\jdev11\jdeveloper\modules\oracle.adf.share_11.1.1\jsp-el-api.jar;D:\jdev11\jdeveloper\modules\oracle.adf.share_11.1.1\oracle-el.jar;D:\jdev11\modules\javax.activation_1.1.0.0_1-1.jar;D:\jdev11\jdeveloper\modules\oracle.adf.share_11.1.1\adf-share-support.jar;D:\jdev11\jdeveloper\modules\oracle.adf.share.ca_11.1.1\adf-share-ca.jar;D:\jdev11\jdeveloper\modules\oracle.adf.share.ca_11.1.1\adf-share-base.jar;D:\jdev11\jdeveloper\modules\oracle.adf.share_11.1.1\adflogginghandler.jar;D:\jdev11\jdeveloper\modules\oracle.jmx_11.1.1\jmxframework.jar;D:\jdev11\jdeveloper\modules\oracle.jmx_11.1.1\jmxspi.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\bc4j-mbeans.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\ bc4jwizard.jar;D:\jdev11\jdeveloper\modules\oracle.javatools_11.1.1\resourcebundle.jar;D:\jdev11\jdeveloper\modules\oracle.ldap_11.1.1\ldapjclnt11.jar;D:\jdev11\jdeveloper\modules\oracle.jps_11.1.1\jps-api.jar;D:\jdev11\jdeveloper\modules\oracle.jps_11.1.1\jps-common.jar;D:\jdev11\jdeveloper\modules\oracle.jps_11.1.1\jps-ee.jar;D:\jdev11\jdeveloper\modules\oracle.jps_11.1.1\jps-internal.jar;D:\jdev11\jdeveloper\modules\oracle.jps_11.1.1\jps-unsupported-api.jar;D:\jdev11\jdeveloper\modules\oracle.jps_11.1.1\jacc-spi.jar;D:\jdev11\jdeveloper\modules\oracle.pki_11.1.1\oraclepki.jar;D:\jdev11\jdeveloper\modules\oracle.osdt_11.1.1\osdt_core.jar;D:\jdev11\jdeveloper\modules\oracle.osdt_11.1.1\osdt_cert.jar;D:\jdev11\jdeveloper\modules\oracle.osdt_11.1.1\osdt_xmlsec.jar;D:\jdev11\jdeveloper\ modules\oracle.iau_11.1.1\fmw_audit.jar;D:\jdev11\modules\javax.security.jacc_1.0.0.0_1-1.jar;D:\jdev11\jdeveloper\BC4J\jlib\bc4jtester.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\bc4jsyscat.jar;D:\jdev11\jdeveloper\jlib\ohj.jar;D:\jdev11\jdeveloper\jlib\help-share.jar;D:\jdev11\jdeveloper\modules\oracle.bali.share_11.1.1\share.jar;D:\jdev11\jdeveloper\jlib\jewt4.jar;D:\jdev11\jdeveloper\jlib\oracle_ice.jar;D:\jdev11\jdeveloper\ide\lib\idert.jar;D:\jdev11\jdeveloper\ide\lib\javatools.jar;D:\jdev11\wlserver_10.3\server\lib\weblogic.jar;D:\jdev11\jdeveloper\modules\oracle.mds_11.1.1\mdsrt.jar;D:\jdev11\modules\javax.servlet_1.0.0.0_2-5.jar;D:\jdev11\modules\javax.jsp_1.1.0.0_2-1.jar;D:\jdev11\ wlserver_10.3\server\ext\jdbc\oracle\11g\ojdbc6.jar;D:\jdev11\jdeveloper\modules\oracle.adf.share_11.1.1\commons-cli-1.0.jar;D:\jdev11\jdeveloper\modules\oracle.xmlef_11.1.1\xmlef.jar;D:\jdev11\jdeveloper\modules\oracle.dms_11.1.1\dms.jar;D:\jdev11\jdeveloper\modules\oracle.xdk_11.1.0\xml.jar;D:\jdev11\jdeveloper\modules\oracle.javacache_11.1.1\cache.jar;D:\jdev11\jdeveloper\modules\oracle.ucp_11.1.0.jar;D:\jdev11\jdeveloper\modules\oracle.odl_11.1.1\ojdl.jar;D:\jdev11\jdeveloper\modules\oracle.javatools_11.1.1\javatools-nodeps.jar;D:\jdev11\jdeveloper\modules\oracle.nlsrtl_11.1.0\orai18n-collation.jar;D:\jdev11\jdeveloper\modules\oracle.nlsrtl_11.1.0\orai18n-mapping.jar;D:\jdev11\jdeveloper\modules\oracle.nlsrtl_11.1.0\orai18n-servlet.jar;D:\jdev11\jdeveloper\modules\oracle.nlsrtl_11.1.0\ orai18n-translation.jar;D:\jdev11\jdeveloper\modules\oracle.nlsrtl_11.1.0\orai18n-utility.jar;D:\jdev11\jdeveloper\modules\oracle.nlsrtl_11.1.0\orai18n.jar;D:\java_11\Application3\Model\classes;D:\jdev11\jdeveloper\modules\oracle.adf.share_11.1.1\adfsharembean.jar;D:\jdev11\jdeveloper\modules\oracle.adf.view_11.1.1\dvt-jclient.jar;D:\jdev11\jdeveloper\modules\oracle.adf.view_11.1.1\dvt-utils.jar;D:\jdev11\jdeveloper\jlib\inspect4.jar;D:\jdev11\jdeveloper\jdev\extensions\oracle.jdeveloper.jgoodies\forms-1.0.6.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\bc4jimdomains.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\ordim.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\ordhttp.jar;D:\jdev11\jdeveloper\ord\jlib\jmf.jar;D:\jdev11\jdeveloper\jdev\lib\jdev-rt.jar;D:\ jdev11\jdeveloper\sqlj\lib\runtime12.jar brano.swing1.view.FormDeptView2

of course, you can it reduce the way store you only the necessary bribes in some names only folder and the name of jars in the classpath. You can create a script file (on windows .bat and set JAVA_HOME variable run from any folder)

Kind regards

Branislav

Tags: Java

Similar Questions

  • Programatcially [ADF-Swing] force executeQuery() on master VO?

    Hello

    ADF - 11.1.1.5 (ADF-Swing)

    my application has a relationship master detail of two ViewObjects.

    Retail VO has no generated Java:

    VO-def.png

    In my Swing form in this VO detail update, I need to run on the master VO executeQuery() since the backend changes IDs to update details.

    How can I force a refresh of the master VO?

    I would like to avoid changes in the generated code of ADF. Is my possible requirement without code generated by changes in the ADF?

    Good bye

    DPT

    Solved: an instance of the master VO passed to the detail form

    Good bye

    DPT

  • Cannot find the ADF Swing on JDeveloper 12.1.3 option

    Hi all

    Worked with the ADF and JDeveloper for a couple of years now. I have a personal project that I want to use the ADF Swing, I find this feature under the new gallery on JDeveloper 11.1.1.7. But can't find it on 12.1.3. The only way I can use it by importing a project created on a previous version of JDeveloper. ADF Swing half 12 c?

    UPDATE: I can't use a previous version of JDeveloper because integration with SQLite to build the BC only works on 12 c.

    Thanks for the replies guys, but I installed JDeveloper 12.1.2.0 and it still have the ADF Swing function. I guess they took only on 12.1.3.

  • Java ADF Swing

    When can I get information about the Java Swing Application with ADF:
    http://docs.Oracle.com/CD/E24382_01/Web.1112/e16181/TOC.htm

    Published by: Edward D.G. on 23 January 2013 15:35

    Hello.

    ADF Swing was not good documentation for years. And now, it has been officially deprecated when ADF 11.1.2.0.0 was released. See:

    http://www.Oracle.com/technetwork/developer-tools/jdev/shermanrelnotes-405777.html#swing

    ADF Swing will disappear completely in 12 c, apparently.

    Of course, nothing prevents you to generate a Swing application that will access the logic ADF BC remotely through web services, for example. However, you will not have the advantage of the swing to the EJB binding layer which provided ADF Swing.

    Best regards

    Frédéric.

  • EL and ADF Swing

    Hello

    I created a view of swing for my application of ADF (quite new for me, swing,...) and I would like to know how I can use the location of elements such as frame title, the names of menu items, etc.
    I use JDeveloper 11.1.1.3.0

    Hello

    you use Java resource bundles and are referencing the keys in there. In this regard, the ADF Swing is no different from any Java Swing example that you can find using Google

    Frank

  • problem to deploy a project of ADF swing

    Hello

    Hope someone can help me out in these error messages (Houston-29000, Houston-33003).
    I want to deploy my project of adf swing, but I can't find the solution to this problem.
    In jdev11 everything perfectly executed when I use this app, but when I try to run the jar deployed since the terminal I get the following errors:

    $java - jar-myapp.jar


    oracle.jbo.JboException: Houston-29000: Unexpected exception caught: java.lang.NullPointerException, msg = null
    at oracle.adf.model.binding.DCIteratorBinding.reportException(DCIteratorBinding.java:363)
    at oracle.adf.model.binding.DCIteratorBinding.callInitSourceRSI(DCIteratorBinding.java:1656)
    at oracle.adf.model.binding.DCIteratorBinding.internalGetRowSetIterator(DCIteratorBinding.java:1616)
    at oracle.adf.model.binding.DCIteratorBinding.getRowSetIterator(DCIteratorBinding.java:1580)
    at oracle.adf.model.binding.DCIteratorBinding.getNavigatableRowIterator(DCIteratorBinding.java:1873)
    at oracle.adf.model.binding.DCIteratorBinding.refreshControl(DCIteratorBinding.java:653)
    at oracle.jbo.uicli.binding.JUIteratorBinding.refreshControl(JUIteratorBinding.java:473)
    at oracle.adf.model.binding.DCIteratorBinding.refresh(DCIteratorBinding.java:4311)
    at oracle.adf.model.binding.DCBindingContainer.refreshExecutables(DCBindingContainer.java:3320)
    at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3165)
    at oracle.adf.model.binding.DCBindingContainer.refreshControl(DCBindingContainer.java:2791)
    to the view. Form.setBindingContext (Form.java:404)
    to the view. Form.main (Form.Java:455)
    Caused by: java.lang.NullPointerException
    at oracle.adf.model.binding.DCIteratorBinding.initSourceRSI(DCIteratorBinding.java:1750)
    at oracle.adf.model.binding.DCIteratorBinding.callInitSourceRSI(DCIteratorBinding.java:1640)
    ... 11 more
    # # 0 in detail
    java.lang.NullPointerException
    at oracle.adf.model.binding.DCIteratorBinding.initSourceRSI(DCIteratorBinding.java:1750)
    at oracle.adf.model.binding.DCIteratorBinding.callInitSourceRSI(DCIteratorBinding.java:1640)
    at oracle.adf.model.binding.DCIteratorBinding.internalGetRowSetIterator(DCIteratorBinding.java:1616)
    at oracle.adf.model.binding.DCIteratorBinding.getRowSetIterator(DCIteratorBinding.java:1580)
    at oracle.adf.model.binding.DCIteratorBinding.getNavigatableRowIterator(DCIteratorBinding.java:1873)
    at oracle.adf.model.binding.DCIteratorBinding.refreshControl(DCIteratorBinding.java:653)
    at oracle.jbo.uicli.binding.JUIteratorBinding.refreshControl(JUIteratorBinding.java:473)
    at oracle.adf.model.binding.DCIteratorBinding.refresh(DCIteratorBinding.java:4311)
    at oracle.adf.model.binding.DCBindingContainer.refreshExecutables(DCBindingContainer.java:3320)
    at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3165)
    at oracle.adf.model.binding.DCBindingContainer.refreshControl(DCBindingContainer.java:2791)
    to the view. Form.setBindingContext (Form.java:404)
    to the view. Form.main (Form.Java:455)


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


    oracle.jbo.ConfigException: Houston-33003: lnrrec login name is not defined.
    at oracle.jbo.client.Configuration.initializeFromConnectionName(Configuration.java:1085)
    at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:593)
    at oracle.jbo.common.ampool.PoolMgr.createPool(PoolMgr.java:328)
    at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:587)
    at oracle.adf.model.bc4j.DCJboDataControl.findApplicationPool(DCJboDataControl.java:564)
    at oracle.adf.model.bc4j.DCJboDataControl.initializeSessionCookie(DCJboDataControl.java:391)
    at oracle.adf.model.bc4j.DCJboDataControl.initializeJboSession(DCJboDataControl.java:305)
    at oracle.adf.model.bc4j.DataControlFactoryImpl.createSessionInternal(DataControlFactoryImpl.java:199)
    at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:123)
    at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:166)
    at oracle.adf.model.BindingContext.instantiateDataControl(BindingContext.java:819)
    at oracle.adf.model.dcframe.DataControlFrameImpl.doFindDataControl(DataControlFrameImpl.java:1070)
    at oracle.adf.model.dcframe.DataControlFrameImpl.internalFindDataControl(DataControlFrameImpl.java:973)
    at oracle.adf.model.dcframe.DataControlFrameImpl.findDataControl(DataControlFrameImpl.java:933)
    at oracle.adf.model.BindingContext.internalFindDataControl(BindingContext.java:939)
    at oracle.adf.model.BindingContext.get(BindingContext.java:896)
    at oracle.adf.model.binding.DCBindingContainer.findDataControl(DCBindingContainer.java:1519)
    at oracle.adf.model.binding.DCIteratorBinding.initDataControl(DCIteratorBinding.java:2403)
    at oracle.adf.model.binding.DCIteratorBinding.getDataControl(DCIteratorBinding.java:2348)
    at oracle.jbo.uicli.jui.JUPanelBinding.useDefaultDataControl(JUPanelBinding.java:903)
    at oracle.jbo.uicli.jui.JUPanelBinding.setup(JUPanelBinding.java:125)
    to the view. Form.setBindingContext (Form.java:399)
    to the view. Form.main (Form.Java:455)


    Houston-33003: Lnrrec login name is not defined. I checked all the properties, but I have not find any problem with the connection.
    Connection type is: Oracle OJBC
    Connection test is "Success!"

    I got the same error message when I try to deploy the following Oracle official sample: [build Rich Client forms using ADF Swing and ADF business components | http://www.oracle.com/technology/obe/obe1013jdev/10131/adf%20swing/master_detail_page_adfswing_bc.htm]

    Any help is appreciated!

    Kind regards

    Roland

    Hi Roland,

    Why don't you try running your application with the settings as seen in JDev on 'Messages' by the sticky to your shell?

    If it goes well in JDeveloper, I think the problem is on some missing libraries.

  • No coordination happening between the form of table and adf Adf

    I created an entity object.

    In the page, I separated the two page in horizontally with separator and top once again part I applied the vertical separator.

    Upper area, left side, I created adf search fast and right side have added the collection of panel above it, I added adf table.

    The bottom region, I created the dashboard Panel and I created two box. 1 box, I created the shape of the adf.

    Now the part of the question.

    What I've inserted into the quick query part are completed in the table of the adf, but when I move the cursor on each line on adf table form respective adf not getting not changed and it only shows the 1st record of adf table.


    Please guide me where I made mistake.


    Thanks in advance


    Kind regards

    Iqbal

    Now, I changed af:table set rowSelection = "single" and previously empty

    but I don't know what 'something' must map as I am new to ADF for this part selectionListener = ' something '

    Drag / move your new VO as a table and the 'select lines' option so it is automatically generated.

    Dario

  • Inserting a new record in the database using a form empty ADF

    Hello

    I'm trying to insert a new record into the database using a form.

    I have an Employee table and its corresponding entity object and the view object. The table has an id that is used as the primary key and is filled using a sequence in the comic book.

    Data controls, I dragged and dropped at the sight of the employee as a form of ADF and checked the submit button include. Then I dragged and dropped the validation on submit button operation.

    When I connect to the app and go to the page used to create, I have 2 problems:
    1 - the form is filled with the logged in user info.
    2. If I try to change the news and validation, the user info is changed in the database and no new record is created.

    It makes a little sense to me, but I would like to know if there is a way around it (get an empty form and insert a new record).
    NB: the employee id is not part of the form, I want to be filled using the sequence.

    Kind regards
    MB

    User, please tell us your jdev version!

    To do this, you must create a new record before going to the display of the form page. In a stubborn workflow (btf), you drag the operation createInsert of the VO on the btf and it will generate a link method, add a view to the btf and put a navigation of the binding of the method of the page. Mark the method as 'Activity by default'. Now, ren, you call the workflow, you create a new record that will show your blank form.

    Timo

  • Highlight cell empty ADF

    Using JDeveloper 11.1.13,.

    I have af | table with column A and whenever I click on the "Import" button it will update the column A with the new values. Once the update is finished I want to hightlight empty cells in the column "A"(qui n'ont pas été actualisés et sont null) and display a message. "" I think that has to be managed in the count but don't know how. Can you get it someone please let me know?

    1. only after import is clicked: Add the listener to the action to import and to define a variable pageFlowScope that captures a value click on the link/button to import.
    Add to your operator to compare this condition #{(ligne. == null && ?-color: red ": null)}

    2. Select the table in the window structure, go to the Inspector properties, table columns. For the column change the "component to use" text of entry ADF
    and for this component value ReadOnly = true

    Amit

  • Table empty after I save/close/reopen project

    I run a VI Script that analyzes a text file and creates multiple control/indicator, (among others) accompanied by a table that contains all the information, I care for each indicator/control (i.e. its name, address, mask bits, etc.).  This table is a table 3D channels.  It is all created in a new VI, let's call it IP_block_1.vi.

    I'm going to the IP_block_1.vi block diagram and copy (CTRL-C) the entire contents and paste them into the block diagram of my final VI.  I repeat for each text file, I'm worried.

    I just realized something good.  The array of strings... when I copy in final.vi at the beginning, all is well, and the content is there.  I can click on the arrows of the indicator array index and see all the values.

    However, once I have save and close the project, and then open, the table is there but there is no value in there.  It is completely empty.  I don't see how this can happen... What don't get me?

    Of course!!!  That makes perfect sense... it's a table control if she wants a default!

    Thank you very much!

  • WRT54G2 DHCP Client Table empty.

    OK this thing is 4 days and worked fine until today. Wireless can connect to it. My DHCP client table is empty (does not see the same wired connections). I tried the firmware update, reset to factory settings I even unplugged it DST foer. No luck.

    Note: this was bought to replace a month 8 old WRT160N which oddly would not release someone from the DHCP client table and would regularly not people to reconnect because he thought that it was already connected. That the only solution was to go inside and remove them manually.

    I don't know what you guys done different with this generation, but you should have stayed with your old G

    Sorry I never posted back, but here is the solution.

    It worked only for the WRT54G2 and not for the WRT160N problem (Im sure this is a hardware problem).

    In any case apparently AVG default firewall (now) blocks all network discovery when it is enabled in your operating system. How and why it affected the client DHCP table i havnt yet understood.

    Solution: If your AVG version help complete (not free) goto Tools/settings system//(whatever profile your using either Standalone or Small home or office) Firewall service. Now scroll CPP of Windows service and to allow for the change. Viola everything works now. Went and did it on all my computers on the netwrk with full AVG and it works now.

  • Panel application question format Table number ADF

    Hi all

    Thanks for your time in reading this thread. Here's the JDeveloper version information:

    Oracle JDeveloper 11g Release 1 11.1.1.6.0

    Studio Edition Version 11.1.1.6.0

    Build JDEVADF_11.1.1.6.0CLOUD_GENERIC_121118.1600.6229

    Copyright © 1997, 2011 Oracle and/or its affiliates. All rights reserved.

    The IDE version: 11.1.1.6.38.62.29

    Product ID: oracle.jdeveloper

    Product version: 11.1.1.6.38.62.29

    Version of the component

    ========= =======

    11.1.1.62.29 ADF business components

    Java (TM) Platform 1.6.0_24

    Oracle IDE 11.1.1.6.38.62.29

    Support versioning 11.1.1.6.38.62.29

    Question:

    ~~~~

    I created a group of ADF with Table query for all searchable attributes of a view object. Little attribute is of type database column NUMBER and their ADF attribute type is oracle.jbo.domain.Number. Some of these attributes are having more than 4 decimal places.

    For example: Cost attribute value is 1.23004

    After you run the search page, when I enter cost value as 1.23004, after the tab out. the value of cost in the criteria section is changed to 1.23 which is originally no results to return, even if the record with cost 1.23004 exists in the database. Initially, the table of results also showed only 1.23 as cost value. I changed the af: convertNumber MaxFractionDigits on 10 to show all of the up to 10 decimal precision (if it exists). After this is done, the result table shows the correct value (1.23004). but the search criteria still rounds up 1.23 for the first time. If the 1.23004 value is entered again it retains the value entered and search result works very well.

    Is there anyway that the automatic formatting of the criteria can be disabled? It is otherwise better to show all decimal values without rounding or the definition of the MaxFractionDigits?

    Really appreciate your help on this.

    Thank you.

    Sorry for the confusion.

    Build your own referee criteria view, you add the attribute number and check the tab user interface of suspicion for the attribute. Check if you can change the format here. As I'm not in front of a pc that I have to look at the other options. It may be a bug.

    There is this programmatic approach Oracle ADF Guide step by step - Oracle ADF tutorial: handle stripped to the ADF query component - see the values of input query but it should be possible to operate for the types of number with fraction numbers more then 2 out of the box.

    Timo

  • Selection of strength to call for listener table the ADF

    Hello

    JDev 11.1.2.4

    I wrote a custom listener selection I associate with my table of the adf.

    < af:table selectionListener = "#{pageFlowScope.rangePaging.singleSelectionListener}" >

    It is called as expected every time except when I click on a line that is already selected. For example, you have a table with 1 row, the row is selected by default after the initial rendering. Then you click on a link that is of type int row. The selection listener is supposed to be called, but it is not. I guess the selection listener is too smart, that he is not triggered because the line is already selected.

    Is there a way to force the listener to selection to be called even if the line is already selected?

    Thank you

    Hello

    I guess you need the selection of the event initially. to do this, remove the property selectedRowKeys, then by default no line will be selected.

    Kind regards

    Birame

  • Table sortable ADF - particular cases

    JDeveloper 12.1.2

    Hello

    Is there an easy way (phew box) to provide the sorting of columns in table 'Advanced '? Let's say I have a table with 2 two columns. What I would do is this kind of arrows (as those currently on the table of the ADF) on the FIRST column (or other specified general column) out in first and second.

    Basically peform: ORDER BY col1, col2;

    Just stumbled upon this former solution (you never know all)

    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/May2011-OTN-harvest-404586.PDF 'Declarative for ADF multicolumn sorting related tables. "

    You you want to do this automatically, you can replace the method mentioned above. Here, you can create a new SortCriteria. BLAH, you use the class oracle.jbo.SortCriteriaImpl as SortCriteria it is only an interface. Look at this class and you see how to do this. This test adds table of the methos and call super. That should do it.

    Timo

  • Creating a table fixed adf read-only for the month

    Hello world

    I was wondering if it would be possible to create a table read-only horizontal adf fixed with the months of the year. I am pretending to do is the following:

    Jan Feb March April May June

    Jul there are seven Oct Nov Dec

    Really, it isn't serious me if I create the table by hand or the month comes from a table in a database, but is it possible? How would you do it?

    I really tried to do, I tried foreach, a table, I tried to browse but I couldn't do it.

    Any help or ideas from anyone? How can you do a foreach statement and 'divide' table of the adf two?

    The example I want to achieve with this idea: https://www.dropbox.com/s/w03nyuizkzgyq21/Capture.PNG

    I use Jdeveloper 12.1.2.0.0.

    Kind regards

    Frederico.

    The attributes of need 6 vo and two lines to get your page layout. First line contains jan-June and the 2nd row from July to December...

    Or you use a panlelGridLayout with two rows one 6 cells and set each throttle in its own cell. Looks like a table but is not a.

    Timo

Maybe you are looking for

  • What is next to my dock?

    I have no idea how to do that question because I don't know what it is, but I get this little popup of the messaging application and the calendar application on the left side of the dock on my iMac.  What is this and how can I make it stop?  It is ve

  • When I try to bring up Mozilla Firefox, I "InBox"? Its a terrible search engine. How to return to Firefox?

    When I click on the firefox icon in the toolbar on a mac, I "InBox" as a search engine. How can I get rid of it and go back to Firefox and Google?

  • NB305 - does not start after upgrading memory

    Have just bought 2GB memory update for Toshiba NB305-106, and it does not work. Machine unbootable - started 1 GB module. Just read a post on memory upgrade problems - different users having problems and they used Crucial memory without any problems.

  • OfficeJet 4630

    I am running Windows 7 Home Premium. I can scan my computer, but when I print to it, nothing comes out. My wife can print wireless from Windows 8. I tried to use the resolution of problems in the devices and settings. The printer is listed as the def

  • Add the second scale of Y on the right side of a chart

    Hello I use a waveform table to display temperatures (scale Y) versus time (X-Scale). My card is wide enough to see a range of "long", and I would just copy the scale Y and display it on the right side of the chart once again, simply for better reada