Interface ModalSalvarBpmnView

All Superinterfaces:
DefaultFormView<ProjetoBpmn>, FormView<ProjetoBpmn>, Serializable, View
All Known Implementing Classes:
ModalSalvarBpmnViewImpl

public interface ModalSalvarBpmnView extends DefaultFormView<ProjetoBpmn>
  • Method Summary

    Modifier and Type
    Method
    Description
    ComboBox
     
    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()
    • getComboWorkspace

      ComboBox getComboWorkspace()