Hi all,
I have a list of tab in my component and I would like to get those tabs from the component in onInit method. How can I do that?
xml_component.xml
{
<config version="1.0">
<scope>
<tabs name='tabslist'>
<tab>PRD</tab>
<tab>HOMOLO</tab>
<tab>DEV</tab>
</tabs>
</scope>
</config >
}
how can I get those value in Arraylist in my java class
Thanks