Abstract Class JFormFieldPredefinedList

Description

Form Field to load a list of predefined values

  • abstract:
  • since: 3.2

Located in /libraries/joomla/form/fields/predefinedlist.php (line 21)

JFormField
   |
   --JFormFieldList
      |
      --JFormFieldPredefinedList
Direct descendents
Class Description
 class JFormFieldRegistrationDateRange Field to show a list of available user active statuses
 class JFormFieldStatus Form Field to load a list of states
 class JFormFieldUserActive Field to show a list of available user active statuses
 class JFormFieldUserState Field to load a list of available users statuses
Variable Summary
 static array $options
 boolean $translate
 string $type
Method Summary
 array getOptions ()
Variables
static array $options = array() (line 37)

Cached array of the category items.

  • since: 3.2
  • access: protected
array $predefinedOptions = array() (line 45)

Available predefined options

  • since: 3.2
  • access: protected

Redefined in descendants as:
boolean $translate = true (line 53)

Translate options labels ?

  • since: 3.2
  • access: protected
string $type = 'PredefinedList' (line 29)

The form field type.

  • since: 3.2
  • access: protected

Redefinition of:
JFormFieldList::$type
The form field type.

Redefined in descendants as:

Inherited Variables

Inherited from JFormField

JFormField::$autocomplete
JFormField::$autofocus
JFormField::$class
JFormField::$count
JFormField::$default
JFormField::$description
JFormField::$disabled
JFormField::$element
JFormField::$fieldname
JFormField::$form
JFormField::$formControl
JFormField::$generated_fieldname
JFormField::$group
JFormField::$hidden
JFormField::$hint
JFormField::$id
JFormField::$input
JFormField::$label
JFormField::$labelClass
JFormField::$multiple
JFormField::$name
JFormField::$onchange
JFormField::$onclick
JFormField::$pattern
JFormField::$readonly
JFormField::$repeat
JFormField::$required
JFormField::$size
JFormField::$spellcheck
JFormField::$translateDescription
JFormField::$translateHint
JFormField::$translateLabel
JFormField::$validate
JFormField::$value
Methods

Documentation generated on Tue, 19 Nov 2013 15:11:12 +0100 by phpDocumentor 1.4.3