add setter for name
This commit is contained in:
@@ -105,6 +105,13 @@ public abstract class RSWidgetMixin implements RSWidget
|
||||
return getRSName().replace('\u00A0', ' ');
|
||||
}
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public void setName(String name)
|
||||
{
|
||||
setRSName(name.replace(' ', '\u00A0'));
|
||||
}
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public boolean isHidden()
|
||||
|
||||
Reference in New Issue
Block a user