Class OnClick
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.event.action.N2oAbstractAction
-
- net.n2oapp.framework.api.metadata.event.action.OnClick
-
- All Implemented Interfaces:
Serializable,IdAware,NamespaceUriAware,PropertiesAware,SrcAware,N2oAction,Source
public class OnClick extends N2oAbstractAction implements Serializable, PropertiesAware
Событие on-click- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OnClick()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFunctionName()Map<String,Object>getProperties()StringgetSourceSrc()StringgetSrc()Получить реализацию метаданнойvoidsetFunctionName(String functionName)voidsetProperties(Map<String,Object> properties)voidsetSourceSrc(String sourceSrc)-
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.event.action.N2oAction
getId, getNamespaceUri, getObjectId, getOperationId, setId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
getSourceSrc
public String getSourceSrc()
-
setSourceSrc
public void setSourceSrc(String sourceSrc)
-
getFunctionName
public String getFunctionName()
-
setFunctionName
public void setFunctionName(String functionName)
-
getProperties
public Map<String,Object> getProperties()
- Specified by:
getPropertiesin interfacePropertiesAware
-
setProperties
public void setProperties(Map<String,Object> properties)
- Specified by:
setPropertiesin interfacePropertiesAware
-
-