|
|
@ -234,8 +234,8 @@ public class ComponentTitleStylePane extends AbstractBorderPackerPane { |
|
|
|
TitlePacker widgetTitle = style == null ? new WidgetTitle() : style.getTitle(); |
|
|
|
TitlePacker widgetTitle = style == null ? new WidgetTitle() : style.getTitle(); |
|
|
|
widgetTitle = widgetTitle == null ? new WidgetTitle() : widgetTitle; |
|
|
|
widgetTitle = widgetTitle == null ? new WidgetTitle() : widgetTitle; |
|
|
|
boolean titleVisible = style != null && style.getType() != LayoutBorderStyle.STANDARD; |
|
|
|
boolean titleVisible = style != null && style.getType() != LayoutBorderStyle.STANDARD; |
|
|
|
visibleCheckbox.setSelected(isSupportTitleContent && titleVisible); |
|
|
|
visibleCheckbox.setSelected(isSupportTitleVisible && titleVisible); |
|
|
|
titleContentPane.setVisible(titleVisible); |
|
|
|
titleContentPane.setVisible(isSupportTitleContent && titleVisible); |
|
|
|
titleOtherSettingPane.setVisible(isSupportTitleOtherSetting && titleVisible); |
|
|
|
titleOtherSettingPane.setVisible(isSupportTitleOtherSetting && titleVisible); |
|
|
|
|
|
|
|
|
|
|
|
this.textContentPane.populateBean(widgetTitle.getTextObject().toString()); |
|
|
|
this.textContentPane.populateBean(widgetTitle.getTextObject().toString()); |
|
|
|