Fetch the repository succeeded.
This action will force synchronization from ldh123/TestUI, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.Region?>
<?import javafx.scene.control.ScrollPane?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.control.TableView?>
<?import javafx.scene.layout.StackPane?>
<?import com.jfoenix.controls.JFXButton?>
<?import ldh.common.testui.component.MaskTextField?>
<?import javafx.scene.control.TableColumn?>
<?import com.jfoenix.controls.JFXTextField?>
<?import com.jfoenix.controls.JFXTextArea?>
<?import javafx.scene.control.cell.PropertyValueFactory?>
<?import com.jfoenix.controls.JFXCheckBox?>
<?import com.jfoenix.controls.JFXComboBox?>
<VBox stylesheets="@/css/classPane.css" xmlns="http://javafx.com/javafx/8.0.111" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ldh.common.testui.controller.GetResultValueController">
<children>
<HBox styleClass="title-container">
<children>
<Label text="提取值" styleClass="title"> </Label>
</children>
</HBox>
<StackPane fx:id="stackPane" VBox.vgrow="ALWAYS">
<children>
<ScrollPane fx:id="listPane" fitToWidth="true" fitToHeight="true" >
<content>
<VBox alignment="CENTER_LEFT" spacing="10">
<!--<HBox spacing="10" alignment="CENTER_LEFT">-->
<!--<Label text="提取对象"/>-->
<!--<JFXTextArea fx:id="checkBeanTextArea" HBox.hgrow="ALWAYS" editable="false" prefRowCount="3"/>-->
<!--<!–<Label text="对象类型"/>–>-->
<!--<!–<ChoiceBox fx:id="beanTypeBox" prefHeight="40" prefWidth="150"/>–>-->
<!--<!–<StackPane prefWidth="150" >–>-->
<!--<!–<ChoiceBox fx:id="textCompareTypeChoiceBox" prefHeight="40" visible="false"/>–>-->
<!--<!–<ChoiceBox fx:id="beanValueTypeChoiceBox" prefHeight="40" visible="false"/>–>-->
<!--<!–</StackPane>–>-->
<!--<!–<JFXButton text="保存" styleClass="btn, btn-primary" onAction="#saveAction"/>–>-->
<!--<padding>-->
<!--<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />-->
<!--</padding>-->
<!--</HBox>-->
<VBox fx:id="tablePane" VBox.vgrow="ALWAYS">
<TableView fx:id="dataTableView" VBox.vgrow="ALWAYS">
<columns>
<TableColumn text="变量名称" prefWidth="200">
<cellValueFactory><PropertyValueFactory property="name" /></cellValueFactory>
</TableColumn>
<TableColumn text="变量类型" prefWidth="130">
<cellValueFactory><PropertyValueFactory property="type" /></cellValueFactory>
</TableColumn>
<TableColumn text="提取值" prefWidth="500">
<cellValueFactory><PropertyValueFactory property="value" /></cellValueFactory>
</TableColumn>
</columns>
</TableView>
<HBox spacing="5">
<children>
<JFXButton text="添加" onAction="#addBeanData" styleClass="btn, btn-primary"/>
<JFXButton text="修改" onAction="#editBeanData" styleClass="btn, btn-info"/>
<Region HBox.hgrow="ALWAYS"/>
<JFXButton text="删除" onAction="#removeData" styleClass="btn, btn-warning"/>
</children>
<padding>
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
</padding>
</HBox>
</VBox>
</VBox>
</content>
</ScrollPane>
<ScrollPane fx:id="paramPane" fitToHeight="true" fitToWidth="true" prefWidth="0" minWidth="0" visible="false">
<content>
<GridPane fx:id="editPane" hgap="10" vgap="25" alignment="CENTER">
<children>
<Label text="变量名称" GridPane.rowIndex="0" GridPane.columnIndex="0"/>
<JFXTextField fx:id="nameTextField" GridPane.rowIndex="0" GridPane.columnIndex="1" GridPane.hgrow="ALWAYS"/>
<Label text="提取值" GridPane.rowIndex="1" GridPane.columnIndex="0"/>
<JFXTextField fx:id="valueTextField" GridPane.rowIndex="1" GridPane.columnIndex="1" GridPane.hgrow="ALWAYS"/>
<Label text="提取值类型" GridPane.rowIndex="2" GridPane.columnIndex="0"/>
<JFXComboBox fx:id="typeComboBox" GridPane.rowIndex="2" GridPane.columnIndex="1"/>
<!--<HBox GridPane.rowIndex="3" GridPane.columnIndex="0" GridPane.columnSpan="2" alignment="CENTER" spacing="20">-->
<!--<JFXButton text="保存" styleClass="btn, btn-primary" onAction="#saveAtn"/>-->
<!--<JFXButton text="关闭" styleClass="btn, btn-default" onAction="#closeAtn"/>-->
<!--</HBox>-->
</children>
<columnConstraints>
<ColumnConstraints minWidth="100.0" prefWidth="80.0" halignment="RIGHT"/>
<ColumnConstraints minWidth="200.0" prefWidth="200.0" />
</columnConstraints>
</GridPane>
</content>
<padding>
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
</padding>
</ScrollPane>
</children>
</StackPane>
</children>
</VBox>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。