All Superinterfaces:
DefaultFormView<PainelDados>, FormView<PainelDados>, Serializable, View
All Known Implementing Classes:
WTPSaveViewImpl

public interface WTPSaveView extends DefaultFormView<PainelDados>
  • Method Summary

    Modifier and Type
    Method
    Description
    TextField
     
    Table
     
    TextField
     
    CheckBox
     

    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

    • getShareCheckBox

      CheckBox getShareCheckBox()
    • getSearchField

      TextField getSearchField()
    • getNameField

      TextField getNameField()
    • getRolesTable

      Table getRolesTable()