Uses of Interface
to.etc.domui.converter.IConvertable

Packages that use IConvertable
to.etc.domui.component.input   
to.etc.domui.component.misc   
 

Uses of IConvertable in to.etc.domui.component.input
 

Classes in to.etc.domui.component.input that implement IConvertable
 class DateInput
          Date input component: this is an INPUT component with a button attached; pressing the button shows a calendar which can be used to enter a date.
 class HiddenText<T>
          The input type="password" component.
 class Text<T>
          A single-line input box.
 class TextStr
          Shortcut class for Text<String>.
 

Uses of IConvertable in to.etc.domui.component.misc
 

Classes in to.etc.domui.component.misc that implement IConvertable
 class DisplayValue<T>
          This is a special control which can be used to display all kinds of values.
 

Methods in to.etc.domui.component.misc with parameters of type IConvertable
static void UIControlUtil.assignMonetaryConverter(PropertyMetaModel pmm, boolean editable, IConvertable<?> node)