Object
QueryViewImpl
All Implemented Interfaces:
View, QueryView, Serializable

@Component @Scope("prototype") public class QueryViewImpl extends Object implements QueryView
See Also:
  • Constructor Details

    • QueryViewImpl

      public QueryViewImpl()
  • Method Details

    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface View
    • exportButton

      public Button exportButton()
      Specified by:
      exportButton in interface QueryView
    • sqlField

      public TextArea sqlField()
      Specified by:
      sqlField in interface QueryView
    • closeButton

      public Button closeButton()
      Specified by:
      closeButton in interface QueryView
    • testButton

      public Button testButton()
      Specified by:
      testButton in interface QueryView
    • getViewComponent

      public Component getViewComponent()
      Specified by:
      getViewComponent in interface View
    • conexaoField

      public ComboBox conexaoField()
      Specified by:
      conexaoField in interface QueryView
    • resultTable

      public Table resultTable()
      Specified by:
      resultTable in interface QueryView
    • applyQuerButton

      public Button applyQuerButton()
      Specified by:
      applyQuerButton in interface QueryView
    • offsetField

      public TextField offsetField()
      Specified by:
      offsetField in interface QueryView
    • limitField

      public TextField limitField()
      Specified by:
      limitField in interface QueryView
    • totalLabel

      public Label totalLabel()
      Specified by:
      totalLabel in interface QueryView