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 TypeMethodDescriptionComboBoxTextAreaTextFieldMethods inherited from interface DefaultFormView
getButtonDelete, getButtonNew, getButtonSearch, getButtonUndo, setHeaderDescriptionMethods inherited from interface FormView
commitModelChanges, getButtonClose, getButtonSave, getEventBus, getFormState, isValid, rollbackModelChanges, setEventBus, setFormState, updateViewFromModelMethods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
getNomeField
TextField getNomeField() -
getDescricaoField
TextArea getDescricaoField() -
getComboWorkspace
ComboBox getComboWorkspace()
-