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é
> 
> 
> 
> 

Reply via email to