Add ToolTip to the line of the selected table

Hi all

I would like to add a ToolTip to a selected line to display by hovering or clicking on a line. Wondering if someone could point me to the documentation on how to do it. I was able to add a ScreenTip to a table column header, but I would like to as that is more dynamic and change based on the line currently being flown (for example display an information column field of a line that is currently be flown over).


Any help is appreciated,
Wraith

Hello
Hope useful suite

http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/35-passing-values-to-popup-169177.PDF

Tags: Java

Similar Questions

  • Add more than 2 lines for a select statement without inserting rows in the base table

    Hi all

    I have a below a simple select statement that is querying a table.

    Select * from STUDY_SCHED_INTERVAL_TEMP
    where STUDY_KEY = 1063;

    but here's the situation. As you can see its return 7 ranks. But I must add
    2 rows more... with everything else, default or what exist... except the adding more than 2 lines.
    I can't insert in the base table. I want my results to end incrementing by 2 days in
    measurement_date_Taken on 01-APR-09... so big measurement_date_taken expected to
    end at study_end_Date...



    IS IT STILL POSSIBLE WITHOUT INSERT ROWS IN THE TABLE AND PLAYIHY ALL AROUND WITH
    THE SELECT STATEMENT?

    Sorry if this is confusing... I'm on 10.2.0.3

    Published by: S2K on August 13, 2009 14:19

    Well, I don't know if this request is as beautiful as my lawn, but seems to work even when ;)
    I used the "simplified" version, but the principle should work for your table, S2K.
    As Frank has already pointed out (and I fell on it while clunging): simply select your already existing lines and union them with the 'missing documents', you calculate the number of days that you are "missing" based on the study_end_date:

    MHO%xe> alter session set nls_date_language='AMERICAN';
    
    Sessie is gewijzigd.
    
    Verstreken: 00:00:00.01
    MHO%xe> with t as ( -- generating your data here, simplified by me due to cat and lawn
      2  select 1063 study_key
      3  ,      to_date('01-MAR-09', 'dd-mon-rr') phase_start_date
      4  ,      to_date('02-MAR-09', 'dd-mon-rr') measurement_date_taken
      5  ,      to_date('01-APR-09', 'dd-mon-rr') study_end_date
      6  from dual union all
      7  select 1063, to_date('03-MAR-09', 'dd-mon-rr') , to_date('04-MAR-09', 'dd-mon-rr') , to_date('01-APR-09', 'dd-mon-rr') from dual union all
      8  select 1063, to_date('03-MAR-09', 'dd-mon-rr') , to_date('09-MAR-09', 'dd-mon-rr') , to_date('01-APR-09', 'dd-mon-rr') from dual union all
      9  select 1063, to_date('03-MAR-09', 'dd-mon-rr') , to_date('14-MAR-09', 'dd-mon-rr') , to_date('01-APR-09', 'dd-mon-rr') from dual union all
     10  select 1063, to_date('03-MAR-09', 'dd-mon-rr') , to_date('19-MAR-09', 'dd-mon-rr') , to_date('01-APR-09', 'dd-mon-rr') from dual union all
     11  select 1063, to_date('22-MAR-09', 'dd-mon-rr') , to_date('23-MAR-09', 'dd-mon-rr') , to_date('01-APR-09', 'dd-mon-rr') from dual union all
     12  select 1063, to_date('22-MAR-09', 'dd-mon-rr') , to_date('30-MAR-09', 'dd-mon-rr') , to_date('01-APR-09', 'dd-mon-rr') from dual
     13  ) -- actual query:
     14  select study_key
     15  ,      phase_start_date
     16  ,      measurement_date_taken
     17  ,      study_end_date
     18  from   t
     19  union all
     20  select study_key
     21  ,      phase_start_date
     22  ,      measurement_date_taken + level -- or rownum
     23  ,      study_end_date
     24  from ( select study_key
     25         ,      phase_start_date
     26         ,      measurement_date_taken
     27         ,      study_end_date
     28         ,      add_up
     29         from (
     30                select study_key
     31                ,      phase_start_date
     32                ,      measurement_date_taken
     33                ,      study_end_date
     34                ,      study_end_date - max(measurement_date_taken) over (partition by study_key
     35                                                                          order by measurement_date_taken ) add_up
     36                ,      lead(measurement_date_taken) over (partition by study_key
     37                                                          order by measurement_date_taken ) last_rec
     38                from   t
     39              )
     40         where last_rec is null
     41       )
     42  where rownum <= add_up
     43  connect by level <= add_up;
    
     STUDY_KEY PHASE_START_DATE    MEASUREMENT_DATE_TA STUDY_END_DATE
    ---------- ------------------- ------------------- -------------------
          1063 01-03-2009 00:00:00 02-03-2009 00:00:00 01-04-2009 00:00:00
          1063 03-03-2009 00:00:00 04-03-2009 00:00:00 01-04-2009 00:00:00
          1063 03-03-2009 00:00:00 09-03-2009 00:00:00 01-04-2009 00:00:00
          1063 03-03-2009 00:00:00 14-03-2009 00:00:00 01-04-2009 00:00:00
          1063 03-03-2009 00:00:00 19-03-2009 00:00:00 01-04-2009 00:00:00
          1063 22-03-2009 00:00:00 23-03-2009 00:00:00 01-04-2009 00:00:00
          1063 22-03-2009 00:00:00 30-03-2009 00:00:00 01-04-2009 00:00:00
          1063 22-03-2009 00:00:00 31-03-2009 00:00:00 01-04-2009 00:00:00
          1063 22-03-2009 00:00:00 01-04-2009 00:00:00 01-04-2009 00:00:00
    
    9 rijen zijn geselecteerd.
    

    Is there a simpler way (in SQL), I hope that others join, and share their ideas/example/thoughts.
    I feel that it is using more resources there.
    But I have to cut the daisies before now, they interfere my 'grass-green-ess";)

  • Derivative of the line of the selected Table is endangered

    Hello

    I set up a page that lists information of storage volumes using af: table. I put it in place as follows:

    1. created read VO only using the query:
    SELECT 
        CLOUD_STORAGE_VOLUMES.VOLUME_ID VOLUME_ID, 
        CLOUD_STORAGE_VOLUMES.VOLUME_NAME VOLUME_NAME, 
        CLOUD_STORAGE_VOLUMES.VOL_STATE VOL_STATE, 
        CLOUD_STORAGE_VOLUMES.ACTUAL_VOLUME_SIZE ACTUAL_VOLUME_SIZE, 
        CLOUD_STORAGE_AGGREGATES.AGGREGATE_NAME AGGREGATE_NAME,      
        CLOUD_STORAGE_CONTROLLERS.CONTROLLER_NAME CONTROLLER_NAME,     
        CLOUD_STORAGE_MANAGERS.STORAGE_MANAGER_NAME STORAGE_MANAGER_NAME 
    FROM 
        STORAGE_VOLUMES CLOUD_STORAGE_VOLUMES, 
        STORAGE_AGGREGATES CLOUD_STORAGE_AGGREGATES, 
        STORAGE_CONTROLLERS CLOUD_STORAGE_CONTROLLERS, 
        STORAGE_MANAGERS CLOUD_STORAGE_MANAGERS
    WHERE
        CLOUD_STORAGE_VOLUMES.AGGREGATE_ID = CLOUD_STORAGE_AGGREGATES.AGGREGATE_ID
    AND
        CLOUD_STORAGE_AGGREGATES.CONTROLLER_ID = CLOUD_STORAGE_CONTROLLERS.CONTROLLER_ID
    AND
        CLOUD_STORAGE_CONTROLLERS.STORAGE_MANAGER_ID = CLOUD_STORAGE_MANAGERS.STORAGE_MANAGER_ID
    AND
        CLOUD_STORAGE_VOLUMES.IS_ACTIVE='Y'
    AND 
        CLOUD_STORAGE_AGGREGATES.IS_ACTIVE='Y'
    AND 
        CLOUD_STORAGE_CONTROLLERS.IS_ACTIVE='Y'
    AND 
        CLOUD_STORAGE_MANAGERS.IS_ACTIVE='Y'
    2. use this VO to display information in a tabular format. Here is the code of my jsff.
    <af:table value="#{bindings.StorageVolumesInformationVO.collectionModel}"
                                  var="row" summary="Storage Volumes Information" 
                                  rows="#{bindings.StorageVolumesInformationVO.rangeSize}"
                                  emptyText="#{bindings.StorageVolumesInformationVO.viewable ? 'No data to display.' : 'Access Denied.'}"
                                  fetchSize="#{bindings.StorageVolumesInformationVO.rangeSize}"
                                  rowBandingInterval="0"  styleClass="ADFStretchWidth"
                                  filterModel="#{bindings.StorageVolumesInformationVOQuery.queryDescriptor}"
                                  queryListener="#{bindings.StorageVolumesInformationVOQuery.processQuery}"
                                  filterVisible="true" varStatus="vs" columnStretching="column:c13"
                                  selectedRowKeys="#{bindings.StorageVolumesInformationVO.collectionModel.selectedRow}"
                                  selectionListener="#{bindings.StorageVolumesInformationVO.collectionModel.makeCurrent}"
                                  rowSelection="single" id="t5"> 
                           <af:column sortProperty="Manager Name"
                                     filterable="true" sortable="true" width="150px;"
                                     headerText="Storage Manager Name"
                                     id="c23">
                            <af:outputText value="#{row.StorageManagerName}"
                                           id="ot2"/>
                          </af:column>
                           <af:column sortProperty="Controller Name" filterable="true"
                                     sortable="true" width="150px;"
                                     headerText="Controller Name"
                                     id="c20">
                            <af:outputText value="#{row.ControllerName}" id="ot12"/>
                          </af:column>
                          <af:column sortProperty="Aggregate Name" filterable="true"
                                     sortable="true" width="125px;"
                                     headerText="Aggregate Name"
                                     id="c19">
                            <af:outputText value="#{row.AggregateName}" id="ot13"/>
                          </af:column>
                          <af:column sortProperty="Volume Name" filterable="true"
                                     sortable="true"
                                     headerText="#{bindings.StorageVolumesInformationVO.hints.VolumeName.label}"
                                     id="c13">
                            <af:outputText value="#{row.VolumeName}" id="ot4"/>
                          </af:column>
                          <af:column sortProperty="Volume Size In GB"
                                     filterable="true" sortable="true"
                                     headerText="#{bindings.StorageVolumesInformationVO.hints.ActualVolumeSize.label}"
                                     id="c22">
                            <af:outputText value="#{row.ActualVolumeSize}"
                                           id="ot14"/>
                          </af:column>
                          <af:column sortProperty="Volume State" filterable="true"
                                     sortable="true" 
                                     headerText="Volume State"
                                     id="c11">
                            <af:outputText value="#{row.VolState}" id="ot15"/>
                          </af:column>                                                              
                        </af:table> 
    3. this tab has 2 sections and it comes to the customer's requirement:

    4. the first section contains the information from tables. The user selects a row in the table. Size of the respective row of the volume will automatically appear in the second part as in the attached photo.

    https://picasaweb.Google.com/LH/photo/Gn0jc-Vx_TSPxNnVp-bKV6uPsAeeY8aOf8tFq8MAnwE?feat=DirectLink

    5. After selecting the line in the first... the line gets highlighted blue in color, which means that it is the selected line. Here's the question.

    6. once after that, if I click in the second pane, the selected line in the first pane is have disappeared. So, the user is unable to identify which line he chose. I need help from you, why the table behaves this way.

    Please check the code and suggest me what I'm missing?

    Thank you and best regards,
    Kiran

    Try this:

    create a custom look (extend the skin of 'fusion') and create css, like this:
    AF | : the table-row data: selected: inactive af | : given the column cell.
    AF | : the table-row data: selected: inactive af | column: banded-data-cell
    {
    background-color: gray;
    }

    Check this thread for more details:
    Highlight on the selected line disappear when af:table lose focus?

    Thank you
    Nini

  • Is it possible? Plugin add metadata in the selected photos?

    Hello

    I am part of a team of development of software for photographers, this software is that the customer can choose the images of the photographer of some work.

    I would like to create a plugin which is able to import this selection of photos that the client makes and add metadata to photos selected in Lightroom.

    Example: the user is a catalog of wedding Jessica Alba open in Lightroom and the plugin opens and loads a file with this selection of photos taken on my system.

    Is it possible?

    Yes, it is possible.

    You can open files (among other methods) to load the selection

    information and you can modify metadata about photos. Look at

    LrPhoto:setRawMetadata() for documentation on the subject (but there is

    other methods of LrPhoto/LrCatalog, you could also use). You should be able to

    record selects using flags, keywords, labels or some other metadata.

    Otherwise, you may build a new collection to save the selections.

    Thanks, Matt

    (Apologies for the brevity - sent from my Android)

  • Returns the selected table column header

    I don't know there is probably a way to do this.  But I have not yet found.

    I am building an application that will act as a sort of "universal" reports generator for a MySQL database tables.

    At startup, a drop-down list box is filled with the names of tables in the database.  When the user selects one of these tables, the column names are taken from the base and used to fill the column headers for the table of LabVIEW.

    The idea is that the user can select this column and enter the constraints of filter in a text box.  These constraints will then be added to the WHERE statement for this column.

    So far I've been able to find a way to return the Active cell or a selection of cells, when the user clicks on the actual data of the table.

    Is there a direct way to retrun a selected in LabVIEW column header value?

    I am dreaming that there may be some sort of workaround using transparent controls over the headers.  But because different tables will have a different number of columns that the user defines the width, I'm not really sure that it will work more.

    If you the editable headers, this allows Active cells specify that your column is - 1 column selected active line is the selected column. You may need to use the mouse down? to filter the possibility for the user to change the right column headings.

  • Transformation of Scripts that run only on the selected Tables

    I'm relatively new to Data Modeler, but found almost everything to be very intuitive. I'm now doing use custom transformation scripts to dynamically add custom DDL elements. I wrote a transformation script that adds a sequence at the end of my DDL trigger successfully, and I'm happy with the results. The problem I run into is that we have two different categories of tables that require slightly different sequence triggers, but as my model is set to the level of database, my transformation scripts are applied to all arrays regardless they come what schema. Do you have any suggestions on how to limit the tables which proceeds by a transformation script? I thought to add if statements to check what schema tables are coming from, but if I have a situation where I have two different tables that require two different processing scripts, but they are in the same pattern, how can that I manage that? Ideally, I'd like to just pick a table and apply a transformation script for this table individually. Is this possible?

    I work in a relational model with Data Modeler 4.0.

    to dynamically add items customized to DDL

    you need to check the custom of DDL in DM 4.1 features - "tools > rules and design transformations > Table DDL transformations"-DM 4.1 comes with example to generate tables of the newspaper and associated trigger.

    . I wrote successfully in a transformation script that adds a sequence at the end of my DDL trigger

    Data Modeler can generate the sequence and relaxation for you - you need to define the column as 'auto increment' / identity and set in preferences, you want "trigger" put in place. 4.1 DM added support for z/OS, DB2 LUW DB2 and MS SQL Server 2012.

    Do you have any suggestions on how to limit the tables which proceeds by a transformation script? I thought to add if the instructions to check the schema, the tables are coming, but if I have a situation where I have two different tables that require two different processing scripts, but they are in the same schema

    Well you need to sort it out on yourself - you can use classification types, dynamic properties user defined properties (in DM 4.1) or put paintings in various subviews or use the search feature (4.0.3 DM / DM 4.1 comes for example how to use the search results to create subview).

    Ideally, I'd like to just pick a table and apply a transformation script for this table individually. Is this possible?

    Here is an example of how get selected tables:

    appv = model.getAppView();
    dpv = appv.getCurrentDPV();
    //check there is a diagram selected and it belongs to the same model
    if(dpv!=null && dpv.getDesignPart() == model){
     tvs = dpv.getSelectedTopViews();
     for(var i=0;i
    

    Philippe

  • Ongoing replication of the selected tables from Oracle to SQL Server

    Hi all

    How can we replicate selected tables to Oracle 11 g for SQL Server 2008/2012?

    Is GoldenGate the only option

    No matter who did it before or have the steps to do it?

    Thank you

    Define "replicate".

    If you have no budget, you can open a connection directly from SQL Server to Oracle, or vice versa. In Oracle, they are called links DB; in SQL Server, they are called "linked servers".

    Datanamic also have tools that claim to do the cross-DB replication. I have no experience with them and is not an endorsement - I know they exist.

  • Add records in the target table

    Hi all
    I HAV done an interface for a simple source data transfer to the target. When I run it, the records are stored in the target table. Now, I want to launch the interface (for the same or different source table) and add the records to existing records in the target table.

    Kindly guide me, explaining how shud I do the addition in the target table.

    Thanks in advance.

    Hello

    You can use the IKM control add... it will add records...

    Thank you.

  • Add constraint to the new table

    Hello

    can someone give me please an idea on this subject?
    I created a table to an existing table, how do I add the constraint imposed on the old table newly created table?








    Thank you.
    Madam.

    Hello

    If you create a new table using DEC, then he wouldn't copy the old table to the new table constraints.
    Some of these options, you can use.
    (1) using dbms_metadata for the ddl for all dependent objects on the old table and run against the new table after you change the name of the table name/object.
    (2) use imp/exp or impdp/expdp without data to copy the table and dependent objects such as constraints.

    Concerning
    Anurag Tibrewal.

  • Apply the criteria of the selected table view

    Hello everyone,

    I use JDev version 11.1.2.3

    I'm in a situation in which im using two different VO to display 2 different tables. The only difference between them is that in the second I inserted a clause where clause (to limit the rows resulting). I wanted to know if there is a way to create a single VO and apply the filter just for a table. I thought it would be easy using the view criteria. So I created one and it fell in a table on the same page where the first table is. The problem is that the filter is applied to both of them.

    Help, please.

    Regards and thanks in advance!

    I guess that https://forums.oracle.com/people/AlejandroTLanz meant that you apply declarative view criteria in the data model directly and not by a bean method.  For this purpose in the data of the module of the application model, you click the button Edit in the upper right corner with the marked filetedVO. In the next dialog box, you mix the display criteria to the right and save your work. Now when you use this vo view criteria will be executed.

    A question remains, your view criteria there need parameter work?

    Timo

  • How to get the metadata for the selected tables of a schema

    Hello

    I need the metadata for the tables selected for an activity. The list of the table continues to change now. I get the list of tables just before the activity.

    What I need is to know how to put the list of tables in the sub query dynamicallly

    +++++++++++
    exec dbms_metadata.set_transform_param (DBMS_METADATA. False SESSION_TRANSFORM, 'SEGMENT_ATTRIBUTES',);
    exec dbms_metadata.set_transform_param (DBMS_METADATA. False SESSION_TRANSFORM, 'STORAGE',);
    exec dbms_metadata.set_transform_param (DBMS_METADATA. SESSION_TRANSFORM, 'TABLESPACE', TRUE);

    Select DBMS_METADATA. GET_DDL ('TABLE', '&') from user_tables where rownum < 2;
    +++++++++++

    What I need is something of the form where table_name in (< table1 >, < table2 >, < table3 >,..., etc.) in the query above, so that i access all the metadata
    He doesn't hit me how I can write this query to single line. Can someone help here?

    Regds,
    Malika

    Hello

    try using the name of the column to user_tables and owner of the table in the "DBMS_METADATA. GET_DDL' and the reel to reel for some files and run this file in turn exit.

    coil
    Select ' select DBMS_METADATA. GET_DDL ("' TABLE," ' | table_name |', "' ) double;' from user_tables
    where ;
    spool off;

    @some_file - trying to spool output too.

    -Pavan Kumar N

  • "Dependencies" tab shows all the information for a version of the selected table 4.0

    Hello

    I work with SQL Developer 4.0.0.13. I can see 20 tables in the list. When I select a table to the tabs on the right side, I can see the information for the 'columns' and 'data' and 'constraints' and 'index'... but the "Dependencies" tab does not display an information about references between this table and other tables in the schema.

    Oracle database is v11.2

    Can you please tell me what should I do to see the information on the tab "Dependencies" for a table?

    Thank you

    Milan

    The page dependencies in the object editor reflects the content of the window to ALL_DEPENDENCIES - I don't think includes FKs.

    Since the DOCS

    ALL_DEPENDENCIESDescribes the dependencies among procedures, packages, functions, package bodies and triggers available to the current user, including dependencies on views created without database links. This view does not display the SCHEMAID column.

  • dynamically change the selection table of

    is it possible to dynamically change the table used in a select statement for an interactive report 3.2 on 11g database? I have a series of similar tables, one for each month of the year. I want to click a month on one page and to set up a table for this month report. I want to use a page for this report and have all the links from the link to the previous page on the same page, just different results based on what month has been clicked.
    I know I could just install 12 different reports and conditionally display each region based on a value passed to the page, but I prefer to create only a single page and a report on this page.

    Thanks for ideas or solutions.

    Hello:

    Because the tables involved are fixed for a given month, you can try something like

    select * from tab_1
    where :p_mth=1
    UNION
    select * from tab_2
    where :p_mth=2
    UNION
    ....
    select * from tab_12
    where :p_mth=12
    

    only the query for the IR. "P_MTH" is the page element has the value entered by the user for the months for which data should be retieved.

    CITY

  • With a shell in the selected table is vertical justification Centre possible?

    myTable.cells.everyItem.VerticalJustification = VerticalJustification.CENTER_ALIGNImage_08.jpg

    Hello

    Attention to the syntax.

    myTable.cells.everyItem () .verticalJustification = VerticalJustification.CENTER_ALIGN;

    Jarek

  • How to import the selected tables from MySQL to Oracle

    Hello world:

    How can I import tables from MySQL to Oracle? I have more than 180 tables in my DB (MySQL), but I copy only 12 of them to ORACLE... rigth now I do it manually, using SQL Developer (rigth clicking on the picture icon and copy to Oracle) but now I need to do this automatically every 4 hours...

    I read on the dblink option, but I don't know if this is the best for this case...

    I appreciate all help.

    Best regards
    Jack

    Hi Jack,

    I think that with a db-link you can define an automated task (PL/SQL + programmer).
    We use a db-link to Oracle's RDBMS to MySQL. So we have no experience.
    We have created the db-link like http://www.pythian.com/news/1554/how-to-access-mysql-from-oracle-with-odbc-and-sql/

    Heike cordially

Maybe you are looking for

  • How can I get this program to automatically delete messages, he pulls my e-mail off my email online online?

    When the mails downloaded from my email online, they stay on my email online causing it do beyond its storage limit. How can I configure it to delete emails from my online account, once he sent?

  • Message that I do not have enough storage space for photos and videos that I do

    I received a message on my 6s + that I didn't have enough storage, although I do. Please see attached screenshot. Means that the pictures and videos on my iPhone are not available versions of the highest quality? I want to transfer some out of Captur

  • Plugging / unplugging headset causes crash

    Hello Here's a strange, and I would like to know if anyone else has seen this... I have a pair of bose quiet comfort 20. They work very well on mac, including the remote control. But when I unplug them, their e-mail client crashes often. Earlier, I p

  • I'll be able to add more ram?

    That I upgrade my processor of my HP-G4-1010US one of 8 GB to 16 GB processor (support of ram), I'm wondering since the processor I get (i5 - 2540 m) supports 16 gb, I'll be able to throw my old GB 8 critical sticks and add in some new 16 GB sticks i

  • L2TP max number of tunnels and sessions

    Hello hope this is relevant for this forum... There is some information about max L2TP tunnels and sessions here: http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6549/ps6587/prod_white_paper0900aecd8066d3f5.html But there is a note in ta