com.sapportals.admin.wizardframework.templates
Class AbstractScriptState

java.lang.Object
  |
  +--com.sapportals.admin.wizardframework.components.AbstractWizardComponent
        |
        +--com.sapportals.admin.wizardframework.components.HTMLScriptComponent
              |
              +--com.sapportals.admin.wizardframework.templates.AbstractScriptState
All Implemented Interfaces:
IDependencyObject, IWizardComponent

public abstract class AbstractScriptState
extends HTMLScriptComponent


Fields inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
HORIZONTAL_LAYOUT, VERTICAL_LAYOUT
 
Constructor Summary
AbstractScriptState()
           
 
Method Summary
abstract  java.lang.String getScript(IWizardContext ctx)
           
 
Methods inherited from class com.sapportals.admin.wizardframework.components.HTMLScriptComponent
getDisplay, setScript
 
Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
clearIfInconsistent, doAfterSubmit, doBeforeDisplay, getControlInFocus, getDescription, getErrorMessages, getPath, getProperty, getTitle, init, isComplete, isInitialized, isMandatory, processInput, setMandatory, setPath, setProperty, setTempProperty, setupComponent, wasChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractScriptState

public AbstractScriptState()
Method Detail

getScript

public abstract java.lang.String getScript(IWizardContext ctx)
Overrides:
getScript in class HTMLScriptComponent