add setter for name
This commit is contained in:
@@ -67,6 +67,9 @@ public interface RSWidget extends Widget
|
||||
@Import("name")
|
||||
String getRSName();
|
||||
|
||||
@Import("name")
|
||||
void setRSName(String name);
|
||||
|
||||
@Import("text")
|
||||
@Override
|
||||
void setText(String text);
|
||||
|
||||
Reference in New Issue
Block a user