Hey guys,
Is there any way setting properties to a Label like color, tooltip/alt and so on? Without using setStyleName and creating a css class?
Just looking for something like setColor("red");
There is a method setProperty but sadly it seems to only work for width, height.
We are running version 4.0
Is there any way setting properties to a Label like color, tooltip/alt and so on? Without using setStyleName and creating a css class?
Just looking for something like setColor("red");
There is a method setProperty but sadly it seems to only work for width, height.
We are running version 4.0
Comment