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:
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 StringgetLabelFieldId()Deprecated.StringgetSrc()Deprecated.Получить реализацию метаданнойStringgetValueFieldId()Deprecated.voidsetCompiled(boolean compiled)Deprecated.voidsetLabelFieldId(String labelFieldId)Deprecated.voidsetValueFieldId(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 String getLabelFieldId()
Deprecated.
-
setLabelFieldId
public void setLabelFieldId(String labelFieldId)
Deprecated.
-
getValueFieldId
public String getValueFieldId()
Deprecated.
-
setValueFieldId
public void setValueFieldId(String valueFieldId)
Deprecated.
-
setCompiled
public void setCompiled(boolean compiled)
Deprecated.
-
-