Package | Description |
---|---|
com.broadleafcommerce.metadata.dsl.core.extension.fields |
Modifier and Type | Interface and Description |
---|---|
interface |
LookupFieldModal<V extends LookupFieldModal<V>>
Represents the metadata for the modal used by
LookupField . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLookupFieldModal |
Modifier and Type | Method and Description |
---|---|
default Optional<LookupFieldModal<?>> |
LookupField.findModal()
Finds the metadata for the
LookupField.ViewTypes.LOOKUP_MODAL configured for this lookup. |
Modifier and Type | Method and Description |
---|---|
default F |
LookupField.modalSearch(UnaryOperator<LookupFieldModal<?>> fn)
Configure this lookup with a modal for more advanced searching.
|
Constructor and Description |
---|
DefaultLookupFieldModal(LookupFieldModal<?> component) |
Copyright © 2021. All rights reserved.