Uses of Class
org.teamapps.dto.UiRefreshableTableConfigUpdate
-
Uses of UiRefreshableTableConfigUpdate in org.teamapps.dto
Fields in org.teamapps.dto declared as UiRefreshableTableConfigUpdateModifier and TypeFieldDescriptionprotected UiRefreshableTableConfigUpdateUiTable.UpdateRefreshableConfigCommand.configMethods in org.teamapps.dto that return UiRefreshableTableConfigUpdateModifier and TypeMethodDescriptionUiTable.UpdateRefreshableConfigCommand.getConfig()UiRefreshableTableConfigUpdate.setAllowMultiRowSelection(boolean allowMultiRowSelection) UiRefreshableTableConfigUpdate.setAutoHeight(boolean autoHeight) UiRefreshableTableConfigUpdate.setEditable(boolean editable) UiRefreshableTableConfigUpdate.setFooterRowHeight(int footerRowHeight) UiRefreshableTableConfigUpdate.setForceFitWidth(boolean forceFitWidth) UiRefreshableTableConfigUpdate.setHeaderRowHeight(int headerRowHeight) UiRefreshableTableConfigUpdate.setRowBorderWidth(int rowBorderWidth) UiRefreshableTableConfigUpdate.setRowHeight(int rowHeight) UiRefreshableTableConfigUpdate.setShowFooterRow(boolean showFooterRow) UiRefreshableTableConfigUpdate.setShowHeaderRow(boolean showHeaderRow) UiRefreshableTableConfigUpdate.setTextSelectionEnabled(boolean textSelectionEnabled) Constructors in org.teamapps.dto with parameters of type UiRefreshableTableConfigUpdateModifierConstructorDescriptionUpdateRefreshableConfigCommand(String componentId, UiRefreshableTableConfigUpdate config)