Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. <Label fx:id="actionfilterlabel" layoutX="59.0" layoutY="24.0" prefHeight="27.0" prefWidth="116.0" text="Action Filter" visible="false">
  2. <font>
  3. <Font size="18.0" />
  4. </font>
  5. </Label>
  6. <TextField fx:id="actiondurationfield" layoutX="34.0" layoutY="194.0" prefHeight="25.0" prefWidth="149.0" promptText="Duration" visible="false" />
  7. <ComboBox fx:id="issueaddressedcombobox" layoutX="24.0" layoutY="458.0" onAction="#onChooseIssueAddressedSearchaction" prefWidth="150.0" promptText="issue_addressed" visible="false" />
  8. <TextArea fx:id="issueaddressedtextfield" layoutX="21.0" layoutY="491.0" prefHeight="58.0" prefWidth="160.0" promptText="Chosen_issue_addressed" visible="false" />
  9. <TextArea fx:id="action_description" layoutX="29.0" layoutY="581.0" prefHeight="50.0" prefWidth="164.0" promptText="description" visible="false" />
  10. <Button fx:id="SearchAction" layoutX="28.0" layoutY="640.0" mnemonicParsing="false" onAction="#onSearchactionButton" text="Search" visible="false" />
  11. <DatePicker fx:id="dateboxaction" layoutX="24.0" layoutY="74.0" promptText="Date" visible="false" />
  12. <TextField fx:id="timeactionfield" layoutX="33.0" layoutY="134.0" prefHeight="37.0" prefWidth="151.0" promptText="HH:MM" visible="false" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement