Class N2oActionCell
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.view.widget.table.column.cell.N2oAbstractCell
-
- net.n2oapp.framework.api.metadata.global.view.widget.table.column.cell.N2oActionCell
-
- All Implemented Interfaces:
java.io.Serializable,CssClassAware,ExtensionAttributesAware,IdAware,ModelAware,NamespaceUriAware,SrcAware,Compiled,N2oCell,Source
- Direct Known Subclasses:
EditCell,N2oCheckboxCell,N2oCustomCell,N2oEditCell,N2oImageCell,N2oLinkCell,N2oXEditableCell
public class N2oActionCell extends N2oAbstractCell implements ModelAware
Абстрактная ячейка с действием- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oActionCell()
-
Method Summary
-
Methods inherited from class net.n2oapp.framework.api.metadata.global.view.widget.table.column.cell.N2oAbstractCell
getJsonProperties
-
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.CssClassAware
getCssClass, setCssClass
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ModelAware
getModel
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespaceUri
-
-