class Mobile::Contacts::IndexScreen
- Mobile::Contacts::IndexScreen
- MainScreen
- LuckyHXML::Screen
- Reference
- Object
Defined in:
screens/mobile/contacts/index_screen.crConstant Summary
-
ASSIGNS =
[context : HTTP::Server::Context, query : String | ::Nil, page : Int32] of Nil
Constructors
Instance Method Summary
-
#append_styles
Override to add custom styles to default styles
- #contacts
- #page : Int32
- #query : String?
- #render_content
-
#render_header
Override to replace with custom header
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, page : Int32, query : String | Nil = nil, **unused_exposures)
#
Instance Method Detail
def append_styles
#
Description copied from class MainScreen
Override to add custom styles to default styles