com.sap.portal.admin.wizard.panes
Class WriteProtectionPane

java.lang.Object
  |
  +--com.sapportals.admin.wizardframework.components.AbstractWizardComponent
        |
        +--com.sapportals.admin.wizardframework.components.HTMLScriptComponent
              |
              +--com.sap.portal.admin.wizard.panes.WriteProtectionPane
All Implemented Interfaces:
IDependencyObject, IWizardComponent

public class WriteProtectionPane
extends HTMLScriptComponent


Field Summary
static java.lang.String WRITE_PROTECTIVE_PANE_KEY
          pane path key
 
Fields inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
HORIZONTAL_LAYOUT, VERTICAL_LAYOUT
 
Constructor Summary
WriteProtectionPane()
           
 
Method Summary
 com.sapportals.htmlb.Component getDisplay(IWizardContext context)
          the default implementation returns null - if your component has a display it should inherit AbstractDisplayComponent or AbstractInputComponent.
 java.lang.String getScript(IWizardContext context)
           
 
Methods inherited from class com.sapportals.admin.wizardframework.components.HTMLScriptComponent
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
 

Field Detail

WRITE_PROTECTIVE_PANE_KEY

public static final java.lang.String WRITE_PROTECTIVE_PANE_KEY
pane path key
Constructor Detail

WriteProtectionPane

public WriteProtectionPane()
Method Detail

getDisplay

public com.sapportals.htmlb.Component getDisplay(IWizardContext context)
Description copied from class: AbstractWizardComponent
the default implementation returns null - if your component has a display it should inherit AbstractDisplayComponent or AbstractInputComponent.
Overrides:
getDisplay in class HTMLScriptComponent

getScript

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