You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/10/25 13:46:54 UTC

[myfaces-tobago] branch master updated: TOBAGO-1585: Adapt SplitLayout to Tobago 4

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cad815  TOBAGO-1585: Adapt SplitLayout to Tobago 4
2cad815 is described below

commit 2cad8158f616989981421ec2b9bc5a20129194ae
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Oct 25 15:46:50 2017 +0200

    TOBAGO-1585: Adapt SplitLayout to Tobago 4
---
 .../taglib/component/SplitLayoutTagDeclaration.java         | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SplitLayoutTagDeclaration.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SplitLayoutTagDeclaration.java
index bdff91d..f0ec739 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SplitLayoutTagDeclaration.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SplitLayoutTagDeclaration.java
@@ -29,7 +29,6 @@ import org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding;
 import org.apache.myfaces.tobago.internal.taglib.declaration.HasId;
 import org.apache.myfaces.tobago.internal.taglib.declaration.HasSpacing;
 import org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual;
-import org.apache.myfaces.tobago.layout.Orientation;
 
 /**
  * <p>
@@ -83,18 +82,6 @@ public interface SplitLayoutTagDeclaration
   void setRows(String rows);
 
   /**
-   * This value defines the orientation of the split layout.
-   * Possible values are {@link Orientation#horizontal} and {@link Orientation#vertical}.
-   */
-/*
-  @TagAttribute(required = true)
-  @UIComponentTagAttribute(
-      type = "org.apache.myfaces.tobago.layout.Orientation",
-      allowedValues = {Orientation.HORIZONTAL, Orientation.VERTICAL})
-  void setOrientation(String orientation);
-*/
-
-  /**
    * This attribute advises the layout manager, to not use space that comes from non rendered components.
    */
 /* tbd

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].