Skip to content
Snippets Groups Projects
IndexSearchView.aod 1.1 KiB
Newer Older
<?xml version="1.0" encoding="UTF-8"?>
<neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.3" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.2.3">
  <name>IndexSearchView</name>
  <majorModelMode>DISTRIBUTED</majorModelMode>
  <dashletConfigurations>
    <neonDashletConfiguration>
      <name>IndexSearchDashlet</name>
      <title>{SEARCH_INDEX_TITLE}</title>
      <description>Possibility to search for terms</description>
      <fragment>IndexSearchContext/full</fragment>
      <storeRoles />
      <icon>VAADIN:SEARCH</icon>
      <categories>
        <neonDashletCategory>
          <name>indexsearch</name>
          <title>{SEARCH_INDEX_TITLE}</title>
        </neonDashletCategory>
      </categories>
    </neonDashletConfiguration>
  </dashletConfigurations>
  <layout>
    <boxLayout />
  </layout>
  <children>
    <indexSearchViewTemplate>
      <name>IndexSearchTemplate</name>
      <entityField>INDEXSEARCHFIELD</entityField>
      <title></title>
    </indexSearchViewTemplate>
  </children>
</neonView>