|
|
|
@ -2,7 +2,7 @@ package com.fr.design.designer.properties.mobile;
|
|
|
|
|
|
|
|
|
|
import com.fr.design.designer.creator.XCreator; |
|
|
|
|
import com.fr.design.designer.creator.XWBodyFitLayout; |
|
|
|
|
import com.fr.design.designer.properties.WidgetLayoutTable; |
|
|
|
|
import com.fr.design.designer.properties.BodyAppRelayoutTable; |
|
|
|
|
import com.fr.design.fun.impl.AbstractWidgetPropertyUIProvider; |
|
|
|
|
import com.fr.design.gui.itable.AbstractPropertyTable; |
|
|
|
|
import com.fr.general.Inter; |
|
|
|
@ -10,17 +10,17 @@ import com.fr.general.Inter;
|
|
|
|
|
/** |
|
|
|
|
* Created by Administrator on 2016/5/16/0016. |
|
|
|
|
*/ |
|
|
|
|
public class BodyElementCasePropertyUI extends AbstractWidgetPropertyUIProvider { |
|
|
|
|
public class BodyMobilePropertyUI extends AbstractWidgetPropertyUIProvider { |
|
|
|
|
|
|
|
|
|
private XCreator xCreator; |
|
|
|
|
|
|
|
|
|
public BodyElementCasePropertyUI(XWBodyFitLayout xWBodyFitLayout) { |
|
|
|
|
public BodyMobilePropertyUI(XWBodyFitLayout xWBodyFitLayout) { |
|
|
|
|
this.xCreator = xWBodyFitLayout; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public AbstractPropertyTable createWidgetAttrTable() { |
|
|
|
|
return new WidgetLayoutTable((XWBodyFitLayout) xCreator); |
|
|
|
|
return new BodyAppRelayoutTable((XWBodyFitLayout) xCreator); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |