Sha256: a779e105891ddc6272fa0bbfcd40ef3a166382fc87601e3eb26c9bd06c59d546

Contents?: true

Size: 178 Bytes

Versions: 5

Compression:

Stored size: 178 Bytes

Contents

module Formotion
  module RowType
    class SubmitRow < ButtonRow

      def on_select(tableView, tableViewDelegate)
        tableViewDelegate.submit
      end

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
formotion-1.3 lib/formotion/row_type/submit_row.rb
formotion-1.2 lib/formotion/row_type/submit_row.rb
formotion-1.1.5 lib/formotion/row_type/submit_row.rb
formotion-1.1.4 lib/formotion/row_type/submit_row.rb
formotion-1.1.3 lib/formotion/row_type/submit_row.rb