Exzeitable v0.4.0 Exzeitable.Text behaviour View Source

Defines the behaviour for, and access to, text for the exzeitable interface.

Default text is in Exzeitable.Text.Default

Link to this section Summary

Link to this section Functions

Link to this function

text(map, function)

View Source
text(map(), atom()) :: String.t()
Link to this function

text(map, function, parameter)

View Source
text(map(), atom(), String.t()) :: String.t()

Link to this section Callbacks

Link to this callback

confirm_action(map)

View Source
confirm_action(map()) :: String.t()
Link to this callback

hide_field_buttons(map)

View Source
hide_field_buttons(map()) :: String.t()
Link to this callback

nothing_found(map)

View Source
nothing_found(map()) :: String.t()
Link to this callback

previous(map)

View Source
previous(map()) :: String.t()
Link to this callback

show_field(map, arg2)

View Source
show_field(map(), String.t()) :: String.t()
Link to this callback

show_field_buttons(map)

View Source
show_field_buttons(map()) :: String.t()