You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2010/10/30 20:16:46 UTC

svn commit: r1029141 - /myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/PopupTagDeclaration.java

Author: bommel
Date: Sat Oct 30 18:16:45 2010
New Revision: 1029141

URL: http://svn.apache.org/viewvc?rev=1029141&view=rev
Log:
(TOBAGO-933) Binding Attribute for tc:popup

Modified:
    myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/PopupTagDeclaration.java

Modified: myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/PopupTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/PopupTagDeclaration.java?rev=1029141&r1=1029140&r2=1029141&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/PopupTagDeclaration.java (original)
+++ myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/taglib/component/PopupTagDeclaration.java Sat Oct 30 18:16:45 2010
@@ -22,14 +22,8 @@ import org.apache.myfaces.tobago.apt.ann
 import org.apache.myfaces.tobago.apt.annotation.UIComponentTag;
 import org.apache.myfaces.tobago.apt.annotation.UIComponentTagAttribute;
 import org.apache.myfaces.tobago.taglib.decl.HasDimension;
-import org.apache.myfaces.tobago.taglib.decl.HasId;
-import org.apache.myfaces.tobago.taglib.decl.IsRendered;
+import org.apache.myfaces.tobago.taglib.decl.HasIdBindingAndRendered;
 
-/*
- * User: bommel
- * Date: 02.04.2006
- * Time: 16:11:02
- */
 /**
  * Renders a popup panel.
  */
@@ -37,7 +31,7 @@ import org.apache.myfaces.tobago.taglib.
 @UIComponentTag(
     uiComponent = "org.apache.myfaces.tobago.component.UIPopup",
     rendererType = "Popup")
-public interface PopupTagDeclaration extends TobagoBodyTagDeclaration, HasId, IsRendered, HasDimension {
+public interface PopupTagDeclaration extends TobagoBodyTagDeclaration, HasIdBindingAndRendered, HasDimension {
 
   @TagAttribute
   @UIComponentTagAttribute()