Uses of Interface
to.etc.domui.dom.html.IDisplayControl

Packages that use IDisplayControl
to.etc.domui.component.form   
to.etc.domui.component.htmleditor   
to.etc.domui.component.input   
to.etc.domui.component.misc   
to.etc.domui.dom.html   
 

Uses of IDisplayControl in to.etc.domui.component.form
 

Classes in to.etc.domui.component.form that implement IDisplayControl
 class DisplayOnlyPropertyBinding<T>
          A property binding specific for display-only controls.
 class SimpleComponentPropertyBinding<T>
           
 

Methods in to.etc.domui.component.form with type parameters of type IDisplayControl
<V,T extends NodeBase & IDisplayControl<V>>
IControl<V>
GenericFormBuilder.addDisplayProp(java.lang.String propertyname, T ctl)
           
 

Constructors in to.etc.domui.component.form with parameters of type IDisplayControl
ControlFactoryResult(IDisplayControl<A> control, IReadOnlyModel<B> model, PropertyMetaModel<A> pmm)
           
DisplayOnlyPropertyBinding(IReadOnlyModel<?> model, PropertyMetaModel<T> propertyMeta, IDisplayControl<T> control)
           
 

Uses of IDisplayControl in to.etc.domui.component.htmleditor
 

Classes in to.etc.domui.component.htmleditor that implement IDisplayControl
 class DisplayHtml
          Mini component to display an HTML section.
 class FCKEditor
          This represents a FCKEditor instance.
 class HtmlEditor
          This is a small but very fast html editor.
 

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

Classes in to.etc.domui.component.input that implement IDisplayControl
 class AbstractDivControl<T>
          Abstract base class for a control that is implemented on top of a DIV.
 class ComboComponentBase<T,V>
           
 class ComboFixed<T>
          Simple combobox handling [String, Object] pairs where the string is the presented label value and the Object represents the values selected.
 class ComboFixedClientFilter<T>
          We use javascript to wrap addiotnal client side controls around ComboFixedClientFilter, for that we use jquery plugin: jquery.clientOptionFilter.js - client side filtering options select, author Vladimir Mijic (vmijic@execom.eu) Intended to be used for larger select boxes that need client side filtering by substring.
 class ComboLookup<T>
          Combobox component where the list type is the same as the value type, i.e.
 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 LookupInput<T>
          Lookup input field component.
 class SelectBasedControl<T>
          Deprecated. 
 class SpanBasedControl<T>
          Deprecated. 
 class Text<T>
          A single-line input box.
 class TextStr
          Shortcut class for Text<String>.
 

Constructors in to.etc.domui.component.input with parameters of type IDisplayControl
DisplayOnlyBinder(IDisplayControl<?> control)
           
 

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

Classes in to.etc.domui.component.misc that implement IDisplayControl
 class DisplayCheckbox
          Display-only checkbox which renders better than a disabled checkbox thingy.
 class DisplayValue<T>
          This is a special control which can be used to display all kinds of values.
 

Uses of IDisplayControl in to.etc.domui.dom.html
 

Subinterfaces of IDisplayControl in to.etc.domui.dom.html
 interface IControl<T>
          Something to control a control: some input or control comnponent in a generic way.
 interface IInputNode<T>
          Generic representation of a control, having input and some state.
 

Classes in to.etc.domui.dom.html that implement IDisplayControl
 class Checkbox
           
 class TextArea