cancel
Showing results for 
Search instead for 
Did you mean: 

navigate between StandardTile and IconTabFilter

Former Member
0 Kudos

Hi,

is it possible to navigate between a StandardTile and an IconTabFilter? Both items are defined in one view via XML.

So if you click on  StandardTile "Backgroundjobs" you should be navigate to IconTabFilter Backgroundjobs to see which Job is in status error.

Best regards.

Dominik

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yeah, you can. In the click event of the tile, you can do

yourIconTabBar.setSelectedKey('key2);

Say, you can set the key property for the Icon Tab filter of Background jobs as Key2.

Answers (0)