Interface ScriptView

All Superinterfaces:
DefaultFormView<Script>, FormView<Script>, Serializable, View
All Known Implementing Classes:
ScriptViewImpl

public interface ScriptView extends DefaultFormView<Script>
  • Method Details

    • getHistoryButton

      Button getHistoryButton()
    • getScriptEditor

      AceEditorV7Field getScriptEditor()
    • getUnlockEditingButton

      Button getUnlockEditingButton()
    • getUpdateSourceFromRepoButton

      Button getUpdateSourceFromRepoButton()
    • isReadOnly

      boolean isReadOnly()
    • setReadOnly

      void setReadOnly(boolean readOnly)
    • getScriptKeyField

      TextField getScriptKeyField()
    • getNomeField

      TextField getNomeField()
    • getDescricaoField

      TextArea getDescricaoField()
    • getDominioField

      ComboBox getDominioField()
    • getScriptLanguageField

      AbstractSelect getScriptLanguageField()