Search code examples
layoutrichfacesoracle-adf

Avise me an ADF component for jumping panels


Please, advise me an adf layout component to obtain following behavior:

<af:__AdvisedComponent__>
<...panel_1...>
<...panel_2...>
</af:__AdvisedComponent__>

When window is wide enough (width may be parametrized) panels lay in horizontal layout:

___________ ___________
| panel_1 | | panel_2 |

And when user decreases window width the view must change to vertical layout:

___________
| panel_1 |
___________
| panel_2 |

Solution

  • There is no components for that, you can try use conditional layout EL Expression with Panel Group Layout but it'll be very messy.

    I believe you should just create a Panel Group Layout to cover both of them and add media query tags in a custom css file by using the af:resource tag