Sha256: b9912803334c3c365d0e9adc9a352dd7e8c5ca3a691e53728508f83b2a115ac7

Contents?: true

Size: 175 Bytes

Versions: 4

Compression:

Stored size: 175 Bytes

Contents

module Formotion
  module RowType
    class SubmitRow < Button

      def on_select(tableView, tableViewDelegate)
        tableViewDelegate.submit
      end

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
formotion-1.1.2 lib/formotion/row_type/submit_row.rb
formotion-1.1.1 lib/formotion/row_type/submit_row.rb
formotion-1.1 lib/formotion/row_type/submit_row.rb
formotion-1.0 lib/formotion/row_type/submit_row.rb