Can we change the contents in west and east region dynamically?
Can we change the contents in west and east region dynamically?
Hi,
Iam developing a border layout with the north region having few tabs ...when i click each tab the content in the west and east region should change for each tab...how can we do that ???.....anyone just tell me what technique to use rest of it i will do
You can't replace regions in a border layout, so instead I would recommend making your regions layout:'card' panels and add the possible content as items. Then you only have to call westPanel.getLayout().setActiveItem(x) to view an item.