teamdev.jsf.component.popuplayer
Class ButtonType

java.lang.Object
  extended by teamdev.jsf.component.popuplayer.ButtonType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
static ButtonType CANCEL
           
static ButtonType OK
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
static ButtonType valueOf(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

OK

public static final ButtonType OK

CANCEL

public static final ButtonType CANCEL
Method Detail

toString

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

valueOf

public static ButtonType valueOf(java.lang.String value)

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.