class Mobile::Contacts::EditScreen
- Mobile::Contacts::EditScreen
- MainScreen
- LuckyHXML::Screen
- Reference
- Object
Defined in:
screens/mobile/contacts/edit_screen.crConstant Summary
-
ASSIGNS =
[context : HTTP::Server::Context, contact : Contact, update_contact : UpdateContact] of Nil
Constructors
Instance Method Summary
-
#append_styles
Override to add custom styles to default styles
- #contact : Contact
- #render_content
-
#render_header
Override to replace with custom header
- #update_contact : UpdateContact
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