Uses of Interface
to.etc.domui.component.lookup.ILookupControlInstance

Packages that use ILookupControlInstance
to.etc.domui.component.lookup   
 

Uses of ILookupControlInstance in to.etc.domui.component.lookup
 

Classes in to.etc.domui.component.lookup that implement ILookupControlInstance
 class AbstractLookupControlImpl
          Abstract default implementation of a ILookupControlInstance.
 class EqLookupControlImpl
          ILookupControlInstance which uses a generic input control to create an equals criterion on the input value, provided it is not null.
 class LookupNumberControl<T extends Number>
          Base utility class when lookups of custom numeric conditions should be implemented.
 

Methods in to.etc.domui.component.lookup that return ILookupControlInstance
<X extends IInputNode<?>>
ILookupControlInstance
ILookupControlFactory.createControl(SearchPropertyMetaModel spm, X control)
           
 

Methods in to.etc.domui.component.lookup with parameters of type ILookupControlInstance
 LookupForm.Item LookupForm.addManual(ILookupControlInstance lci)
          Add a manually-created lookup control instance to the item list.
 LookupForm.Item LookupForm.addManualPropertyLabel(java.lang.String property, ILookupControlInstance lci)
          Adds a manually-defined control, and use the specified property as the source for it's default label.
 LookupForm.Item LookupForm.addManualTextLabel(java.lang.String labelText, ILookupControlInstance lci)
          Add a manually-created lookup control instance with user-specified label to the item list.