|
|
|
@ -16,7 +16,7 @@ import com.fr.design.designer.creator.XCreatorUtils;
|
|
|
|
|
import com.fr.design.designer.creator.XLayoutContainer; |
|
|
|
|
import com.fr.design.designer.creator.XWBorderLayout; |
|
|
|
|
import com.fr.design.designer.creator.XWidgetCreator; |
|
|
|
|
import com.fr.design.designer.properties.mobile.MobileBookMarkCombinePropertyUI; |
|
|
|
|
import com.fr.design.designer.properties.mobile.MobileBooKMarkUsePropertyUI; |
|
|
|
|
import com.fr.design.form.util.FormDesignerUtils; |
|
|
|
|
import com.fr.design.form.util.XCreatorConstants; |
|
|
|
|
import com.fr.design.fun.WidgetPropertyUIProvider; |
|
|
|
@ -518,7 +518,7 @@ public class XWCardMainBorderLayout extends XWBorderLayout {
|
|
|
|
|
@Override |
|
|
|
|
public WidgetPropertyUIProvider[] getWidgetPropertyUIProviders() { |
|
|
|
|
if (FormDesignerUtils.isAppRelayout(WidgetPropertyPane.getInstance().getEditingFormDesigner())) { |
|
|
|
|
return new WidgetPropertyUIProvider[] {new MobileBookMarkCombinePropertyUI(this)}; |
|
|
|
|
return new WidgetPropertyUIProvider[] {new MobileBooKMarkUsePropertyUI(this)}; |
|
|
|
|
} else { |
|
|
|
|
return super.getWidgetPropertyUIProviders(); |
|
|
|
|
} |
|
|
|
|