class Mobile::Contacts::NewScreen

Defined in:

screens/mobile/contacts/new_screen.cr

Constant Summary

ASSIGNS = [context : HTTP::Server::Context, create_contact : CreateContact] 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, create_contact : CreateContact, **unused_exposures) #

Instance Method Detail

def append_styles #
Description copied from class MainScreen

Override to add custom styles to default styles


[View source]
def create_contact : CreateContact #

def render_content #

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

Override to replace with custom header


[View source]