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
 boolean equals(Object o)
           
 int getFactor()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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