public class SeRadio extends SeAnyChildWindow
LM_locator| Constructor and Description |
|---|
SeRadio(String Locator,
OKWLocatorBase... Locators)
\copydoc SeAnyChildWindow::SeAnyChildWindow(String,OKWLocator...)
\date 2013.04.11
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<String> |
getCaption()
\~german
Ermittelt den textuellen Inhalt der Überschrift/Caption eines Radio-Buttons.
|
Boolean |
getIsSelected()
Method liefert den aktuellen Zustand des RadioButtons,
ausgewählt oder nicht.
|
ArrayList<String> |
getLabel()
\~german
\brief
Ermittelt den textuellen Inhalt des Labels, SeRadio hat Jedoch kein Label.
|
ArrayList<String> |
getValue()
Ermittelt den aktuellen Wert des RadioButtons.
|
void |
Select(ArrayList<String> Values)
\~german
Hinweis: Auf die Existenz des GUI-Objekte wird in der MethodeClickon gewartet!
\~english
Note: The existence of the GUI object is waited for in the Clickon method!
\~
|
void |
SetValue(ArrayList<String> Values)
\~german
Setzt den Wert des Radio-Buttons, erlaubte Werte sind "CHECKED"/"UNCHECKED".
|
void |
TypeKey(ArrayList<String> fps_Values)
\~german
Tastatur Eingabe an das Objekt
|
_NotExists, ClickOn, getAttribute, getExists, getHasFocus, getIsActive, getTooltip, LogCaption, LogExists, LogHasFocus, LogIsActive, LogLabel, LogPlaceholder, LogTooltip, LogValue, Me, MemorizeCaption, MemorizeExists, MemorizeHasFocus, MemorizeIsActive, MemorizeLabel, MemorizePlaceholder, MemorizeTooltip, MemorizeValue, scrollIntoView, SelectMenu, SelectMenu, SetFocus, VerifyCaption, VerifyExists, VerifyHasFocus, VerifyIsActive, VerifyLabel, VerifyMaxLength, VerifyMinLength, VerifyPlaceholder, VerifyTooltip, VerifyValue, WaitForInteraction, WaitForInteractionReturnBoolean, WaitForInteractionReturnString, WaitForMeDoubleClickOn, getMaxLength, getMinLength, getPlaceholder, LogSelected, LogTablecellValue, MemorizeSelectedValue, MemorizeTablecellValue, SelectTablecell, TypeKeyTablecell, VerifyBadge, VerifyBadgeREGX, VerifyBadgeWCM, VerifyErrorMSG, VerifySelectedValue, VerifyTablecellValuegetCAT, getKN, getLocator, getLOCATOR, getParentFN, LogError, LogPrint, LogPrintDebug, LogWarning, ResCloseList, ResCloseListDebug, ResOpenList, ResOpenListDebug, setCAT, setKN, setLocator, setParentFNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCAT, getKN, getParentFN, setCAT, setKN, setParentFNpublic SeRadio(String Locator, OKWLocatorBase... Locators)
public ArrayList<String> getValue()
getValue in interface IGUIChildwindowgetValue in class SeAnyChildWindowException - \date 2013.04.11public Boolean getIsSelected()
Exception - \date 2013.04.11public ArrayList<String> getCaption()
getCaption in interface IGUIChildwindowgetCaption in class SeAnyChildWindowpublic ArrayList<String> getLabel()
getLabel in interface IGUIChildwindowgetLabel in class SeAnyChildWindowpublic void SetValue(ArrayList<String> Values)
SetValue in interface IGUIChildwindowSetValue in class SeAnyChildWindowpublic void Select(ArrayList<String> Values)
Select in interface IGUIChildwindowSelect in class SeAnyChildWindowpublic void TypeKey(ArrayList<String> fps_Values)
TypeKey in interface IGUIChildwindowTypeKey in class SeAnyChildWindowfps_Values - Werte, die via Tastatur eingegeben werden sollen.
\~Copyright © 2021 OpenKeyWord. All rights reserved.