ZenMagick 0.9.8


org.zenmagick.store.mvc.widgets.ZMCountrySelectFormWidget
\store\mvc\widgets\ZMCountrySelectFormWidget.php at line 31

Class ZMCountrySelectFormWidget

ZMObject
└─ZMWidget
└─ZMFormWidget
└─ZMSelectFormWidget
└─ZMCountrySelectFormWidget

public class ZMCountrySelectFormWidget
extends ZMSelectFormWidget

A country select form widget.

Author:
DerManoMann
Version:
$Id: ZMCountrySelectFormWidget.php 2610 2009-11-20 02:45:25Z dermanomann $

Constructor Summary

ZMCountrySelectFormWidget()

Create new instance.

Method Summary
array

getOptions()

Get the options map.

Methods inherited from org.zenmagick.mvc.widgets.form.ZMSelectFormWidget
getOptions, getStringValue, isMultiValue, render, setMultiple, setOptions, setValue
Methods inherited from org.zenmagick.mvc.widgets.form.ZMFormWidget
compare, getAttributeNames, getAttributeString, getName, getStringValue, getValue, isMultiValue, setAttributeNames, setName, setValue
Methods inherited from org.zenmagick.mvc.widgets.ZMWidget
getDescription, getTitle, isEnabled, render, setDescription, setEnabled, setTitle
Methods inherited from org.zenmagick.core.ZMObject
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

\store\mvc\widgets\ZMCountrySelectFormWidget.php at line 36

ZMCountrySelectFormWidget

public ZMCountrySelectFormWidget()

Create new instance.


Method Detail

\store\mvc\widgets\ZMCountrySelectFormWidget.php at line 52

getOptions

public array getOptions()

Get the options map.

Returns:
Map of value/name pairs.

ZenMagick 0.9.8