class Mobile::Contacts::EditScreen

Defined in:

screens/mobile/contacts/edit_screen.cr

Constant Summary

ASSIGNS = [context : HTTP::Server::Context, contact : Contact, update_contact : UpdateContact] of Nil

Constructors

Instance Method Summary

Instance methods inherited from class MainScreen

android? : Bool android?, append_styles append_styles, ios? : Bool ios?, render render, render_content render_content, render_header render_header, render_styles render_styles

Constructor Detail

def self.new(context : HTTP::Server::Context, contact : Contact, update_contact : UpdateContact, **unused_exposures) #

Instance Method Detail

def append_styles #
Description copied from class MainScreen

Override to add custom styles to default styles


[View source]
def contact : Contact #

def render_content #

[View source]
def render_header #
Description copied from class MainScreen

Override to replace with custom header


[View source]
def update_contact : UpdateContact #