add setter for type
This commit is contained in:
@@ -34,6 +34,8 @@ public interface Widget
|
||||
|
||||
int getType();
|
||||
|
||||
void setType(int type);
|
||||
|
||||
int getContentType();
|
||||
|
||||
void setContentType(int contentType);
|
||||
|
||||
@@ -147,6 +147,10 @@ public interface RSWidget extends Widget
|
||||
@Override
|
||||
int getType();
|
||||
|
||||
@Import("type")
|
||||
@Override
|
||||
void setType(int type);
|
||||
|
||||
@Import("scrollX")
|
||||
int getScrollX();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user