Skip to content

Commit

Permalink
Add Comment for Use Case of New Method
Browse files Browse the repository at this point in the history
  • Loading branch information
PressJump committed Oct 26, 2024
1 parent c577c22 commit 830b2e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ private void setupFieldsTable() {
makeRotatedColumnHeader(fieldTypeColumn, Localization.lang("Required"));

fieldTypeMultilineColumn.setCellFactory(CheckBoxTableCell.forTableColumn(fieldTypeMultilineColumn));
// The listener createMultilinePropertyListener updates all fields with the same name in all entry types otherwise multiline property is not updated
fieldTypeMultilineColumn.setCellValueFactory(this::createMultilinePropertyListener);
makeRotatedColumnHeader(fieldTypeMultilineColumn, Localization.lang("Multiline"));

Expand Down

0 comments on commit 830b2e4

Please sign in to comment.