protected static class CheckBox.SapCheckable_CheckBox extends CheckBox.AbstractCheckable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_NAME_M_COMBOBOX |
static java.lang.String |
CLASS_NAME_UI_COMMONS_COMBOBOX |
static java.lang.String[] |
supportedClazzes |
parent
Constructor and Description |
---|
SapCheckable_CheckBox(Component component) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getSupportedClassNames() |
boolean |
isChecked() |
protected void |
nativeSetChecked(boolean bChecked)
Call the native method provide by special checkbox to check/incheck.
Note: There are some callback methods associated with the checkbox, but setting property 'checked' may NOT invoke them, in the implementation of this method we should make sure those callbacks invoked (we can fire some events.) |
check, clearCache, isStatusOk, setChecked, uncheck
isShowOnPage, isSupported, refresh, webelement
public static final java.lang.String CLASS_NAME_UI_COMMONS_COMBOBOX
public static final java.lang.String CLASS_NAME_M_COMBOBOX
public static final java.lang.String[] supportedClazzes
public SapCheckable_CheckBox(Component component) throws SeleniumPlusException
SeleniumPlusException
public java.lang.String[] getSupportedClassNames()
protected void nativeSetChecked(boolean bChecked) throws SeleniumPlusException
CheckBox.AbstractCheckable
nativeSetChecked
in class CheckBox.AbstractCheckable
SeleniumPlusException
public boolean isChecked() throws SeleniumPlusException
isChecked
in interface CheckBox.Checkable
isChecked
in class CheckBox.AbstractCheckable
SeleniumPlusException
Copyright © SAS Institute. All Rights Reserved.