| Package | Description |
|---|---|
| to.etc.domui.component.lookup |
| Modifier and Type | Method and Description |
|---|---|
LookupForm.Item |
LookupForm.addChildProperty(String propPath)
Add lookup control instance for search properties on child list (oneToMany relation)
members.
|
LookupForm.Item |
LookupForm.addChildPropertyLabel(String label,
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.
|
<VT,X extends NodeBase & IControl<VT>> |
LookupForm.addManual(String property,
X control)
Add a manually created control and link it to some property.
|
LookupForm.Item |
LookupForm.addManualPropertyLabel(String property,
ILookupControlInstance<?> lci)
Adds a manually-defined control, and use the specified property as the source for its default label.
|
LookupForm.Item |
LookupForm.addManualTextLabel(String labelText,
ILookupControlInstance<?> lci)
Add a manually-created lookup control instance with user-specified label to the item list.
|
LookupForm.Item |
LookupForm.addProperty(String path)
Add a property to look up to the list.
|
LookupForm.Item |
LookupForm.addProperty(String path,
int minlen)
Add a property to look up to the list.
|
LookupForm.Item |
LookupForm.addProperty(String path,
int minlen,
boolean ignorecase)
Add a property to look up to the list.
|
LookupForm.Item |
LookupForm.addProperty(String path,
String label)
Add a property to look up to the list with user-specified label.
|
Copyright © 2017 etc.to. All rights reserved.