org.apache.myfaces.tobago.component
Class RelativeLayoutToken

java.lang.Object
  extended by org.apache.myfaces.tobago.component.LayoutToken
      extended by org.apache.myfaces.tobago.component.RelativeLayoutToken

public class RelativeLayoutToken
extends LayoutToken


Field Summary
static RelativeLayoutToken DEFAULT_INSTANCE
           
static String DEFAULT_TOKEN_STRING
           
 
Constructor Summary
RelativeLayoutToken(int factor)
           
 
Method Summary
 int getFactor()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_TOKEN_STRING

public static final String DEFAULT_TOKEN_STRING
See Also:
Constant Field Values

DEFAULT_INSTANCE

public static final RelativeLayoutToken DEFAULT_INSTANCE
Constructor Detail

RelativeLayoutToken

public RelativeLayoutToken(int factor)
Method Detail

getFactor

public int getFactor()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.