class Mobile::RowsComponent
 
  - Mobile::RowsComponent
- BaseHXMLComponent
- LuckyHXML::Component
- Reference
- Object
Defined in:
components/mobile/rows_component.crConstant Summary
- 
        ASSIGNS = [context : HTTP::Server::Context, query : String | ::Nil, page : Int32] of Nil
Constructors
Instance Method Summary
- #contacts
- #page : Int32
- #query : String?
- 
        #render
        
          Render HXML without a block 
Constructor Detail
        
        def self.new(context : HTTP::Server::Context, page : Int32, query : String | Nil = nil, **unused_exposures)
        #
      
      
      Instance Method Detail
        
        def render
        #
      
      
        
              Description copied from class LuckyHXML::Component
            
          
          Render HXML without a block
NOTE Must override to use