public interface ExtJSToggleSplitButton extends Control
Modifier and Type | Method and Description |
---|---|
void |
clickButton(CheckState state)
Moves the mouse cursor to the toggle button and then sets the toggle button to one of the following states: Unchecked, Checked.
|
void |
closeUp()
Performs a click on the drop-down arrow if the drop-down menu is still displayed.
|
void |
dropDown()
Performs a click on the drop-down arrow and waits until the specified state is set.
|
CheckState |
getwState()
Returns the current state of the toggle button, that is, Unchecked or Checked.
|
void |
setwState(CheckState value)
Returns the current state of the toggle button, that is, Unchecked or Checked.
|
click, click, click, clickM, clickM, clickM, clickR, clickR, clickR, dblClick, dblClick, dblClick, dblClickM, dblClickM, dblClickM, dblClickR, dblClickR, dblClickR, drag, drag, dragM, dragM, dragR, dragR, getEnabled, getHeight, getScreenLeft, getScreenTop, getVisible, getVisibleOnScreen, getWidth, hoverMouse, hoverMouse, keys, mouseWheel, mouseWheel, screenToWindow, windowToScreen
find, find, find, findAll, findAll, getChildren, getParent, tryFind, tryFind, tryFind, waitProperty, waitProperty
picture, picture, picture
callMethod, callMethod, cast, getProperty, setProperty, toString
CheckState getwState() throws InvocationException, HttpException
InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void setwState(CheckState value) throws InvocationException, HttpException
value
- Current state of the toggle button, that is, Unchecked or Checked.InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void clickButton(CheckState state) throws InvocationException, HttpException
state
- The new CheckState
of the item, which must be Unchecked, Checked or Grayed.InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void dropDown() throws InvocationException, HttpException
InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void closeUp() throws InvocationException, HttpException
InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.Copyright © 2020 SmartBear Software. All Rights Reserved.