B4J Question Searching "GetAllViewsRecursiveFor" results

chuck3e

Active Member
Licensed User
Longtime User
When I do this:
B4X:
For Each Counts As Node In MainForm.RootPane.GetAllViewsRecursiveFor

I get this:

(AnchorPane) AnchorPane[id=Panel]
(Pane) Pane[id=Pane1]
(Label) Label[id=Label2, styleClass=label]
(LabelSkin) LabelSkin[id=Label2, styleClass=label]
(LabeledText) LabeledText@71183515[styleClass=text]
(Button) Button[id=Button01, styleClass=button]
(ButtonSkin) ButtonSkin[id=Button01, styleClass=button]

What parameter name(s) can I search on to eliminate all but the (Button) one.
 
Top