Interface QueryView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
QueryViewImpl
public interface QueryView
extends View
-
Method Summary
Modifier and TypeMethodDescriptionButtonButtonComboBoxButtonTextFieldTextFieldTableTextAreasqlField()ButtonLabelMethods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
conexaoField
ComboBox conexaoField() -
sqlField
TextArea sqlField() -
resultTable
Table resultTable() -
offsetField
TextField offsetField() -
limitField
TextField limitField() -
totalLabel
Label totalLabel() -
closeButton
Button closeButton() -
testButton
Button testButton() -
applyQuerButton
Button applyQuerButton() -
exportButton
Button exportButton()
-