com.cc.framework.ui.model
Interface CheckboxDataModel

All Superinterfaces:
DataModel
All Known Subinterfaces:
RadioDataModel
All Known Implementing Classes:
CheckboxControl, RadioControl

public interface CheckboxDataModel
extends DataModel

Data model for the Checkbox Control

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

Method Summary
 java.lang.Boolean isChecked()
          Returns if the checkbox is selected
 void setChecked(java.lang.Boolean checked)
          Indicates that this option is selected.
 

Method Detail

isChecked

public java.lang.Boolean isChecked()
Returns if the checkbox is selected

Returns:
true if selected, false otherwise.

setChecked

public void setChecked(java.lang.Boolean checked)
Indicates that this option is selected.

Parameters:
checked - True if the checkbox should be selected


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