com.cc.framework.ui.model
Interface TextareaDataModel

All Superinterfaces:
DataModel
All Known Implementing Classes:
TextareaControl, TextPopupControl

public interface TextareaDataModel
extends DataModel

Data model for the Textarea Control

Version:
$Revision: 1.7 $
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.