Class N2oAbstractCell
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.view.widget.table.column.cell.N2oAbstractCell
-
- All Implemented Interfaces:
java.io.Serializable,CssClassAware,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,Compiled,N2oCell,Source
- Direct Known Subclasses:
N2oActionCell,N2oBadgeCell,N2oColorCell,N2oIconCell,N2oListCell,N2oProgressBarCell,N2oRatingCell,N2oTextCell,N2oToolbarCell,N2oTooltipListCell,SwitchCell,ToolbarCell
public abstract class N2oAbstractCell extends java.lang.Object implements N2oCell, ExtensionAttributesAware, CssClassAware
Абстрактная ячейка- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oAbstractCell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>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.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespaceUri
-
-