Class N2oSetValueAction
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.action.N2oAbstractAction
-
- net.n2oapp.framework.api.metadata.action.N2oSetValueAction
-
- All Implemented Interfaces:
Serializable,N2oAction,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,Source
public class N2oSetValueAction extends N2oAbstractAction
Событие set-value-expression- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oSetValueAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetSourceWidget()Deprecated.StringgetTargetWidget()Deprecated.voidsetSourceWidget(String sourceWidget)Deprecated.voidsetTargetWidget(String targetWidget)Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.action.N2oAction
getId, getNamespaceUri, getObjectId, getOperationId, setId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
getSourceWidget
@Deprecated public String getSourceWidget()
Deprecated.
-
setSourceWidget
@Deprecated public void setSourceWidget(String sourceWidget)
Deprecated.
-
getTargetWidget
@Deprecated public String getTargetWidget()
Deprecated.
-
setTargetWidget
@Deprecated public void setTargetWidget(String targetWidget)
Deprecated.
-
-