Class QueryParameterEditor

java.lang.Object
io.jmix.ui.screen.Screen
io.jmix.ui.screen.StandardEditor<QueryParameter>
io.jmix.reportsui.screen.report.wizard.query.QueryParameterEditor
All Implemented Interfaces:
ChangeTracker, EditorScreen<QueryParameter>, FrameOwner, ReadOnlyAwareScreen

@UiController("report_QueryParameter.edit") @UiDescriptor("query-parameter-edit.xml") public class QueryParameterEditor extends StandardEditor<QueryParameter>
  • Field Details

    • uiComponents

      @Autowired protected UiComponents uiComponents
    • defaultValueBox

      @Autowired protected HBoxLayout defaultValueBox
    • entityMetaClassLabel

      @Autowired protected Label entityMetaClassLabel
    • entityMetaClassField

      @Autowired protected ComboBox<MetaClass> entityMetaClassField
    • enumerationLabel

      @Autowired protected Label enumerationLabel
    • metadataTools

      @Autowired protected MetadataTools metadataTools
    • enumerationField

      @Autowired protected ComboBox<Class> enumerationField
    • messageTools

      @Autowired protected MessageTools messageTools
    • metadata

      @Autowired protected Metadata metadata
    • messages

      @Autowired protected Messages messages
    • objectToStringConverter

      @Autowired protected com.haulmont.yarg.util.converter.ObjectToStringConverter objectToStringConverter
    • datatypeRegistry

      @Autowired protected DatatypeRegistry datatypeRegistry
    • defaultValueLabel

      @Autowired protected Label defaultValueLabel
    • actions

      @Autowired protected Actions actions
  • Constructor Details

    • QueryParameterEditor

      public QueryParameterEditor()
  • Method Details