Interface RolePropertyEditorView

All Superinterfaces:
DefaultFormView<PropriedadeDTO>, FormView<PropriedadeDTO>, Serializable, View
All Known Implementing Classes:
RolePropertyEditorViewImpl

public interface RolePropertyEditorView extends DefaultFormView<PropriedadeDTO>
  • Method Summary

    Modifier and Type
    Method
    Description
    Button
     
    AbstractSelect
     
    TextField
     
    Table
     

    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

    • siglaField

      TextField siglaField()
    • tableValoresPredefinidos

      Table tableValoresPredefinidos()
    • getButtonAddValorPreDefinido

      Button getButtonAddValorPreDefinido()
    • getTipoPropriedadeSelect

      AbstractSelect getTipoPropriedadeSelect()