com.sibvisions.rad.ui.gwt.client.widget.form
Interface ReferenceValueField

All Known Implementing Classes:
LinkGridComboBox

public interface ReferenceValueField

The ReferenceValueField defines the access to fields which have multiple values. A standard Field contains only a single value stored in the editor component.


Method Summary
 String[] getColumnNames()
          Gets the column names which will be used as values.
 Object[] getValues()
          Gets the values for the columns.
 void setValues(Object[] pValues)
          Sets the values for the columns.
 

Method Detail

getColumnNames

String[] getColumnNames()
Gets the column names which will be used as values.

Returns:
the column names

getValues

Object[] getValues()
Gets the values for the columns.

Returns:
the values in the same order as getColumnNames()

setValues

void setValues(Object[] pValues)
Sets the values for the columns.

Parameters:
pValues - the values in the same order as getColumnNames()


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.