-
Notifications
You must be signed in to change notification settings - Fork 2
Form
rmvonji edited this page Sep 25, 2019
·
1 revision
<component id="FormBloc">
<properties combine.keys="name">
<property name="mode" value="view" />
<property name="displayHeader" value="false" />
<property name="headerTitleStyleClass" value="ep-headline" />
<property name="contentStyleClass" value="ep-info-form-bloc-content,white-background,padding-8,shadowed-pane" />
<property name="rowsStyleClass" value="ep-form-row-medium" />
<property name="collapsible" value="false" />
</properties>
<component id="FormRow">
<component id="Rows">
<component ref="CoreContainerAttribute" />
</component>
</component>
<component id="FormRow">
<component id="Rows">
<component ref="CoreTypeAttribute" />
</component>
</component>
</component>
<component id="FormBloc">
<properties combine.keys="name">
<property name="mode" value="view" />
<property name="displayHeader" value="true" />
<property name="title" value="SUMMARY_LABEL" />
<property name="titleStyleClass" value="ep-info-form-bloc-title-collpasible" />
<property name="headerTitleStyleClass" value="ep-headline" />
<property name="contentStyleClass" value="ep-info-form-bloc-content,white-background,padding-8,shadowed-pane" />
<property name="rowsStyleClass" value="ep-form-row-medium" />
</properties>
<component id="FormRow">
<component id="Rows">
<component ref="VinAttribute" />
</component>
</component>
<component id="FormRow">
<component id="Rows">
<component ref="ModelAttribute" />
</component>
</component>
<component id="FormRow">
<component id="Rows">
<component ref="DescriptionAttribute" />
</component>
</component>
<component id="FormRow">
<component id="Rows">
<component ref="YearmodelAttribute" />
</component>
</component>
<component id="FormRow">
<component id="Rows">
<component ref="CompanyAttribute" />
</component>
</component>
<component id="FormRow">
<component id="Rows">
<component ref="LastnameAttribute" />
</component>
</component>
<component id="FormRow">
<component id="Rows">
<component ref="FirstnameAttribute" />
</component>
</component>
<component id="FormRow">
<component id="Rows">
<component ref="StatusAttribute" />
</component>
</component>
<component id="FormRow">
<component id="Rows">
<component ref="LastModifiedAttribute" />
</component>
</component>
<component id="FormRow">
<component id="Rows">
<component ref="DeliveryDateAttribute" />
</component>
</component>
</component><bean id="DemoMaximizedInformationTabView" class="com.nexitia.emaginplatform.jfx.core.engine.controller.main.StandardController" scope="prototype">
<property name="messageSource" ref="DetailsViewMessageSource" />
<property name="layoutManager" ref="FullTabPaneLayoutManager" />
<property name="modelProvider" ref="StructureContentModelReference" />
<property name="commonComponents" ref="DetailsViewCommonComponents" />
<property name="viewDefinitions">
<list merge="false">
<value>/com/nexitia/emaginplatform/jfx/core/demoapp/desktop/details/maximized/DemoMaximizedInformationTabView.xml</value>
</list>
</property>
</bean>