Interface CadastroQueryView

All Superinterfaces:
DefaultFormView<Query>, FormView<Query>, Serializable, View
All Known Implementing Classes:
CadastroQueryViewImpl

public interface CadastroQueryView extends DefaultFormView<Query>
  • Method Summary

    Modifier and Type
    Method
    Description
    ComboBox
     
    TextField
     
    TextField
     
    TextArea
     
    Button
     

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

      TextField nomeField()
    • sqlField

      TextArea sqlField()
    • conexaoField

      ComboBox conexaoField()
    • testQueryButton

      Button testQueryButton()