org.apache.myfaces.tobago.internal.layout
Class LayoutUtils
java.lang.Object
org.apache.myfaces.tobago.internal.layout.LayoutUtils
public final class LayoutUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checkTokens
public static boolean checkTokens(String columns)
findLayoutChildren
public static List<LayoutComponent> findLayoutChildren(LayoutContainer container)
getBorderEnd
public static Measure getBorderEnd(Orientation orientation,
LayoutBox container)
getBorderBegin
public static Measure getBorderBegin(Orientation orientation,
LayoutBox container)
getPaddingEnd
public static Measure getPaddingEnd(Orientation orientation,
LayoutBox container)
getPaddingBegin
public static Measure getPaddingBegin(Orientation orientation,
LayoutBox container)
getCurrentSize
public static Measure getCurrentSize(Orientation orientation,
LayoutBase component)
setCurrentSize
public static void setCurrentSize(Orientation orientation,
LayoutBase component,
Measure size)
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.