Namespaces

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • Button
  • Checkbox
  • ConventionalRenderer
  • FileUpload
  • Form
  • FormContainer
  • FormControl
  • FormGroup
  • HiddenField
  • ImageButton
  • InstantClientScript
  • MultiSelectBox
  • RadioList
  • Rule
  • Rules
  • SelectBox
  • SubmitButton
  • TextArea
  • TextBase
  • TextInput

Interfaces

  • IFormControl
  • IFormRenderer
  • INamingContainer
  • ISubmitterControl
  • Overview
  • Namespace
  • Class
  • Tree
  • Other releases

Interface ISubmitterControl

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

Nette\Forms\ISubmitterControl implements Nette\Forms\IFormControl

Direct known implementers

Nette\Forms\SubmitButton

Indirect known implementers

Nette\Forms\ImageButton
Namespace: 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 Nette\Forms\IFormControl
getErrors(), getRules(), getValue(), isDisabled(), loadHttpData(), setValue(), translate()
Nette Framework 0.9.7 API documentation generated by ApiGen 2.3.0