Interface HasComputedStyle

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 HasComputedStyle
Interface that facilitates the retrieval of CSS properties of a control after any stylesheet and other computational values have been applied
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a String containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
  • Method Details

    • getComputedStyle

      String getComputedStyle(String property)
      Returns a String containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
      Returns:
      String containing all computed styles