Interface CadastroExpedienteView

All Superinterfaces:
DefaultFormView<Expediente>, FormView<Expediente>, Serializable, View
All Known Implementing Classes:
CadastroExpedienteViewImpl

public interface CadastroExpedienteView extends DefaultFormView<Expediente>
  • Method Summary

    Modifier and Type
    Method
    Description
    CheckBox
     
    TextArea
     
    ComboBox
     
    Button
     
    Table
     
    MaskedTextField
     
    MaskedTextField
     
    TextField
     
    void
    setReadOnly(boolean readOnly)
     

    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()
    • getAtivoField

      CheckBox getAtivoField()
    • getDiaSemanaField

      ComboBox getDiaSemanaField()
    • getHoraInicioField

      MaskedTextField getHoraInicioField()
    • getHoraFimField

      MaskedTextField getHoraFimField()
    • getFaixaAddButton

      Button getFaixaAddButton()
    • getFaixasTable

      Table getFaixasTable()
    • setReadOnly

      void setReadOnly(boolean readOnly)