Class RatingCellElementIOv2
- java.lang.Object
-
- net.n2oapp.framework.config.io.widget.table.cell.AbstractCellElementIOv2<N2oRatingCell>
-
- net.n2oapp.framework.config.io.widget.table.cell.RatingCellElementIOv2
-
- All Implemented Interfaces:
BaseElementClassAware<N2oCell>,ElementClassAware<N2oRatingCell>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oRatingCell>,ElementIO<N2oRatingCell>,NamedElementIO<N2oRatingCell>,NamespaceIO<N2oRatingCell>,TypedElementIO<N2oRatingCell>,CellIOv2
@Component public class RatingCellElementIOv2 extends AbstractCellElementIOv2<N2oRatingCell>
Чтение/запись ячейки с рейтингом
-
-
Constructor Summary
Constructors Constructor Description RatingCellElementIOv2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<N2oRatingCell>getElementClass()java.lang.StringgetElementName()voidio(org.jdom2.Element e, N2oRatingCell c, IOProcessor p)-
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.config.io.widget.table.cell.CellIOv2
getBaseElementClass, getNamespaceUri, setNamespaceUri
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-
-
-
Method Detail
-
io
public void io(org.jdom2.Element e, N2oRatingCell c, IOProcessor p)- Specified by:
ioin interfaceElementIO<N2oRatingCell>- Overrides:
ioin classAbstractCellElementIOv2<N2oRatingCell>
-
getElementClass
public java.lang.Class<N2oRatingCell> getElementClass()
-
getElementName
public java.lang.String getElementName()
-
-