com.cc.framework.ui.model
Interface Checkable


public interface Checkable

This interface can be implemented by (display) objects which want to use checkboxes. The implementation is optional.

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

Method Summary
 int getCheckState()
          Returns the check state of an object.
 void setCheckState(int newState)
          Sets the check state of the object
 

Method Detail

getCheckState

public int getCheckState()
Returns the check state of an object.

Returns:
int
See Also:
CheckState

setCheckState

public void setCheckState(int newState)
Sets the check state of the object

Parameters:
newState - New state


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