public abstract class AbstractHTMLExecutable extends BlockingAWTExecutable implements ActionPanelListener, ExecutionPhaseListener, DescriptivePropertyHolder
| Modifier and Type | Field and Description |
|---|---|
PropertyHolder |
scoreHandler |
| Constructor and Description |
|---|
AbstractHTMLExecutable()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionTriggered(ActionPanel source,
Object actionValue)
Called when action panel gets triggered
|
protected void |
cancelExecutionAWT()
cancelExecution called in the awt thread.
|
String |
getBase() |
boolean |
geti18nEnabled() |
List<String> |
getPages() |
Property<?>[] |
getPropertyObjects()
Return the property objects supported / set by this PropertyHolder.
|
PropertyHolder |
getScoreHandler() |
DefaultVisualTimeoutHandler |
getTimeoutHandler() |
void |
processExecutionPhase(ExecutionContext context)
Called by the Executor to signal an element execution context
|
abstract String |
replaceVariables(String html) |
void |
setBase(String base) |
void |
setDuration(long duration) |
void |
seti18nEnabled(boolean i18nEnabled) |
void |
setPages(List<String> pages) |
void |
setScoreHandler(PropertyHolder scoreHandler) |
void |
setTimeoutHandler(DefaultVisualTimeoutHandler timeoutHandler) |
protected void |
startExecutionAWT()
To be implemented.
|
cancelExecution, startExecutioncancel, execute, finishExecution, getExecutionContext, getFinishExecutionLock, setExecutionContextassignParent, assignParent, assignParents, getId, getLocalId, getParent, setBeanName, setId, setLocalId, setParentclearProperties, getKeys, getProperty, removeProperty, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearProperties, getId, getKeys, getProperty, removeProperty, setPropertycancel, execute, setExecutionContextpublic PropertyHolder scoreHandler
protected void startExecutionAWT()
BlockingAWTExecutablestartExecutionAWT in class BlockingAWTExecutableprotected void cancelExecutionAWT()
BlockingAWTExecutablecancelExecutionAWT in class BlockingAWTExecutablepublic void actionTriggered(ActionPanel source, Object actionValue)
actionTriggered in interface ActionPanelListeneractionValue - the value registered with the action panel for the action that got triggeredpublic Property<?>[] getPropertyObjects()
DescriptivePropertyHoldergetPropertyObjects in interface DescriptivePropertyHolderpublic DefaultVisualTimeoutHandler getTimeoutHandler()
public void setTimeoutHandler(DefaultVisualTimeoutHandler timeoutHandler)
public void processExecutionPhase(ExecutionContext context)
ExecutionPhaseListenerprocessExecutionPhase in interface ExecutionPhaseListenerpublic String getBase()
public void setBase(String base)
public void setScoreHandler(PropertyHolder scoreHandler)
public PropertyHolder getScoreHandler()
public void setDuration(long duration)
public boolean geti18nEnabled()
public void seti18nEnabled(boolean i18nEnabled)
Copyright © 2013. All Rights Reserved.