com.cc.framework.ui.model
Interface TextListDataModel

All Superinterfaces:
DataModel
All Known Implementing Classes:
TextListControl

public interface TextListDataModel
extends DataModel

Data model for the TextList Control

Since:
1.7
Version:
$Revision: 1.3 $
Author:
Harald Schulz

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

Method Detail

getValue

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

Returns:
Value

setValue

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

Parameters:
value - The value


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