net.pleso.framework.client.ui.interfaces
Interface ISingleColumnBind

All Known Implementing Classes:
BooleanComboBoxDataControl, BooleanDataControl, CalendarDataControl, FloatDataControl, IntegerDataControl, RichTextAreaDataControl, TextAreaDataControl, TextBoxDataControl

public interface ISingleColumnBind

Represents control which can be binded to a single IDataRow and IDataColumn.


Method Summary
 void bind(IDataRow row, IDataColumn column)
          Binds control to the specified IDataRow and IDataColumn.
 

Method Detail

bind

void bind(IDataRow row,
          IDataColumn column)
Binds control to the specified IDataRow and IDataColumn.

Parameters:
row - a IDataRow to be binded to.
column - a IDataColumn to be binded to.


Copyright © 2006-2007 pleso.net crew All Rights Reserved.