Package org.teamapps.dto
Class UiRefreshableTableConfigUpdate
- java.lang.Object
-
- org.teamapps.dto.UiRefreshableTableConfigUpdate
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanallowMultiRowSelectionprotected booleaneditableprotected intfooterRowHeightprotected booleanforceFitWidthprotected intheaderRowHeightprotected introwBorderWidthprotected introwHeightprotected booleanshowFooterRowprotected booleanshowHeaderRowprotected booleantextSelectionEnabled
-
Constructor Summary
Constructors Constructor Description UiRefreshableTableConfigUpdate()
-
Method Summary
-
-
-
Field Detail
-
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
-
showFooterRow
protected boolean showFooterRow
-
footerRowHeight
protected int footerRowHeight
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
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()
-
getShowFooterRow
public boolean getShowFooterRow()
-
getFooterRowHeight
public int getFooterRowHeight()
-
setForceFitWidth
public UiRefreshableTableConfigUpdate setForceFitWidth(boolean forceFitWidth)
-
setRowHeight
public UiRefreshableTableConfigUpdate setRowHeight(int rowHeight)
-
setAllowMultiRowSelection
public UiRefreshableTableConfigUpdate setAllowMultiRowSelection(boolean allowMultiRowSelection)
-
setRowBorderWidth
public UiRefreshableTableConfigUpdate setRowBorderWidth(int rowBorderWidth)
-
setTextSelectionEnabled
public UiRefreshableTableConfigUpdate setTextSelectionEnabled(boolean textSelectionEnabled)
-
setEditable
public UiRefreshableTableConfigUpdate setEditable(boolean editable)
-
setShowHeaderRow
public UiRefreshableTableConfigUpdate setShowHeaderRow(boolean showHeaderRow)
-
setHeaderRowHeight
public UiRefreshableTableConfigUpdate setHeaderRowHeight(int headerRowHeight)
-
setShowFooterRow
public UiRefreshableTableConfigUpdate setShowFooterRow(boolean showFooterRow)
-
setFooterRowHeight
public UiRefreshableTableConfigUpdate setFooterRowHeight(int footerRowHeight)
-
-