Package jp.vmi.selenium.selenese.command
Class BlockStartImpl
- java.lang.Object
-
- jp.vmi.selenium.selenese.command.AbstractCommand
-
- jp.vmi.selenium.selenese.command.BlockStartImpl
-
- All Implemented Interfaces:
ArgumentInfo,BlockStart,ICommand
public abstract class BlockStartImpl extends AbstractCommand implements BlockStart
Default implementation for BlockStart.
-
-
Field Summary
Fields Modifier and Type Field Description protected BlockEndblockEnd-
Fields inherited from interface jp.vmi.selenium.selenese.command.BlockStart
NO_BLOCK_START, REACHED_COUNT_SEPARATOR
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmayUpdateScreen()May the command update screen?voidsetBlockEnd(BlockEnd blockEnd)Set end-of-block command.-
Methods inherited from class jp.vmi.selenium.selenese.command.AbstractCommand
addScreenshot, convertLocators, execute, executeImpl, extractLocators, getArguments, getBlockStart, getIndex, getName, getResult, getScreenshots, getSource, getStartLoop, getVariableResolvedArguments, setBlockStart, setSideCommand, setStartLoop, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jp.vmi.selenium.selenese.ArgumentInfo
getArgumentCount
-
Methods inherited from interface jp.vmi.selenium.selenese.command.BlockStart
isLoopBlock
-
Methods inherited from interface jp.vmi.selenium.selenese.command.ICommand
isNativeAlertHandler
-
-
-
-
Field Detail
-
blockEnd
protected BlockEnd blockEnd
-
-
Method Detail
-
mayUpdateScreen
public boolean mayUpdateScreen()
Description copied from interface:ICommandMay the command update screen?- Specified by:
mayUpdateScreenin interfaceICommand- Overrides:
mayUpdateScreenin classAbstractCommand- Returns:
- true if the command may update screen.
-
setBlockEnd
public void setBlockEnd(BlockEnd blockEnd)
Description copied from interface:BlockStartSet end-of-block command.- Specified by:
setBlockEndin interfaceBlockStart- Parameters:
blockEnd- end-of-block command.
-
-