ButtonIntent

works.iterative.forms.ButtonIntent

What pressing a button means: Submit sends the whole form, ServerAction posts so the server dispatches on the button name, ClientAction is handled by client-side code.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case ClientAction extends ButtonIntent
case ServerAction extends ButtonIntent
case Submit extends ButtonIntent