Package ru.i_novus.ms.rdm.n2o.model
Class DataGridColumn
java.lang.Object
ru.i_novus.ms.rdm.n2o.model.DataGridColumn
public class DataGridColumn
extends java.lang.Object
Created by znurgaliev on 13.11.2018.
-
Constructor Summary
Constructors Constructor Description DataGridColumn()DataGridColumn(java.lang.String key, java.lang.String name, boolean filterable, boolean resizable, boolean sortable, net.n2oapp.framework.api.metadata.meta.control.Control filterControl) -
Method Summary
Modifier and Type Method Description net.n2oapp.framework.api.metadata.meta.control.ControlgetFilterControl()java.lang.StringgetKey()java.lang.StringgetName()booleanisFilterable()booleanisResizable()booleanisSortable()voidsetFilterable(boolean filterable)voidsetFilterControl(net.n2oapp.framework.api.metadata.meta.control.Control filterControl)voidsetKey(java.lang.String key)voidsetName(java.lang.String name)voidsetResizable(boolean resizable)voidsetSortable(boolean sortable)
-
Constructor Details
-
DataGridColumn
public DataGridColumn() -
DataGridColumn
public DataGridColumn(java.lang.String key, java.lang.String name, boolean filterable, boolean resizable, boolean sortable, net.n2oapp.framework.api.metadata.meta.control.Control filterControl)
-
-
Method Details
-
getKey
public java.lang.String getKey() -
setKey
public void setKey(java.lang.String key) -
getName
public java.lang.String getName() -
setName
public void setName(java.lang.String name) -
isFilterable
public boolean isFilterable() -
setFilterable
public void setFilterable(boolean filterable) -
isResizable
public boolean isResizable() -
setResizable
public void setResizable(boolean resizable) -
isSortable
public boolean isSortable() -
setSortable
public void setSortable(boolean sortable) -
getFilterControl
public net.n2oapp.framework.api.metadata.meta.control.Control getFilterControl() -
setFilterControl
public void setFilterControl(net.n2oapp.framework.api.metadata.meta.control.Control filterControl)
-