Packages

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
      • Adapters
      • Extensions
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Diagnostics
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
      • PhpGenerator
  • NetteModule
  • none

Classes

Interfaces

  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Interface ISubmitterControl

Defines method that must be implemented to allow a control to submit web form.

ISubmitterControl implements IFormControl

Direct known implementers

SubmitButton

Indirect known implementers

ImageButton
Package: Nette\Forms
Author: David Grudl
Located at Forms/ISubmitterControl.php
Methods summary
public boolean
# isSubmittedBy( )

Tells if the form was submitted by this button.

Tells if the form was submitted by this button.

Returns

boolean
public mixed
# getValidationScope( )

Gets the validation scope. Clicking the button validates only the controls within the specified scope.

Gets the validation scope. Clicking the button validates only the controls within the specified scope.

Returns

mixed
Methods inherited from IFormControl
getErrors(), getRules(), getValue(), isDisabled(), loadHttpData(), setValue(), translate()
Nette Framework 2.0.18 (for PHP 5.2, un-prefixed) API documentation generated by ApiGen 2.8.0