to.etc.domui.component.input
Interface IBindable

All Known Subinterfaces:
IInputNode<T>
All Known Implementing Classes:
AbstractDivControl, Checkbox, ComboComponentBase, ComboFixed, ComboFixedClientFilter, ComboLookup, DateInput, DisplayCheckbox, DisplayHtml, DisplayValue, FCKEditor, HiddenText, HtmlEditor, LookupInput, SelectBasedControl, SpanBasedControl, Text, TextArea, TextStr

public interface IBindable

EXPERIMENTAL - DO NOT USE. This defines the component as an input component that can be bound to some value.

Author:
Frits Jalvingh Created on Oct 13, 2009

Method Summary
 IBinder bind()
          EXPERIMENTAL - DO NOT USE.
 boolean isBound()
          EXPERIMENTAL - DO NOT USE.
 

Method Detail

bind

IBinder bind()
EXPERIMENTAL - DO NOT USE. Return the object that is able to bind this control to some data value.

Returns:

isBound

boolean isBound()
EXPERIMENTAL - DO NOT USE. If this object is actually bound to something return true.

Returns: