Class AbstractCell
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.meta.cell.AbstractCell
-
- All Implemented Interfaces:
Serializable,IdAware,JsonPropertiesAware,PropertiesAware,SrcAware,Compiled,Cell
- Direct Known Subclasses:
ActionCell,BadgeCell,FileUploadCell,IconCell,ListCell,ProgressBarCell,SwitchCell,TextCell,ToolbarCell,TooltipListCell
public abstract class AbstractCell extends Object implements Cell, JsonPropertiesAware
Клиентская модель абстрактной ячейки- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractCell()
-
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.JsonPropertiesAware
getJsonProperties
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.PropertiesAware
getProperties, setProperties
-
-