expose widget actions
This commit is contained in:
@@ -144,4 +144,6 @@ public interface Widget
|
||||
int getPaddingY();
|
||||
|
||||
void setPaddingY(int paddingY);
|
||||
|
||||
String[] getActions();
|
||||
}
|
||||
|
||||
@@ -66,6 +66,7 @@ public interface RSWidget extends Widget
|
||||
int getModelType();
|
||||
|
||||
@Import("actions")
|
||||
@Override
|
||||
String[] getActions();
|
||||
|
||||
@Import("text")
|
||||
|
||||
Reference in New Issue
Block a user