| java.lang.Object org.uispec4j.AbstractUIComponent
All known Subclasses: org.uispec4j.Slider, org.uispec4j.Table, org.uispec4j.AbstractButton, org.uispec4j.Panel, org.uispec4j.extension.CustomCountingButton, org.uispec4j.ListBox, org.uispec4j.MenuItem, org.uispec4j.Desktop, org.uispec4j.PasswordField, org.uispec4j.TabGroup, org.uispec4j.Tree, org.uispec4j.MenuBar, org.uispec4j.ComboBox, org.uispec4j.ProgressBar, org.uispec4j.Spinner, org.uispec4j.TextBox,
AbstractUIComponent | abstract public class AbstractUIComponent implements UIComponent(Code) | | Base class for UIComponent implementations.
|
backgroundEquals | public Assertion backgroundEquals(String expectedColor)(Code) | | Checks the background color of the component
The color can be given in either hexadecimal ("FF45C0") or human-readable ("red") format.
See Also: Using colors |
foregroundEquals | public Assertion foregroundEquals(String expectedColor)(Code) | | Checks the foreground color of the component.
The color can be given in either hexadecimal ("FF45C0") or human-readable ("red") format.
See Also: Using colors |
|
|