com.im.df.api 5.9

com.im.df.api.support
Interface DFNewTypeWellKnownOptions.NewList

All Superinterfaces:
DFNewTypeOptions, DFNewTypeWellKnownOptions.SingleDFItem
Enclosing interface:
DFNewTypeWellKnownOptions

public static interface DFNewTypeWellKnownOptions.NewList
extends DFNewTypeWellKnownOptions.SingleDFItem

Options for creating a new DFList


Field Summary
static String PROP_FIELD
           
static String PROP_VALUES
           
 
Fields inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem
PROP_DESCRIPTION, PROP_NEW_DFITEM_NAME
 
Fields inherited from interface com.im.df.api.support.DFNewTypeOptions
PROP_ERROR_MESSAGE, PROP_VALID
 
Method Summary
 DFField getField()
           
 List getValues()
           
 void setField(DFField field)
           
 void setValues(List values)
           
 
Methods inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem
getDescription, getNewDFItemName, setDescription, setNewDFItemName, setNewDFItemNameSafe
 
Methods inherited from interface com.im.df.api.support.DFNewTypeOptions
addPropertyChangeListener, getErrorMessage, isValid, removeAllPropertyChangeListener, removePropertyChangeListener
 

Field Detail

PROP_VALUES

static final String PROP_VALUES
See Also:
Constant Field Values

PROP_FIELD

static final String PROP_FIELD
See Also:
Constant Field Values
Method Detail

setField

void setField(DFField field)

getField

DFField getField()

setValues

void setValues(List values)

getValues

List getValues()

com.im.df.api 5.9