|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionParameter | |
---|---|
org.weda.action | |
org.weda.action.impl |
Uses of ActionParameter in org.weda.action |
---|
Methods in org.weda.action that return ActionParameter | |
---|---|
ActionParameter |
ActionDescriptor.getActionParameter(java.lang.String name)
Метод вернет описание параметра по его имени. |
Methods in org.weda.action that return types with arguments of type ActionParameter | |
---|---|
java.util.List<ActionParameter> |
ActionDescriptor.getActionParameters()
Метод возвращает описание свойств значения которых нужно установить или прочитать перед выполнением действия. |
Methods in org.weda.action with parameters of type ActionParameter | |
---|---|
void |
ActionDescriptor.addActionParameter(ActionParameter actionParameter)
Метод устанавливает описание свойств значения которых нужно установить перед выполнением действия. |
Uses of ActionParameter in org.weda.action.impl |
---|
Classes in org.weda.action.impl that implement ActionParameter | |
---|---|
class |
ActionParameterImpl
|
Methods in org.weda.action.impl that return ActionParameter | |
---|---|
ActionParameter |
ActionDescriptorImpl.getActionParameter(java.lang.String name)
|
Methods in org.weda.action.impl that return types with arguments of type ActionParameter | |
---|---|
java.util.List<ActionParameter> |
ActionDescriptorImpl.getActionParameters()
|
Methods in org.weda.action.impl with parameters of type ActionParameter | |
---|---|
void |
ActionDescriptorImpl.addActionParameter(ActionParameter actionParameter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |