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

All Known Subinterfaces:
IEditableDataControl
All Known Implementing Classes:
ActionButtonControl, ActionSliderControl, BaseActionControl, BooleanComboBoxDataControl, BooleanDataControl, CalendarDataControl, DateRangeControl, EnumComboBoxDataControl, FloatDataControl, FloatRangeControl, InfoDataControl, IntegerDataControl, RichTextAreaDataControl, SelectorControl, TextAreaDataControl, TextBoxDataControl, TimeRangeControl

public interface IBindableDataControl

Represents bindable data control which can read value from binded data.


Method Summary
 void readData()
          Ask control to read data from binded row and column and show it to user.
 

Method Detail

readData

void readData()
Ask control to read data from binded row and column and show it to user.



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