Interface HasStyle

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 HasStyle
Interface facilitating implementation of behavior to modify a specific CSS property to a provided value.
  • Method Summary

    Modifier and Type
    Method
    Description
    setStyle(String property, String value)
    Assigns specified value to the specified CSS property
  • Method Details

    • setStyle

      HasStyle setStyle(String property, String value)
      Assigns specified value to the specified CSS property
      Parameters:
      property - The CSS property to be changed
      value - The value of the selected CSS property
      Returns:
      The control itself