teamdev.jsf.component.foldingpanel
Class ButtonPlacement

java.lang.Object
  extended by teamdev.jsf.component.foldingpanel.ButtonPlacement
All Implemented Interfaces:
java.io.Serializable

public class ButtonPlacement
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static ButtonPlacement LEFT
           
static ButtonPlacement RIGHT
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
static ButtonPlacement valueOf(java.lang.String placement)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LEFT

public static final ButtonPlacement LEFT

RIGHT

public static final ButtonPlacement RIGHT
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

valueOf

public static ButtonPlacement valueOf(java.lang.String placement)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.