|
|
|
@ -9,6 +9,7 @@ import com.fr.design.gui.icombobox.UIComboBox;
|
|
|
|
|
import com.fr.design.gui.ilable.UILabel; |
|
|
|
|
import com.fr.design.mainframe.ElementCasePane; |
|
|
|
|
import com.fr.design.widget.CellWidgetCardPane; |
|
|
|
|
import com.fr.design.widget.EastCellWidgetCardPane; |
|
|
|
|
import com.fr.design.widget.WidgetManageCardPane; |
|
|
|
|
import com.fr.design.widget.WidgetPane; |
|
|
|
|
import com.fr.form.ui.*; |
|
|
|
@ -47,7 +48,7 @@ public class WidgetHighlightPane extends ConditionAttrSingleConditionPane<Highli
|
|
|
|
|
final WidgetPane widgetPane = new WidgetPane() { |
|
|
|
|
@Override |
|
|
|
|
protected CellWidgetCardPane initWidgetCardPane(ElementCasePane pane) { |
|
|
|
|
return new WidgetManageCardPane(pane); |
|
|
|
|
return new EastCellWidgetCardPane(pane); |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
widgetPane.populate(widget); |
|
|
|
|