com.cc.framework.ui.model
Interface CheckboxGroupDataModel

All Superinterfaces:
DataModel
All Known Subinterfaces:
RadioGroupDataModel
All Known Implementing Classes:
CheckboxGroupControl, RadioGroupControl

public interface CheckboxGroupDataModel
extends DataModel

Data model for the checkbox group Control

Since:
1.0
Version:
$Revision: 1.3 $
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.