Uses of Class
to.etc.domui.component.lookup.LookupForm.Item

Packages that use LookupForm.Item
to.etc.domui.component.lookup   
 

Uses of LookupForm.Item in to.etc.domui.component.lookup
 

Methods in to.etc.domui.component.lookup that return LookupForm.Item
 LookupForm.Item LookupForm.addChildProperty(java.lang.String propPath)
          Add lookup control instance for search properties on child list (oneToMany relation) members.
 LookupForm.Item LookupForm.addChildPropertyLabel(java.lang.String label, java.lang.String propPath)
          Add lookup control instance for search properties on child list (oneToMany relation) members.
 LookupForm.Item LookupForm.addManual(ILookupControlInstance lci)
          Add a manually-created lookup control instance to the item list.
<X extends NodeBase & IInputNode<?>>
LookupForm.Item
LookupForm.addManual(java.lang.String property, X control)
          Add a manually created control and link it to some property.
 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.
 LookupForm.Item LookupForm.addProperty(java.lang.String path)
          Add a property to look up to the list.
 LookupForm.Item LookupForm.addProperty(java.lang.String path, int minlen)
          Add a property to look up to the list.
 LookupForm.Item LookupForm.addProperty(java.lang.String path, int minlen, boolean ignorecase)
          Add a property to look up to the list.
 LookupForm.Item LookupForm.addProperty(java.lang.String path, java.lang.String label)
          Add a property to look up to the list with user-specified label.