org.uispec4j
Class AbstractButton
java.lang.Object
org.uispec4j.AbstractUIComponent
org.uispec4j.AbstractButton
- All Implemented Interfaces:
- UIComponent
- Direct Known Subclasses:
- Button, CheckBox, RadioButton, ToggleButton
- public abstract class AbstractButton
- extends AbstractUIComponent
Base class for button-like components (toggle buttons, check boxes, etc.)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractButton
protected AbstractButton(AbstractButton abstractButton)
click
public void click()
textEquals
public Assertion textEquals(String text)
getLabel
public String getLabel()
- Description copied from interface:
UIComponent
- Returns the label displayed on this component, or null if this has no sense for this kind of components.
- Specified by:
getLabel in interface UIComponent- Overrides:
getLabel in class AbstractUIComponent
triggerClick
public Trigger triggerClick()
Copyright © 2004-2007 Design-up. All Rights Reserved.