Class ShowModalPageFromClassifier
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.event.action.N2oAbstractAction
-
- net.n2oapp.framework.api.metadata.event.action.N2oAbstractPageAction
-
- net.n2oapp.framework.api.metadata.event.action.N2oShowModal
-
- net.n2oapp.framework.api.metadata.control.ShowModalPageFromClassifier
-
- All Implemented Interfaces:
java.io.Serializable,IdAware,NamespaceUriAware,SrcAware,N2oAction,Source
@Deprecated public class ShowModalPageFromClassifier extends N2oShowModal
Deprecated.User: iryabov Date: 27.06.13 Time: 18:10- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShowModalPageFromClassifier()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetLabelFieldId()Deprecated.java.lang.StringgetSrc()Deprecated.Получить реализацию метаданнойjava.lang.StringgetValueFieldId()Deprecated.voidsetCompiled(boolean compiled)Deprecated.voidsetLabelFieldId(java.lang.String labelFieldId)Deprecated.voidsetValueFieldId(java.lang.String valueFieldId)Deprecated.-
Methods inherited from class net.n2oapp.framework.api.metadata.event.action.N2oAbstractPageAction
getOperationId
-
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, setId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
getLabelFieldId
public java.lang.String getLabelFieldId()
Deprecated.
-
setLabelFieldId
public void setLabelFieldId(java.lang.String labelFieldId)
Deprecated.
-
getValueFieldId
public java.lang.String getValueFieldId()
Deprecated.
-
setValueFieldId
public void setValueFieldId(java.lang.String valueFieldId)
Deprecated.
-
setCompiled
public void setCompiled(boolean compiled)
Deprecated.
-
getSrc
public java.lang.String getSrc()
Deprecated.Description copied from interface:SrcAwareПолучить реализацию метаданной- Returns:
- Реализация метаданной
-
-