Class EntityInspectorBrowser

java.lang.Object
io.jmix.ui.screen.Screen
io.jmix.ui.screen.StandardLookup<Object>
io.jmix.datatoolsui.screen.entityinspector.EntityInspectorBrowser
All Implemented Interfaces:
FrameOwner, LookupScreen<Object>, MultiSelectLookupScreen

@Route("jmixEntityInspector") @UiController("entityInspector.browse") @UiDescriptor("entity-inspector-browser.xml") public class EntityInspectorBrowser extends StandardLookup<Object>
  • Field Details

    • MAX_TEXT_LENGTH

      public static final int MAX_TEXT_LENGTH
      See Also:
    • log

      protected static final org.slf4j.Logger log
    • messages

      @Autowired protected Messages messages
    • metadata

      @Autowired protected Metadata metadata
    • metadataTools

      @Autowired protected MetadataTools metadataTools
    • messageTools

      @Autowired protected MessageTools messageTools
    • accessManager

      @Autowired protected AccessManager accessManager
    • dataComponents

      @Autowired protected DataComponents dataComponents
    • uiComponents

      @Autowired protected UiComponents uiComponents
    • uiProperties

      @Autowired protected UiProperties uiProperties
    • componentProperties

      @Autowired protected UiComponentProperties componentProperties
    • notifications

      @Autowired protected Notifications notifications
    • icons

      @Autowired protected Icons icons
    • actions

      @Autowired protected Actions actions
    • lookupBox

      @Autowired protected BoxLayout lookupBox
    • tableBox

      @Autowired protected BoxLayout tableBox
    • entitiesLookup

      @Autowired protected ComboBox<MetaClass> entitiesLookup
    • filterBox

      @Autowired protected BoxLayout filterBox
    • entityImportExport

      @Autowired protected EntityImportExport entityImportExport
    • importPlanJsonBuilder

      @Autowired protected EntityImportPlanJsonBuilder importPlanJsonBuilder
    • entityImportPlans

      @Autowired protected EntityImportPlans entityImportPlans
    • filter

      protected Filter filter
    • entitiesTable

      protected Table entitiesTable
    • selectedMeta

      protected MetaClass selectedMeta
    • entityName

      protected String entityName
  • Constructor Details

    • EntityInspectorBrowser

      public EntityInspectorBrowser()
  • Method Details