Uses of Class
io.guise.framework.platform.web.Button
-
Packages that use Button Package Description io.guise.framework.platform.web -
-
Uses of Button in io.guise.framework.platform.web
Methods in io.guise.framework.platform.web that return Button Modifier and Type Method Description static Button
Button. valueOf(int code)
Retrieves a button corresponding to the given code.static Button
Button. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Button[]
Button. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-