Ok, thanks
-----Message d'origine-----
De : Greg Brown [mailto:[email protected]]
Envoyé : jeudi 21 octobre 2010 13:28
À : [email protected]
Objet : Re: userData
Correct. The "userData" property is an example of a "read-only" dictionary.
The "styles" property is accessed similarly:
component.getStyles().put("color", "#ffffff");
Pivot also makes use of read-only sequences, such as the "tabs" property of
TabPane:
tabPane.getTabs().add(new Label("Foo"));
G
On Oct 21, 2010, at 1:55 AM, Jérôme Serré wrote:
> Sorry,
>
>
>
> I think, i have to use this : getUserData().put(arg0, arg1);
>
>
>
> --
>
> Cordialement
>
> Jérôme Serré
>
>
>
>