Skip to main content
Jump to: navigation, search

Scout/Concepts/LongField

< Scout‎ | Concepts
Revision as of 05:30, 5 June 2011 by Dev.jmini.fr (Talk | contribs) (+class name)


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
Bugzilla
Bugzilla


Specific type of value field to represent Long.

  • implements: I obj.pngILongField
  • extends: C obj.pngAbstractLongField

Description

Among the different types of data supported by scout, the LongField is made to represent Long.

The functions:

  • setValue(value)
  • getValue()

use directly Long.


Screenshot

Note.png
TODO
Add a screenshot of the field in a form


Properties

Defined with getConfiguredXxxxxx() methods.

See also the Field and the Value field pages for the properties that all fields have in common.


Events

Defined with execXxxxxx() methods.

See also the Field and the Value field pages for the events that all fields have in common.


See Also

Back to the top