Class UiRefreshableTableConfigUpdate
java.lang.Object
org.teamapps.dto.UiRefreshableTableConfigUpdate
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected booleanprotected intprotected booleanprotected intprotected intprotected intprotected booleanprotected booleanprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanintbooleanintintintbooleanbooleanbooleansetAllowMultiRowSelection(boolean allowMultiRowSelection) setAutoHeight(boolean autoHeight) setEditable(boolean editable) setFooterRowHeight(int footerRowHeight) setForceFitWidth(boolean forceFitWidth) setHeaderRowHeight(int headerRowHeight) setRowBorderWidth(int rowBorderWidth) setRowHeight(int rowHeight) setShowFooterRow(boolean showFooterRow) setShowHeaderRow(boolean showHeaderRow) setTextSelectionEnabled(boolean textSelectionEnabled) toString()
-
Field Details
-
forceFitWidth
protected boolean forceFitWidth -
rowHeight
protected int rowHeight -
allowMultiRowSelection
protected boolean allowMultiRowSelection -
rowBorderWidth
protected int rowBorderWidth -
textSelectionEnabled
protected boolean textSelectionEnabled -
editable
protected boolean editable -
showHeaderRow
protected boolean showHeaderRow -
headerRowHeight
protected int headerRowHeight -
autoHeight
protected boolean autoHeight
-
-
Constructor Details
-
UiRefreshableTableConfigUpdate
public UiRefreshableTableConfigUpdate()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getForceFitWidth
public boolean getForceFitWidth() -
getRowHeight
public int getRowHeight() -
getAllowMultiRowSelection
public boolean getAllowMultiRowSelection() -
getRowBorderWidth
public int getRowBorderWidth() -
getTextSelectionEnabled
public boolean getTextSelectionEnabled() -
getEditable
public boolean getEditable() -
getShowHeaderRow
public boolean getShowHeaderRow() -
getHeaderRowHeight
public int getHeaderRowHeight() -
getAutoHeight
public boolean getAutoHeight() -
setForceFitWidth
-
setRowHeight
-
setAllowMultiRowSelection
-
setRowBorderWidth
-
setTextSelectionEnabled
-
setEditable
-
setShowHeaderRow
-
setHeaderRowHeight
-
setAutoHeight
-