[portal-commits] JBoss Portal SVN: r8985 - in branches/UIServer/uiserver/src/main/org/jboss/portal/presentation: model and 1 other directory.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Sat Nov 17 08:43:55 EST 2007


Author: julien at jboss.com
Date: 2007-11-17 08:43:55 -0500 (Sat, 17 Nov 2007)
New Revision: 8985

Modified:
   branches/UIServer/uiserver/src/main/org/jboss/portal/presentation/impl/model/UIWindowImpl.java
   branches/UIServer/uiserver/src/main/org/jboss/portal/presentation/model/UIWindow.java
Log:
remove title on UIWindow

Modified: branches/UIServer/uiserver/src/main/org/jboss/portal/presentation/impl/model/UIWindowImpl.java
===================================================================
--- branches/UIServer/uiserver/src/main/org/jboss/portal/presentation/impl/model/UIWindowImpl.java	2007-11-17 12:29:15 UTC (rev 8984)
+++ branches/UIServer/uiserver/src/main/org/jboss/portal/presentation/impl/model/UIWindowImpl.java	2007-11-17 13:43:55 UTC (rev 8985)
@@ -46,11 +46,6 @@
    /**
     * 
     */
-   private String title = null;
-   
-   /**
-    * 
-    */
    public Mode getMode()
    {      
       return this.mode;
@@ -59,14 +54,6 @@
    /**
     * 
     */
-   public String getTitle()
-   {      
-      return this.title;
-   }
-
-   /**
-    * 
-    */
    public WindowState getWindowState()
    {      
       return this.windowState;
@@ -83,14 +70,6 @@
    /**
     * 
     */
-   public void setTitle(String title)
-   {      
-      this.title = title;
-   }
-
-   /**
-    * 
-    */
    public void setWindowState(WindowState windowState)
    {
       this.windowState = windowState;

Modified: branches/UIServer/uiserver/src/main/org/jboss/portal/presentation/model/UIWindow.java
===================================================================
--- branches/UIServer/uiserver/src/main/org/jboss/portal/presentation/model/UIWindow.java	2007-11-17 12:29:15 UTC (rev 8984)
+++ branches/UIServer/uiserver/src/main/org/jboss/portal/presentation/model/UIWindow.java	2007-11-17 13:43:55 UTC (rev 8985)
@@ -35,18 +35,6 @@
     * 
     * @return
     */
-   public String getTitle();
-
-   /**
-    * 
-    * @param title
-    */
-   public void setTitle(String title);
-
-   /**
-    * 
-    * @return
-    */
    public WindowState getWindowState();
 
    /**




More information about the portal-commits mailing list