public interface MView
Description: 页面视图,所以展示界面都需要实现该接口
Title:首亨软件 - 配置模块 - EXT
void process(DataCenter dc, Context context) throws ExtException
ExtException
void render(ExtWriter writer, Context context) throws java.io.IOException, ExtException
java.io.IOException
ExtException
void addChild(MView mview)
java.util.List getChildren()
MView getParent()
void setParent(MView mview)