Class LayoutUtils
- java.lang.Object
-
- org.apache.myfaces.tobago.internal.layout.LayoutUtils
-
@Deprecated public final class LayoutUtils extends Object
Deprecated.since 4.0.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
checkTokens(String columns)
Deprecated.since 4.0.0static List<javax.faces.component.UIComponent>
findLayoutChildren(javax.faces.component.UIComponent container)
Deprecated.since 4.0.0static javax.faces.component.UIComponent
getLayoutManager(javax.faces.component.UIComponent component)
Deprecated.since 3.0.0
-
-
-
Method Detail
-
checkTokens
@Deprecated public static boolean checkTokens(String columns)
Deprecated.since 4.0.0
-
findLayoutChildren
@Deprecated public static List<javax.faces.component.UIComponent> findLayoutChildren(javax.faces.component.UIComponent container)
Deprecated.since 4.0.0
-
getLayoutManager
@Deprecated public static javax.faces.component.UIComponent getLayoutManager(javax.faces.component.UIComponent component)
Deprecated.since 3.0.0This is needed, when the layout manager is set by a facet. This should be only used by the classic <tc:gridLayout>- Since:
- 3.0.0
-
-