hana-cli
Version:
HANA Developer Command Line Interface
45 lines (40 loc) • 2.31 kB
text/xml
<mvc:View controllerName="sap.hanacli.inspect.controller.querySimple-ui" height="100%" width="100%"
xmlns:l="sap.ui.layout"
xmlns:f="sap.ui.layout.form"
xmlns:mvc="sap.ui.core.mvc"
xmlns:core="sap.ui.core"
xmlns:table="sap.ui.table"
xmlns:ce="sap.ui.codeeditor"
xmlns="sap.m">
<ScrollContainer height="100%" width="100%" vertical="true" focusable="true">
<f:SimpleForm id="SimpleFormToolbar" editable="true" layout="ResponsiveGridLayout" adjustLabelSpan="true" singleContainerFullSize="false" ariaLabelledBy="Title1">
<f:toolbar>
<core:Fragment fragmentName="sap.hanacli.tables.view.reuse.toolbar" type="XML"/>
</f:toolbar>
<f:content>
<Toolbar ariaLabelledBy="Title2">
<Title id="Title2" text="{i18nReuse>gui.target}"/>
<ToolbarSpacer />
<Button icon="sap-icon://settings" tooltip="{i18nReuse>gui.targetDetails}" press=".openUrl('/ui/#systeminfo-ui', true)" />
</Toolbar>
<Label text="{i18n>folder}" required="true"/>
<Input id="Folder" value="{/folder}">
</Input>
<Label text="{i18nReuse>filename}" required="false"/>
<Input id="Filename" value="{/filename}">
</Input>
<Label text="{i18n>outputType}" required="true"/>
<ComboBox id="outputFormat" selectedKey="{/output}" items="{outputModel>/outputTypes}">
<core:Item key="{outputModel>key}" text="{outputModel>text}" />
</ComboBox>
<core:Fragment fragmentName="sap.hanacli.common.view.Connection" type="XML"/>
<core:Fragment fragmentName="sap.hanacli.common.view.Debug" type="XML"/>
<Toolbar ariaLabelledBy="TitleEditor">
<Title id="TitleEditor" text="{i18nReuse>query}"/>
</Toolbar>
<ce:CodeEditor id="aCodeEditorSQL" type="sql" value="{/query}" editable="true" height="auto" maxLines="5" />
</f:content>
</f:SimpleForm>
<core:Fragment fragmentName="sap.hanacli.tables.view.reuse.table" type="XML"/>
</ScrollContainer>
</mvc:View>