|
|
@ -208,10 +208,10 @@ public class CellOtherSetPane extends AbstractCellAttrPane { |
|
|
|
autoBG.add(radioButton); |
|
|
|
autoBG.add(radioButton); |
|
|
|
} |
|
|
|
} |
|
|
|
return Layouts.column(LayoutConstants.VERTICAL_GAP, |
|
|
|
return Layouts.column(LayoutConstants.VERTICAL_GAP, |
|
|
|
cell(defaultAutoRadioButton), |
|
|
|
row(cell(defaultAutoRadioButton)), |
|
|
|
cell(noAutoRadioButton), |
|
|
|
row(cell(noAutoRadioButton)), |
|
|
|
cell(autoHeightRadioButton), |
|
|
|
row(cell(autoHeightRadioButton)), |
|
|
|
cell(autoWidthRadioButton) |
|
|
|
row(cell(autoWidthRadioButton)) |
|
|
|
).with(it -> it.setBorder(new ScaledEmptyBorder(0, 0, LayoutConstants.VERTICAL_GAP, 0)) |
|
|
|
).with(it -> it.setBorder(new ScaledEmptyBorder(0, 0, LayoutConstants.VERTICAL_GAP, 0)) |
|
|
|
).getComponent(); |
|
|
|
).getComponent(); |
|
|
|
} |
|
|
|
} |
|
|
@ -356,15 +356,15 @@ public class CellOtherSetPane extends AbstractCellAttrPane { |
|
|
|
|
|
|
|
|
|
|
|
overflowPane = ReactiveCardPane.create() |
|
|
|
overflowPane = ReactiveCardPane.create() |
|
|
|
.addSupplier("empty", () -> column(LayoutConstants.VERTICAL_GAP, |
|
|
|
.addSupplier("empty", () -> column(LayoutConstants.VERTICAL_GAP, |
|
|
|
cell(textOverflowCheckBox) |
|
|
|
row(cell(textOverflowCheckBox)) |
|
|
|
).getComponent()) |
|
|
|
).getComponent()) |
|
|
|
.addSupplier("showChar", () -> column(LayoutConstants.VERTICAL_GAP, |
|
|
|
.addSupplier("showChar", () -> column(LayoutConstants.VERTICAL_GAP, |
|
|
|
cell(textOverflowCheckBox), |
|
|
|
row(cell(textOverflowCheckBox)), |
|
|
|
row(cell(showPartLabel).weight(1.2), cell(showPartComboBox).weight(1.4), flex(0.1), cell(numberLabel).weight(0.5), cell(showCharNums).weight(1.0)), |
|
|
|
row(cell(showPartLabel).weight(1.2), cell(showPartComboBox).weight(1.4), flex(0.1), cell(numberLabel).weight(0.5), cell(showCharNums).weight(1.0)), |
|
|
|
row(cell(hideTypeLabel).weight(1.2), cell(textOverflowTypeComboBox).weight(3.0)) |
|
|
|
row(cell(hideTypeLabel).weight(1.2), cell(textOverflowTypeComboBox).weight(3.0)) |
|
|
|
).getComponent()) |
|
|
|
).getComponent()) |
|
|
|
.addSupplier("showCell", () -> column(LayoutConstants.VERTICAL_GAP, |
|
|
|
.addSupplier("showCell", () -> column(LayoutConstants.VERTICAL_GAP, |
|
|
|
cell(textOverflowCheckBox), |
|
|
|
row(cell(textOverflowCheckBox)), |
|
|
|
row(cell(showPartLabel).weight(1.2), cell(showPartComboBox).weight(3.0)), |
|
|
|
row(cell(showPartLabel).weight(1.2), cell(showPartComboBox).weight(3.0)), |
|
|
|
row(cell(hideTypeLabel).weight(1.2), cell(textOverflowTypeComboBox).weight(3.0)) |
|
|
|
row(cell(hideTypeLabel).weight(1.2), cell(textOverflowTypeComboBox).weight(3.0)) |
|
|
|
).getComponent()); |
|
|
|
).getComponent()); |
|
|
@ -403,9 +403,9 @@ public class CellOtherSetPane extends AbstractCellAttrPane { |
|
|
|
printAndExportContent = new UICheckBox(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_CellWrite_Print_Content")); |
|
|
|
printAndExportContent = new UICheckBox(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_CellWrite_Print_Content")); |
|
|
|
printAndExportBackground = new UICheckBox(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_CellWrite_Print_Background")); |
|
|
|
printAndExportBackground = new UICheckBox(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_CellWrite_Print_Background")); |
|
|
|
return Layouts.column(LayoutConstants.VERTICAL_GAP, |
|
|
|
return Layouts.column(LayoutConstants.VERTICAL_GAP, |
|
|
|
cell(previewCellContent), |
|
|
|
row(cell(previewCellContent)), |
|
|
|
cell(printAndExportContent), |
|
|
|
row(cell(printAndExportContent)), |
|
|
|
cell(printAndExportBackground) |
|
|
|
row(cell(printAndExportBackground)) |
|
|
|
).getComponent(); |
|
|
|
).getComponent(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -424,22 +424,22 @@ public class CellOtherSetPane extends AbstractCellAttrPane { |
|
|
|
|
|
|
|
|
|
|
|
currentPageFixedRowDataTipLabel.setForeground(TIPS_FONT_COLOR); |
|
|
|
currentPageFixedRowDataTipLabel.setForeground(TIPS_FONT_COLOR); |
|
|
|
return Layouts.column( |
|
|
|
return Layouts.column( |
|
|
|
cell(pageBeforeRowCheckBox), |
|
|
|
row(cell(pageBeforeRowCheckBox)), |
|
|
|
fix(LayoutConstants.VERTICAL_GAP), |
|
|
|
fix(LayoutConstants.VERTICAL_GAP), |
|
|
|
cell(pageAfterRowCheckBox), |
|
|
|
row(cell(pageAfterRowCheckBox)), |
|
|
|
fix(LayoutConstants.VGAP_SMALL + LayoutConstants.VERTICAL_GAP), |
|
|
|
fix(LayoutConstants.VGAP_SMALL + LayoutConstants.VERTICAL_GAP), |
|
|
|
|
|
|
|
|
|
|
|
cell(pageBeforeColumnCheckBox), |
|
|
|
row(cell(pageBeforeColumnCheckBox)), |
|
|
|
fix(LayoutConstants.VERTICAL_GAP), |
|
|
|
fix(LayoutConstants.VERTICAL_GAP), |
|
|
|
cell(pageAfterColumnCheckBox), |
|
|
|
row(cell(pageAfterColumnCheckBox)), |
|
|
|
fix(LayoutConstants.VGAP_SMALL + LayoutConstants.VERTICAL_GAP), |
|
|
|
fix(LayoutConstants.VGAP_SMALL + LayoutConstants.VERTICAL_GAP), |
|
|
|
|
|
|
|
|
|
|
|
cell(canBreakOnPaginateCheckBox), |
|
|
|
row(cell(canBreakOnPaginateCheckBox)), |
|
|
|
fix(LayoutConstants.VERTICAL_GAP), |
|
|
|
fix(LayoutConstants.VERTICAL_GAP), |
|
|
|
cell(repeatCheckBox), |
|
|
|
row(cell(repeatCheckBox)), |
|
|
|
fix(LayoutConstants.VGAP_SMALL + LayoutConstants.VERTICAL_GAP), |
|
|
|
fix(LayoutConstants.VGAP_SMALL + LayoutConstants.VERTICAL_GAP), |
|
|
|
|
|
|
|
|
|
|
|
cell(pageFixedRowDataCheckBox), |
|
|
|
row(cell(pageFixedRowDataCheckBox)), |
|
|
|
fix(LayoutConstants.VERTICAL_GAP), |
|
|
|
fix(LayoutConstants.VERTICAL_GAP), |
|
|
|
cell(currentPageFixedRowDataTipLabel) |
|
|
|
cell(currentPageFixedRowDataTipLabel) |
|
|
|
).with(it -> it.setBorder(new ScaledEmptyBorder(0, 0, LayoutConstants.VERTICAL_GAP, 0)) |
|
|
|
).with(it -> it.setBorder(new ScaledEmptyBorder(0, 0, LayoutConstants.VERTICAL_GAP, 0)) |
|
|
|