ADF EA16 Tree & Icons

Hello,
I have a Problem with <af:tree> since I updated from
EA12 to EA16:
The Icons I've set to the TreeNodes are replaced by a default Icon and I don't know why...
Thanks for any hint!
Christian

Hello 430144,
I used the tree with a commandLink facet and tried
also the commandMenuItem. No changes...
The icons of tree nodes seem to get rendered as
<a title="/iconSource/icon.gif" >
text of Link or text of commandMenuItem
</a>
Is this a bug in ADF faces or don't we use the components in the right way??
Christian

Similar Messages

  • af:tree Icons Customization

    I am working on JDeveloper 10.1.3.3.0. I have tried to change the appearance of the <af:tree> component in my bilingual application. When I am running on Left-to-Right locale, the changes are reflexed normally, but when I run on Right-to-Left locale, every style class in my custom style sheet is applied except the custom icons of the tree nodes, and instead of those, the default ones appear. While if I turn back to Left-to-Right, my custom tree icons appear.
    Is there any logical explanation? I have tried to clear the cache from the browser, remove the temporary adf cache styles but nothing.

    Hi,
    there is no explanation other than mis-confoguration or a bug
    Frank

  • How to generate ADF Faces Tree from table ?

    Hi,
    i want to create menu for my application using ADF Faces af:tree component.i have one table containing : menu_id and parent_id , which use for describing relationship between menu ( parent/child ).
    Fact : i've already know how to create adf faces af:tree component from master/detail relationship tables.
    The question : how to create adf faces af:tree component from recursive master/detail relationship in one table ?
    to clearer understand my question,this is my MENU_DATA table script :
    CREATE TABLE MENU_DATA
    MENU_ID VARCHAR2(5 BYTE),
    DESCRIPTION VARCHAR2(50 BYTE),
    OPENLINK VARCHAR2(200 BYTE),
    PARENT_ID VARCHAR2(5 BYTE)
    this is what i mean recursive master/detail relationship ...
    ALTER TABLE MENU_DATA ADD (
    CONSTRAINT FK_PARENT_MENU_ID
    FOREIGN KEY (PARENT_ID)
    REFERENCES MENU_DATA (MENU_ID));
    Thanks a lot for help gurus...
    Ricky HP

    I have the same question on my mind...
    Without creating n (same number of level depth) VO, how can I build a recursive ADF Faces Tree ???

  • How to make the navigation tree icon in an advanced datagrid to expand in different columns

    Hi All ,
    I am using an application built using Flex 3 .
    In my application I am using an AdvancedDataGrid for datadisplay.
    And the hierachy is like this
    Tree structure in advanced datagrid at present :
    Header 1
    Header 2
    Header 3
    Header 4
    Header 5
    Parent Tree
       Expanded1
          Expanded2
              Expanded3
                     ParentTree
    Expanded1
    Expanded2
    Expanded3
    value
    Expected tree structure in advanced datagrid :
    Header 1
    Header 2
    Header 3
    Header 4
    Header 5
    ParentTree
    Expanded1
    Expanded2
    Expanded3
    value
    can someone tell me if this is possible in advanced data grid and if possible please let me know how do i expand the tree icons in seperate columns ...
    Thanks ,
    Ajantha

    Hi,
    you can check the view source of html and check the onclick code written on that plus sign(Expand All), just copy that onclick javascript code and put it on page javascript event.
    Thanks,
    Jaydip Bosamiya
    +91-76000 23053
    http://jbosamiya.blogspot.com

  • Deleting Palm Tree Icon - Missing Photos

    I searched for a bit here but didn't find an exact answer to my question, so I thought I'd post a "fix" for an oddity that I ran into. 
    I was recently using iPhoto (9.4.2) to edit some photos I had just imported on my iMac (OS X 10.8.2) and for some reason iPhoto crashed.  When I reopened it the photos I had imported were missing replaced by two palm tree icons showing zero photos in Events view.  Of course after importing I deleted them from my SD card - lesson learned.  Thankfully I was able to recover them from my SD card using Klix - phew!
    Now I was left with the two palm tree icons in my Events view.  I tried deleting them, but no response.  However I found a way to easily get rid of them. 
    First I merged them to create one item, and then drug the icon to iPhoto's Trash file.  Done. 
    Hope this helps others that find themselves in the same boat.

    I hope that any poor soul following this discussion reads this post and your's too:
    The receommendation you provided was exactly what I was looking for (right click top parent folder, select 'find missing folder'). For reasons which I don't follow, but which were almost certainly my fault, this didn't work on my first catalog. I have now moved my second catalog, and the 'negatives' into the places I want for them. LR tells me that the hard drive containing my negatives is off-line; each folder is labelled with a question mark and your right click recommendation works perfectly - thanks.
    As a result my second catalog is been set up in LR in about 2 minutes, compared to the 12 hours it took me for the previous catalog!
    So my advice for those who are going to reconfigure their set-up is as follows:
    1. Back up your catalog and LR settings/preferences/presets/plug-ins etc (following Ms. Bampton's detailed advice to be found elsewhere in this forum - or Google it)
    2. Back up your negatives (preferably TWICE - on different hardware devices, dummy!)
    3. Complete your system re-install. (Huh; that's easy for you to say....)
    4. Re-install LR.
    5.Decide where your catalogs should be (follow Scott Kelby's advice) and copy the .lrcat and .lrdata files to there.
    6. Decide where your negatives should be stored and restore your backups to that location.
    7. Open LR and point it at your chosen catalog
    8. In Library, open the parent folder where LR things your negatives are (assuming that they are now in a different place). The sub-folders will be prefaced with a question mark.
    9. Right click on each question marked sub-folder, choose the 'find missing folder' option, navigate to the new folder location and select the relevant folder.
    10. Repeat step 9 for all sub-folders.
    11. Back-up/optimise/tune the catalog. and you are now ready to revert to your normal work-flow

  • Tree icon

    How can i change the tree icon with icons from file. I have
    all the countries flags in a folder and i want to use them as icons
    in the tree with the countries. I can't import them in the library
    because they are too big. How can i do this ?
    Please Help
    TKS

    Are they gif or jpg images? What do you mean they are too
    big? Filesize or image size? Either way it makes sense to make them
    smaller (using image editing software - e.g. fireworks) even if you
    were to load them in separately at runtime.
    I can't think of an easy way to do what you're asking.
    -You can set the icon as a library symbol for each node in
    the tree.
    -It would be easy enough to create a library item for the
    icon to load in external images after it is attached. But in order
    for this to work, each icon instance in the tree would need to be
    passed the image URL as a parameter at the attachMovie point inside
    the component and I can't see an easy way to do that.
    -You have iconFunction and iconField properties inherited
    from the list class and setIcon method as part of the tree class.
    But I can't see a way to pass an initialisation object for the icon
    as it is attached in the tree, which is what you would need.
    Perhaps I have missed something, but I think you might have
    to (resize them and) put them in the library, and used iconField or
    iconFunction (I don't know how/if iconField works with an xml
    dataprovider... I assume it checks an attribute of the node)

  • Hierarchical Tree Icon Alignment

    Hi
    I am able to create and display a hierarchical tree with icons in the nodes okay. The default is that the icon is placed at the left of the node (like a folder icon on windows explorer). Is there any option to display icon at right side of node? I am unable to find any such option, but wish to confirm or seek other ideas.
    Thanks

    I think there is no option to display the icon in right side of the node. Even i tried to display only the icon without node label. And big icon (more then 16*16 pixel) with minimum of node label. If I succeed above two options then I might make an icon and label as a single image (even left icon right label or left label and right icon) and show it for a node.
    So by default for hierarchical tree icon will be displayed left side with Dimensions: 16 (height) * 16 (width) pixels.
    Regards
    Balaji.M

  • ADF Faces:  Tree & NodeStamp

    Hi,
    I would like to know what components are supported by faces "nodeStamp"
    in ADF Faces Tree?
    Thanks,
    A

    More information: You cannot use the var attribute to bind the SelectBooleanCheckbox because it is not a managed bean and you can only bind to managed beans. So I created a CoreSelectBooleanCheckbox property in the ThemeTreeTree class (which is a managed bean) with the intent of matching references to the checkBox property as it rippled through the list.
    BUT...it doesn't ripple through the list. There is only one instance of the CoreSelectBooleanCheckbox which appears to be shared by all the visible components.
    So ... I'm still stumped.

  • ADF UIX Tree Component

    Hi
    I have created ADF UIX Tree Component on my screen and i want to have button expand all / collapse all for my tree .
    Can i create event for expand all / collapse all ADF UIX Tree ?
    If i can ,could you please advise how i should to do ?
    Thanks

    Hi Daniel,
    Are there any one can tell me when the new ADF UIX
    demo based on uix 2.2 be released?I'm not sure when any sample applications will be released, but there is an ADF UIX tutorial available here:
    http://otn.oracle.com/products/jdev/collateral/tutorials/9050/adfuix_tut.html
    I want to know if we can get databind uix tree
    component (or other ui components) from ADF data
    action control which return dataobject and something
    else.I'm not sure about the tree component - I'll try to find out whether that is/will be supported. Once your data controls are available in the Data Control Palette, you can bind them to components in your UIX page by:
    1. Selecting the data control that you want to bind.
    2. Selecting a component type from the "Drop As" choice.
    3. Dragging the data control onto the UIX page.
    This process is illustrated in the tutorial above.
    Andy

  • Unable to implement Programmatic ADF Faces Tree component in jdev 11g

    I have referred to the posts " [Back to programming: Programmatic ADF Faces Tree component|http://one-size-doesnt-fit-all.blogspot.com/2007/05/back-to-programming-programmatic-adf.html] " and " [Follow-up: Programmatic ADF Faces Tree in JDev 11g|http://one-size-doesnt-fit-all.blogspot.com/2007/05/follow-up-programmatic-adf-faces-tree.html] ",
    The first post showed how to construct the elements in the tree programmatically rather than relying on bindings (in JDeveloper 10.1.3)
    and the second post tells the only difference in 11g .
    I am trying to implement the elements of the tree programatically in Jdev 11g(specifically 11.1.1.0.2) but no result is coming .
    There is no compilation/run time error , its just that the tree is not visible.
    Can anyone suggest any key points which should be focussed during this implementation?

    Hi,
    follow the description
    http://www.oracle.com/technology/products/adf/adffaces/11/doc/demo/adf_faces_rc_demo.html
    to install the ADF Faces RC component demo in JDeveloper. It has a tree example. Have a look at their implementation and dapt it to your needs
    Frank

  • ADF &CSS :overriding the default ADF:tree icons and CSSs

    Hi,
    I have major layout issue regarding ADF:tree, how can I override the default icons?
    I override the oracle CSS with my own, but when I did that, the tree images has changed, its now small hideous triangles, I copied some lines from the oracle CSS and it worked, but the small triangles still show inside the images, how can I remove those triangles, or can I write something in my CSS to override them?
    Thanks in prior,
    Ahmad Esbita

    Ahmad,
    According to bug 5682799, you cannot work around this in the current JDeveloper release. It is fixed in 10.1.3.3 (due out "soon," perhaps as early as 15th June, according to another post on this forum)
    John

  • How do I create multiple types of child nodes in ADF  Faces Tree Component

    Hi,
    I am trying to construct a tree using ADF Faces. The tree I am trying to develop should look something like:
    - Departments
    + Dept 10
    + Dept 20
    + Dept 30
    + Dept 40
    - Employees
    + SCOTT
    +ALLEN
    + BLAKE
    The nodes shown at the top level should serve as labels, indicating the various types of nodes available.
    I have created the top level RootLabelsViewObj, with a SQL clause:
    select rn, node_label
    from (
    select 1 rn
    , 'Employees' node_label
    from dual
    union all
    select 2 rn
    , 'Departments' node_label
    from dual
    union all
    select 3 rn
    , 'Bonusplans' node_label
    from dual
    I have created ViewLinks between the RootLabelsViewObj and the DeptView and EmpView respectively (created on top of DEPT and EMP table in SCOTT schema), based on the LABEL attribute in the RootLabelsViewObj and with ViewLink SQL specified like:
    :Bind_NodeLabel = 'Departments' for the link with DeptView and :Bind_NodeLabel = 'Employees' for the link with EmpView.
    In the ADF BC Application Module Tester, I get exactly what I want.
    However, when I create a JSF JSPX page and drag the RootLabelsViewObj from the Data Control Panel to the page as ADF Tree, I run into a little issue: it seems like I cannot create a second Branch Accessor rule for the RootLabelsViewObj1: I have created a first Branch Accessor Rule referring to DeptView and now try to create a second one for EmpView, to allow Employees to be displayed under the root label "Employees" - but I cannot.
    The PageDefinition looks like:
    <tree id="RootLabelsViewObj1" IterBinding="RootLabelsViewObj1Iterator">
    <AttrNames>
    <Item Value="Rn"/>
    <Item Value="NodeLabel"/>
    </AttrNames>
    <nodeDefinition DefName="model.RootLabelsViewObj"
    id="RootLabelsViewObjNode">
    <AttrNames>
    <Item Value="NodeLabel"/>
    </AttrNames>
    <Accessors>
    <Item Value="DeptView"/>
    </Accessors>
    </nodeDefinition>
    <nodeDefinition DefName="model.EmpView" id="EmpViewNode">
    <AttrNames>
    <Item Value="Ename"/>
    </AttrNames>
    </nodeDefinition>
    <nodeDefinition DefName="model.DeptView" id="DeptViewNode">
    <AttrNames>
    <Item Value="Deptno"/>
    </AttrNames>
    </nodeDefinition>
    </tree>
    Does anyone know:
    - whether it is possible (intended) to have more than one branch accessor per node (i.e. more than one type of child under a node in the tree)
    - if so, how this can be achieved?
    Right now it looks like I am limited to each node in the tree having only one type of child node.
    Please tell me I am wrong.
    best regards,
    Lucas

    Give this a shot mate
    event.getNativeEventTarget();That will allow you to access the DOM object directly
    Id can be retrieved via
    event.getNativeEventTarget().id;

  • Problem with "disclosedRowKeys" property of ADF Rich Tree

    Hello friends :)
    I'm using JDeveloper 11g TP3 with adf rich components.
    I followed this Frank Nimphius’ post:
    http://thepeninsulasedge.com/frank_nimphius/2007/12/19/adf-faces-rc-initially-expanding-all-nodes-in-a-tree-or-tree-table/
    And I've done the same in my application. The problem is that it not shows all nodes. I don't know the reason, but in my case it only shows the two first nodes. But when I close and disclose the root node, then it shows all nodes.
    What do you think?
    Thanks in advance,
    Westh

    I also meet this problem, then someone told me that I should use "RowKeySetTreeImpl" replace with "RowKeySetImpl", so the tree can expand all levels of nodes.
    Hart

  • ADF: Hide expendable icon in Master-Detail treetables

    Hello,
    We are using a treetable in order to display Master-detail data. The problem here is that not all the master (parents) rows have details (childs). In fact we do not want to display the expandable symbol for the master rows which do not have childs.
    Since it is a treetable we use facets nodeStamp and pathStamp. However this facets as I understand do not accept the attribute rendered. We have already a EL expresion ready to be used on the rendered attribute, but we do not find the way to disable the icon.
                      <f:facet name="nodeStamp">
                         <af:column id="c15" width="12"/>
                      </f:facet>
                      <f:facet name="pathStamp">
                         <af:outputText value="#{row}" id="ot23"/>
                      </f:facet>We are using JDEV: 11.1.1.5.0
    Any solution? Any recommendations?
    Thanks a lot
    Edited by: 914395 on 2012-nov-15 13:18
    Edited by: 914395 on 2012-nov-15 13:32

    Thanks a lot codigoadf for your help.
    The example that you send helped me to find out the solution to my problem. However this solution it seems to me just a work around, since we just put an image on the top of the icon instead to disable it or remove it.
    Since I'm using tree table the code solution is a bit different than the described in the link example.
    <f:facet name="nodeStamp">
       <af:column width="12">
          <af:group id="g1">
             <af:image id="i1" source="/resources/images/whiteIcon.png"rendered="#{node.children == null}"
                inlineStyle="position: absolute; margin-left:-17px; border: 2px solid white; width: 12px; height: 10px;"/>
          </af:group>
       </af:column>         
    </f:facet>

  • ADF EA16 localization problem

    Hy,
    I have an issue with i18n in EA16. Test application is adf demo app deployed on 5.0.30 tomcat on windows xp. Tested in MSIE 6.0.
    <af:table> doesn't have range text (Previous, Next) printed in croatian but in english. In html I see <html lang=“hr“> and only language I have defined in MSIE is Croatian.
    Same component demo page in EA15 on same server printed out correct messages on croatian language. Also, issue is present in calendar where names of days are printed out in croatian but button text is Cancel (obviously english).
    Please help me to have localized text.
    Regards, Miroslav Resetar

    Hi Miroslav,
    Thanks for bringing it to our notice.
    The api's and implementation are still under going change and translation keys have changed. All translation will be fixed one shot in our production release. Between early releases this can happen and this is being tracked. We are aware that there has been translation key changes between EA-15 and EA-16
    Regards,
    Vijay Venkataraman

Maybe you are looking for

  • Looking for a good free Digital Assest Management Software for mac

    I'm really only interest in the free stuff but if you think theres a great that cost please feel free to respond. Thanks J.

  • Mac book air '13. Should I buy now?

    Should I buy a 2013 macbook air now?  Heard many complaints about Wi-Fi connection drop out problems.  Thanks, Alan

  • Updatable Materialized View Example

    Hello, I am using Oracle 11.2.0.1 on Windows OS. I am looking an example of updatable MV something like this : Table1 id col1 col2 col3 col4 Table2 id col2 col3 Table3 id c1 c4 c5 I need an updatable MV which joins all these 3 tables based upon ID co

  • CEPServiceManager.exe - system error

    From the moment I installed Photoshop 2014 + Bridge CC Update I got an error window on restart that says: "CEPServiceManager.exe - System Error:  The program can´t start because VulcanControl.dll is missing from your computer. Try re-installing the p

  • How do I block these ads that have started popping up recently

    In the last couple of days, I have noticed these ads popping up at the bottom of my screen, it slides to the right. Then I get a huge ad in the middle of my screen. Then I click inside a box while I am on a website and a whole new window open behind