Class LayoutUtils
java.lang.Object
org.apache.myfaces.tobago.internal.layout.LayoutUtils
Deprecated.
since 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
checkTokens
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
-