
SearchPanelSettings(com.iscobol.rts.INumericVar handle) |
boolean | isCaseSensitiveEnabled() Returns if the search with case sensitive is enabled |
boolean | isFilterEnabled() Returns if data filtering is enabled |
boolean | isShowCaseSensitiveButton() Returns if the case sensitive button is visible |
boolean | isShowCleanButton() Returns if the Clean button is visible |
boolean | isShowFilterButton() Returns if the Filter button is visible |
boolean | isShowNavigationButtons() Returns if the navigation buttons are visible |
void | setCaseSensitiveEnabled(boolean caseSensitiveEnabled) Enables or disables the Case Sensitive search |
void | setFilterEnabled(boolean filterEnabled) Enables or disable data filtering |
void | setShowCaseSensitiveButton(boolean showCaseSensitiveButton) Show or hide the Case Sensitive button |
void | setShowCleanButton(boolean showCleanButton) Show or hide the Clean button |
void | setShowFilterButton(boolean showFilterButton) Show or hide the Filter button |
void | setShowNavigationButtons(boolean showNavigationButton) Show or hide navigation buttons |