Class CheckboxCellElementIOv2
- java.lang.Object
-
- net.n2oapp.framework.config.io.widget.table.cell.AbstractCellElementIOv2<N2oCheckboxCell>
-
- net.n2oapp.framework.config.io.widget.table.cell.CheckboxCellElementIOv2
-
- All Implemented Interfaces:
BaseElementClassAware<N2oCell>,ElementClassAware<N2oCheckboxCell>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oCheckboxCell>,ElementIO<N2oCheckboxCell>,NamedElementIO<N2oCheckboxCell>,NamespaceIO<N2oCheckboxCell>,TypedElementIO<N2oCheckboxCell>,CellIOv2
@Component public class CheckboxCellElementIOv2 extends AbstractCellElementIOv2<N2oCheckboxCell>
Чтение\запись ячейки с чекбоксом
-
-
Constructor Summary
Constructors Constructor Description CheckboxCellElementIOv2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oCheckboxCell>getElementClass()StringgetElementName()voidio(org.jdom.Element e, N2oCheckboxCell 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.jdom.Element e, N2oCheckboxCell c, IOProcessor p)- Specified by:
ioin interfaceElementIO<N2oCheckboxCell>- Overrides:
ioin classAbstractCellElementIOv2<N2oCheckboxCell>
-
getElementName
public String getElementName()
-
getElementClass
public Class<N2oCheckboxCell> getElementClass()
-
-