Class DynamicColumn
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.view.widget.table.column.AbstractColumn
-
- net.n2oapp.framework.api.metadata.global.view.widget.table.column.DynamicColumn
-
- All Implemented Interfaces:
Serializable,IdAware
public class DynamicColumn extends AbstractColumn
- Author:
- V. Alexeev.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DynamicColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N2oDynamicSwitch<N2oCell>getN2oSwitch()booleanisDynamic()voidsetN2oSwitch(N2oDynamicSwitch<N2oCell> n2oSwitch)
-
-
-
Method Detail
-
getN2oSwitch
public N2oDynamicSwitch<N2oCell> getN2oSwitch()
-
setN2oSwitch
public void setN2oSwitch(N2oDynamicSwitch<N2oCell> n2oSwitch)
-
isDynamic
public boolean isDynamic()
- Specified by:
isDynamicin classAbstractColumn
-
-