I'd like to get XY position of the MultiFieldPanel
Here is my code.
Button detail = new Button("Add");
MultiFieldPanel namePanel = new MultiFieldPanel();
namePanel.setId("DWA_BATCH_ID");
namePanel.addToRow(detail, 100);
DD dd = new DD(namePanel);
formPanel.add(namePanel);
When I use this code for Geting XY Position
formPanel.getForm().findField("DWA_BATCH_ID").getPosition()
If I found the Field it also show the error...
It throws Javascript Error 'Object is Null'
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---