Interface HasTooltip

All Known Implementing Classes:
AbstractDwcControl, AbstractDwcjPanel, AbstractDwclistControl, AppPanel, BBjPanelAdapter, Button, CheckableMenuItem, CheckBox, ColorPicker, ComboBox, DateEditBox, Div, FileChooser, FontChooser, GridExWidget, HtmlContainer, HtmlEdit, ImageControl, Label, ListBox, MenuButton, MenuItem, Navigator, NumericBox, NumericBoxSpinner, OpenFileDialog, PopupMenu, PrintPreview, ProgressBar, RadioButton, ScrollBar, Slider, StringEditBox, TabControl, TextArea, TextBox, TextComboBox, TreeView

public interface HasTooltip
On applicable controls, helps facilitate tooltip functionality to facilitate implementation of methods to interact with this behavior.
  • Method Details

    • getTooltipText

      String getTooltipText()
      get the tooltip text property of the control
      Returns:
      the tooltip text
    • setTooltipText

      HasTooltip setTooltipText(String tooltipText)
      Set the tooltip text of the control
      Parameters:
      text -
      Returns:
      the control itself