Rajshri
Please check if you looking for below sample code.
Container parent = getUiElement("one");
parent.getComponents().each() {key, value ->
def tmpKey = "one.${key}";
Here "${key}" gives you the child elements.
*Thanks*,
Ghanshyam Baheti
On Wed, Dec 29, 2010 at 7:15 PM, Rajshri <[email protected]> wrote:
> Hi All,
>
> I have one UI module as following
>
> ui.Frame(uid: "one", name: "ippPortalMain"){
> Container(uid: "Left", clocator: [class: "leftContentTd"])
> {
> Container(uid: "Processes", clocator: [tag: "form",
> position: "3"]){
> Table(uid: "Process1", clocator: [tag: "table"]){
> Image(uid: "Star", clocator: [tag: "img"])
> ui.UrlLink(uid: "Process", clocator: [tag: "a"])
> }
>
>
>
> Now if tellurium is able to locate this UI module is there any way to
> get all the child (no matter it is in UI module or not) of Fram uid as
> "one"
>
>
> Somthing like
>
> def xx= Getchild "one"
>
> Thanks in advance
> Rajshri jain
>
> --
> You received this message because you are subscribed to the Google Groups
> "tellurium-users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<tellurium-users%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/tellurium-users?hl=en.
>
>
--
Thanks,
Ghanshyam Baheti.
I am a little pencil in the hand of a writing God who is sending a love
letter to the world.
-------------------------------------------------------------------
--
You received this message because you are subscribed to the Google Groups
"tellurium-users" 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/tellurium-users?hl=en.