Class N2oAbstractCell
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.view.widget.table.column.cell.N2oAbstractCell
-
- All Implemented Interfaces:
Serializable,CssClassAware,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,N2oCell,Source
- Direct Known Subclasses:
N2oActionCell,N2oBadgeCell,N2oFileUploadCell,N2oIconCell,N2oListCell,N2oProgressBarCell,N2oTextCell,N2oToolbarCell,N2oTooltipListCell
public abstract class N2oAbstractCell extends Object implements N2oCell, ExtensionAttributesAware, CssClassAware
Абстрактная ячейка- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oAbstractCell()
-
Method Summary
-
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, getStyle, setCssClass, setStyle
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespacePrefix, setNamespaceUri
-
-