add setter for textColor
This commit is contained in:
@@ -62,6 +62,8 @@ public interface Widget
|
|||||||
|
|
||||||
int getTextColor();
|
int getTextColor();
|
||||||
|
|
||||||
|
void setTextColor(int textColor);
|
||||||
|
|
||||||
String getName();
|
String getName();
|
||||||
|
|
||||||
int getModelId();
|
int getModelId();
|
||||||
|
|||||||
@@ -75,6 +75,10 @@ public interface RSWidget extends Widget
|
|||||||
@Override
|
@Override
|
||||||
int getTextColor();
|
int getTextColor();
|
||||||
|
|
||||||
|
@Import("textColor")
|
||||||
|
@Override
|
||||||
|
void setTextColor(int textColor);
|
||||||
|
|
||||||
@Import("opacity")
|
@Import("opacity")
|
||||||
int getOpacity();
|
int getOpacity();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user