public class DataTableContent
extends java.lang.Object
| Constructor and Description |
|---|
DataTableContent() |
| Modifier and Type | Method and Description |
|---|---|
com.technia.tvc.core.table.group.GroupStructureBean |
getGroupStructureBean() |
java.lang.String |
getId() |
com.technia.tvc.core.table.TableBean<?> |
getTableBean() |
com.technia.tvc.structurebrowser.actions.loader.TableBeanLoader |
getTableDataLoader() |
java.lang.String |
getTitle() |
boolean |
isProcessServerSide() |
void |
setClientSideProcessing(boolean clientSideProcessing) |
void |
setClientSideThreshold(int clientSideThreshold) |
void |
setGroupStructureBean(com.technia.tvc.core.table.group.GroupStructureBean groupStructureBean) |
void |
setId(java.lang.String id) |
void |
setTableBean(com.technia.tvc.core.table.TableBean<?> tableBean) |
void |
setTableDataLoader(com.technia.tvc.structurebrowser.actions.loader.TableBeanLoader tableDataLoader) |
void |
setTitle(java.lang.String title) |
public java.lang.String getId()
public void setId(java.lang.String id)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public com.technia.tvc.core.table.TableBean<?> getTableBean()
public void setTableBean(com.technia.tvc.core.table.TableBean<?> tableBean)
public void setClientSideProcessing(boolean clientSideProcessing)
public void setClientSideThreshold(int clientSideThreshold)
public com.technia.tvc.structurebrowser.actions.loader.TableBeanLoader getTableDataLoader()
public void setTableDataLoader(com.technia.tvc.structurebrowser.actions.loader.TableBeanLoader tableDataLoader)
public boolean isProcessServerSide()
public com.technia.tvc.core.table.group.GroupStructureBean getGroupStructureBean()
public void setGroupStructureBean(com.technia.tvc.core.table.group.GroupStructureBean groupStructureBean)