Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Class<? extends ModelItem>[] |
exceptForModelItems() The list of ModelItem items this action cannot be applied to inside the module (SoapUI, LoadUI, etc). |
|
java.lang.Class<? extends ModelItem>[] |
forModelItems() The list of ModelItem items this action can be applied to inside the module (SoapUI, LoadUI, etc). |
|
SoapUIAction<T> |
getAction() |
|
java.lang.String |
getActionId() |
|
java.lang.String |
getDescription() |
|
java.lang.String |
getIconPath() |
|
java.lang.String |
getKeyStroke() |
|
java.lang.String |
getName() |
|
java.lang.Object |
getParam() |
|
java.lang.Object |
getSource() |
|
int |
getToolbarIndex() |
|
boolean |
isAlwaysLabeled() Defines whether a main toolbar button for the action looks like the button "Action_Icon Action_Name" with a border in both the toolbar modes: usual and compact. |
|
boolean |
isDefault() |
|
boolean |
isEnabled() |
|
SoapUIActionMapping<T> |
setDescription(java.lang.String description) |
|
SoapUIActionMapping<T> |
setEnabled(boolean enabled) |
|
SoapUIActionMapping<T> |
setName(java.lang.String name) |
|
SoapUIActionMapping<T> |
setParam(java.lang.Object param) |
|
void |
setSource(java.lang.Object source) |
The list of ModelItem items this action cannot be applied to inside the module (SoapUI, LoadUI, etc).
The list of ModelItem items this action can be applied to inside the module (SoapUI, LoadUI, etc).
Defines whether a main toolbar button for the action looks like the button "Action_Icon Action_Name" with a border in both the toolbar modes: usual and compact.
For example, it is used for buttons like "+ Test Suite".