Class N2oSimpleColumn
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.view.widget.table.column.AbstractColumn
-
- net.n2oapp.framework.api.metadata.global.view.widget.table.column.N2oSimpleColumn
-
- All Implemented Interfaces:
Serializable,IdAware
- Direct Known Subclasses:
N2oListWidget.ContentElement
public class N2oSimpleColumn extends AbstractColumn
Столбец таблицы- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oSimpleColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N2oCellgetCell()booleanisDynamic()voidsetCell(N2oCell cell)
-
-
-
Method Detail
-
getCell
public N2oCell getCell()
-
setCell
public void setCell(N2oCell cell)
-
isDynamic
public boolean isDynamic()
- Specified by:
isDynamicin classAbstractColumn
-
-