com.cc.framework.ui.model
Interface TreeSwapSelectDataModel

All Superinterfaces:
DataModel
All Known Implementing Classes:
TreeSwapSelectControl

public interface TreeSwapSelectDataModel
extends DataModel

Data model for the Tree Swap Select Control

Since:
1.4.082
Version:
$Revision: 1.1 $
Author:
Harald Schulz

Method Summary
 java.lang.Object[] getValues()
          Returns the keys for the selected Item
 void setValues(java.lang.Object[] values)
          Sets the key for the selected Item
 

Method Detail

getValues

public java.lang.Object[] getValues()
Returns the keys for the selected Item

Returns:
String

setValues

public void setValues(java.lang.Object[] values)
Sets the key for the selected Item

Parameters:
values - Values (item to be selected)


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