41 import java.io.IOException;
42 import java.util.ArrayList;
44 import javax.xml.bind.JAXBException;
45 import javax.xml.parsers.ParserConfigurationException;
46 import javax.xml.xpath.XPathExpressionException;
48 import org.xml.sax.SAXException;
50 import okw.FrameObjectDictionary_Sngltn;
52 import okw.OKW_TimeOut;
53 import okw.core.IOKW_FN;
54 import okw.exceptions.OKWFrameObjectMethodNotImplemented;
88 public Boolean getHasFocus()
94 public Boolean getIsActive()
97 throw new OKWFrameObjectMethodNotImplemented(
"The method getIsActive() is not defined for your GUI-Object. Please define first the methode!");
100 public ArrayList<String> getCaption()
103 throw new OKWFrameObjectMethodNotImplemented(
"The method getCaption() is not defined for your GUI-Object. Please define first the methode!");
106 public ArrayList<String> getTooltip()
109 throw new OKWFrameObjectMethodNotImplemented(
"The method getTooltip() is not defined for your GUI-Object. Please define first the methode!");
112 public ArrayList<String> getPlaceholder()
115 throw new OKWFrameObjectMethodNotImplemented(
"The method getPlaceholder() is not defined for your GUI-Object. Please define first the methode!");
118 public ArrayList<String> getLabel()
121 throw new OKWFrameObjectMethodNotImplemented(
"The method getLabel() is not defined for your GUI-Object. Please define first the methode!");
124 public Integer getMaxLength()
127 throw new OKWFrameObjectMethodNotImplemented(
"The method getMaxLength() is not defined for your GUI-Object. Please define first the methode!");
130 public Integer getMinLength()
133 throw new OKWFrameObjectMethodNotImplemented(
"The method getMinLength() is not defined for your GUI-Object. Please define first the methode!");
137 public ArrayList<String> getValue()
140 throw new OKWFrameObjectMethodNotImplemented(
"The method getValue() is not defined for your GUI-Object. Please define first the methode!");
143 public void ClickOn( )
146 throw new OKWFrameObjectMethodNotImplemented(
"The method ClickOn() is not defined for your GUI-Object. Please define first the methode!");
149 public void DoubleClickOn( )
152 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public void DoubleClickOn( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
155 public ArrayList<String> LogCaption( )
158 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> LogCaption( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
161 public boolean LogExists( )
164 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public boolean LogExists( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
167 public boolean LogHasFocus( )
170 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public boolean LogHasFocus( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
173 public boolean LogIsActive( )
176 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public boolean LogIsActive( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
179 public ArrayList<String> LogLabel( )
182 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> LogLabel( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
185 public ArrayList<String> LogPlaceholder( )
188 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> LogPlace( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
191 public ArrayList<String> LogSelected( )
194 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> LogSelected( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
197 public ArrayList<String> LogTablecellValue( String COL, String ROW )
200 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> ( String COL, String ROW ) throws Exception' throws Exception' is not defined for your GUI-Object. Please define first the methode!");
203 public ArrayList<String> LogTooltip( )
206 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> LogTooltip( ) throws Exception' throws Exception' is not defined for your GUI-Object. Please define first the methode!");
209 public ArrayList<String> LogValue( )
212 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> LogValue( ) throws Exception' throws Exception' is not defined for your GUI-Object. Please define first the methode!");
215 public ArrayList<String> MemorizeCaption( )
218 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> MemorizeCaption( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
221 public boolean MemorizeExists( )
224 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public boolean MemorizeExists( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
227 public boolean MemorizeHasFocus( )
230 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public boolean MemorizeHasFocus( ) throws Exception' throws Exception' is not defined for your GUI-Object. Please define first the methode!");
233 public boolean MemorizeIsActive( )
236 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public boolean MemorizeIsActive( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
239 public ArrayList<String> MemorizeLabel( )
242 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> MemorizeLabel( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
245 public ArrayList<String> MemorizePlaceholder( )
248 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> MemorizePlaceholder( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
251 public ArrayList<String> MemorizeSelectedValue( )
254 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> MemorizeSelectedValue( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
257 public ArrayList<String> MemorizeTablecellValue( String COL, String ROW )
260 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> MemorizeTablecellValue( String COL, String ROW ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
263 public ArrayList<String> MemorizeTooltip( )
266 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> MemorizeTooltip( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
269 public ArrayList<String> MemorizeValue( )
272 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> MemorizeValue( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
275 public void Select( ArrayList<String> fpLsParameter )
278 throw new OKWFrameObjectMethodNotImplemented(
"The method Select() is not defined for your GUI-Object. Please define first the methode!");
281 public void SelectMenu( ) throws Exception
284 throw new OKWFrameObjectMethodNotImplemented(
"The method SelectMenu() is not defined for your GUI-Object. Please define first the methode!");
287 public void SelectMenu( ArrayList<String> Val )
290 throw new OKWFrameObjectMethodNotImplemented(
"The method SelectMenu() is not defined for your GUI-Object. Please define first the methode!");
293 public void SelectTablecell( String COL, String ROW )
296 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public void SelectTablecell( String COL, String ROW ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
299 public void SetFocus( ) throws Exception
302 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public void SetFocus( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
305 public void SetValue(ArrayList<String> Val )
308 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public void SetValue( ArrayList<String> Val ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
311 public void TypeKey(ArrayList<String> Val )
314 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public void TypeKey( ArrayList<String> Val ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
317 public void TypeKeyTablecell( String COL, String ROW, ArrayList<String> Val )
320 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public void TypeKeyTablecell( String COL, String ROW, ArrayList<String> Val ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
323 public ArrayList<String> VerifyLabel( )
326 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public void VerifyLabel( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
329 public ArrayList<String> VerifyBadge( )
332 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public void VerifyBadge( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
335 public ArrayList<String> VerifyBadgeWCM( )
338 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public void VerifyBadgeWCM( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
341 public ArrayList<String> VerifyBadgeREGX( )
344 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public void VerifyBadgeREGX( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
347 public ArrayList<String> VerifyPlaceholder( )
350 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public void VerifyPlaceholder( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
353 public Integer VerifyMaxLength( )
356 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public void VerifyMaxLength( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
359 public ArrayList<String> VerifyCaption( )
362 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public void VerifyCaption( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
365 public ArrayList<String> VerifyTooltip( )
368 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> VerifyTooltip( )' is not defined for your GUI-Object. Please define first the methode!");
371 public ArrayList<String> VerifyValue( )
374 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> VerifyValue( )' is not defined for your GUI-Object. Please define first the methode!");
377 public ArrayList<String> VerifyTablecellValue( String COL, String ROW )
380 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> VerifyTablecellValue( )' is not defined for your GUI-Object. Please define first the methode!");
383 public ArrayList<String> VerifySelectedValue( )
386 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> VerifySelectedValue( )' is not defined for your GUI-Object. Please define first the methode!");
389 public Boolean VerifyExists( )
392 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public Boolean VerifyExists( )' is not defined for your GUI-Object. Please define first the methode!");
395 public Boolean VerifyIsActive()
398 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public Boolean VerifyIsActive()' is not defined for your GUI-Object. Please define first the methode!");
401 public Boolean VerifyHasFocus( )
404 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public Boolean VerifyHasFocus( )' is not defined for your GUI-Object. Please define first the methode!");
407 public Integer VerifyMinLength( )
410 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public void VerifyMinLength( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
413 public ArrayList<String> VerifyErrorMSG( )
416 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public void VerifyErrorMSG( ) throws Exception' is not defined for your GUI-Object. Please define first the methode!");
432 super (fpsLocator, fpLocators );
456 Boolean lvbReturn =
false;
477 Thread.sleep( timeout.
getPT() );
485 throw new RuntimeException(e);