Subversion Repository Public Repository

litesoft

Diff Revisions 490 vs 491 for /trunk/GWT_Sandbox/InitFrom/src/org/litesoft/initfrom/client/ui/views/admin/MyProfile.java

Diff revisions: vs.
  @@ -6,16 +6,16 @@
6 6 import org.litesoft.bo.views.*;
7 7 import org.litesoft.core.*;
8 8 import org.litesoft.initfrom.client.boviews.*;
9 - import org.litesoft.initfrom.client.ui.views.*;
9 + import org.litesoft.initfrom.client.ui.widgets.*;
10 10 import org.litesoft.uispecification.*;
11 11
12 12 import com.google.gwt.user.client.ui.*;
13 13
14 14 import static org.litesoft.uispecification.FormWidgetCtrl.*;
15 15
16 - public class MyProfile extends InitFromscreenView implements UserViewNames,
17 - ViewUpdatable<UserView>,
18 - FetchRowDataProviderCallBack<UserView>
16 + public class MyProfile extends ScreenView implements UserViewNames,
17 + ViewUpdatable<UserView>,
18 + FetchRowDataProviderCallBack<UserView>
19 19 {
20 20 private FormEngine mFE;
21 21
  @@ -30,7 +30,7 @@
30 30
31 31 public MyProfile( String pSection, ViewDef pViewDef )
32 32 {
33 - super( pSection, pViewDef );
33 + super( title( pSection, pViewDef ) );
34 34
35 35 addStandardTitleBar();
36 36