i have a panel (A), which contains 3 other panels (AA, AB, AC). Each of the subpanels contains Label and Button. The label has a style. How can i remove all styles from all labels over A. My idea was to make something like A.getChilds().removeStyleName();...
edit: the number of the subpanels is variable...from 2 to 1000. Each subpanel has the same css-class.