Aids in showing a series of data objects using Display.SelectValue.
SelectField aids in showing a series of data objects
using the Display.SelectValue. data should be
an array of data with same MathTypes
Methods
|
|
__init__
getScalarMap
getSelectField
showIt
|
|
__init__
|
__init__ (
this,
selectMapName,
data,
)
<selectMapName> is the name of the type to be used for this
select map. <data> is an array/list of data with identical
types (MathTypes).
|
|
getScalarMap
|
getScalarMap ( this )
Return the ScalarMap to add to the display for this Select
|
|
getSelectField
|
getSelectField ( this )
Return the Field to add() to a display.
|
|
showIt
|
showIt ( this, index )
Show only field <index> from this group.
|
|