Hi Isomorphic,
it seems that MenuItems do not have the concept of an ID, but only a title.
The title is i18n'd for me with normal GWT i18n.
This makes switching though the menuclick impossible as "case expressions must be constant expressions" (Java error message).
Is there some ID I could use instead like you have it for e.g. TabSet + Tab?
Or should I assign one using setAttribute("myID", "abc")/getAttribute("myID")?
Thank you & Best regards
Blama
it seems that MenuItems do not have the concept of an ID, but only a title.
The title is i18n'd for me with normal GWT i18n.
This makes switching though the menuclick impossible as "case expressions must be constant expressions" (Java error message).
Is there some ID I could use instead like you have it for e.g. TabSet + Tab?
Or should I assign one using setAttribute("myID", "abc")/getAttribute("myID")?
Thank you & Best regards
Blama
Comment