• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Single collapsable panel component

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there an exisiting myfaces component which behaves like single collapsable panel eg. some word is written and when i click it shows data below it and when i click it again it hides the data.
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the Sandbox there are 2 components. Input Suggest Ajax Menu and Input Suggest (non Ajax).
 
Gregg Bolinger
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Reading your question again, I think you might be talking about more of a tooltip type component?

The closest thing I can see is the Popup component.
 
zaxxon25
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Greg no the components suggested by you do not serve the purpose....what i am looking for is :

There is single title pane named New York. When i click on New york the title should move upward and its description should be visible and when i again clcik on New York the description should dissappear and only New York should be visible.
I found a similar functionality in Dojo javascript toolkit component called Title Pane...but i am looking in MyFaces or its affliates....The closest i have got is http://www.irian.at/myfaces-sandbox/accordionPanel.jsf but it is series of panels and i want a single panel.....
 
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
karan, am also looking for similar component. My requirement is I have to display a table of rows.Each row consists of +/- symbol which is used to expand/collapse to show more details about the row. In html, I got it done using <div> tags. But in JSF, no luck?
MYJSF component somewhat closely matches this requirement but not completely. Have yopu found any other component? please Help!

Thanks,
-Visu
 
zaxxon25
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can check out Accordion panel in Sandbox and collapsible panel in Tomahawk. I have to use Oracle ADF faces ShowDetail Header but customising them is big headache. Also every time i am opening or closing a panel my server is being hit which results in delay. I have not been able to find any client side stuff other then Accordion panel in sandbox but am not able to customise it to my requirements.
 
reply
    Bookmark Topic Watch Topic
  • New Topic