Interface ModalWorkspaceBpmnView

All Superinterfaces:
DefaultFormView<Workspace>, FormView<Workspace>, Serializable, View
All Known Implementing Classes:
ModalWorkspaceBpmnViewImpl

public interface ModalWorkspaceBpmnView extends DefaultFormView<Workspace>
  • Method Summary

    Modifier and Type
    Method
    Description
    TextArea
     
    TextField
     

    Methods inherited from interface DefaultFormView

    getButtonDelete, getButtonNew, getButtonSearch, getButtonUndo, setHeaderDescription

    Methods inherited from interface FormView

    commitModelChanges, getButtonClose, getButtonSave, getEventBus, getFormState, isValid, rollbackModelChanges, setEventBus, setFormState, updateViewFromModel

    Methods inherited from interface View

    getTitle, getViewComponent
  • Method Details

    • getNomeField

      TextField getNomeField()
    • getDescricaoField

      TextArea getDescricaoField()