Interface CellIOv2
-
- All Superinterfaces:
BaseElementClassAware<N2oCell>,NamespaceUriAware
- All Known Implementing Classes:
AbstractCellElementIOv2,BadgeCellElementIOv2,CheckboxCellElementIOv2,CustomCellElementIOv2,EditCellElementIOv2,IconCellElementIOv2,ImageCellElementIOv2,LinkCellElementIOv2,ListCellIOElementIOv2,ProgressCellElementIOv2,TextCellElementIOv2,ToolbarCellElementIOv2
public interface CellIOv2 extends NamespaceUriAware, BaseElementClassAware<N2oCell>
Интерфейс ячейки
-
-
Field Summary
Fields Modifier and Type Field Description static org.jdom.NamespaceNAMESPACE
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<N2oCell>getBaseElementClass()default StringgetNamespaceUri()default voidsetNamespaceUri(String namespaceUri)-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-
-
-
Method Detail
-
getNamespaceUri
default String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceNamespaceUriAware
-
setNamespaceUri
default void setNamespaceUri(String namespaceUri)
- Specified by:
setNamespaceUriin interfaceNamespaceUriAware
-
getBaseElementClass
default Class<N2oCell> getBaseElementClass()
- Specified by:
getBaseElementClassin interfaceBaseElementClassAware<N2oCell>
-
-