ZMObject
└─ZMWidget
└─ZMFormWidget
└─ZMSelectFormWidget
└─ZMManufacturerSelectFormWidget
public class ZMManufacturerSelectFormWidget
extends ZMSelectFormWidget
| Constructor Summary | |
|---|---|
ZMManufacturerSelectFormWidget() Create new instance. |
|
| Method Summary | |
|---|---|
| array | 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 | |
public ZMManufacturerSelectFormWidget()
Create new instance.
public array getOptions()
Get the options map.
A manufacturer select form widget.
This widget will append a list of all available manufacturers to the options list. That means the generic options propert may be used to set custom options that will show up at the top of the list.
One typical use is to prepend an empty option if no manufactuer is set/available.
Example:
'ManufacturerSelectFormWidget#title=Manufacturer&options=0= --- '