com.cc.framework.ui.model
Interface ComboBoxDataModel

All Superinterfaces:
DataModel
All Known Implementing Classes:
ComboBoxControl

public interface ComboBoxDataModel
extends DataModel

Data model for the ComboBox Control

Since:
1.0
Version:
$Revision$
Author:
Harald Schulz

Method Summary
 java.lang.Object getValue()
          Returns the value
 void setValue(java.lang.Object value)
          Sets the selected value
 

Method Detail

getValue

public java.lang.Object getValue()
Returns the value

Returns:
String

setValue

public void setValue(java.lang.Object value)
Sets the selected value

Parameters:
value - Value


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.