|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
org.kuali.rice.krad.uif.component.ComponentBase
org.kuali.rice.krad.uif.field.FieldBase
org.kuali.rice.krad.uif.field.DataFieldBase
org.kuali.rice.krad.uif.field.InputFieldBase
org.kuali.rice.krad.lookup.LookupInputField
public class LookupInputField
Custom InputField
for criteria fields within a lookup view that adds criteria specific options.
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.uif.field.DataFieldBase |
---|
readOnlyDisplayReplacementPropertyName, readOnlyDisplaySuffixPropertyName |
Fields inherited from class org.kuali.rice.krad.uif.component.ComponentBase |
---|
templateOptions |
Fields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase |
---|
componentCode, namespaceCode |
Fields inherited from interface org.kuali.rice.krad.uif.component.Ordered |
---|
INITIAL_ORDER_VALUE |
Fields inherited from interface org.springframework.core.Ordered |
---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
Constructor Summary | |
---|---|
LookupInputField()
|
Method Summary | |
---|---|
protected static Control |
convertControlToLookupControl(AttributeDefinition attributeDefinition)
If control definition is defined on the given attribute definition, converts to an appropriate control for searching (if necessary) and returns a copy for setting on the field. |
void |
copyFromAttributeDefinition(AttributeDefinition attributeDefinition)
Override of InputField copy to setup properties necessary to make the field usable for inputting search criteria. |
Map<String,String> |
filterSearchCriteria(Map<String,String> searchCriteria)
Invoked before search is carried out to perform any necessary filtering of the criteria. |
boolean |
isAddControlSelectAllOption()
Indicates whether the option for all values (blank key, 'All' label) should be added to the lookup field, note this is only supported for MultiValueControl instance. |
boolean |
isDisableWildcardsAndOperators()
Indicates whether wildcard and other search operators should be disabled (treated as literals) for the input field. |
boolean |
isRanged()
Indicates a field group should be created containing a from and to input field for date search ranges. |
void |
performFinalize(Object model,
LifecycleElement parent)
The following actions are performed: Add all option if enabled and control is multi-value The following actions are performed: Set the ids for the various attribute components Sets up the client side validation for constraints on this field. |
void |
setAddControlSelectAllOption(boolean addControlSelectAllOption)
|
void |
setDisableWildcardsAndOperators(boolean disableWildcardsAndOperators)
|
void |
setRanged(boolean ranged)
|
Methods inherited from class org.kuali.rice.krad.uif.field.FieldBase |
---|
getComponentTypeName, getFieldLabel, getFieldLabelIfNotRendered, getFieldSecurity, getLabel, getLabelColSpan, getLabelStyleClasses, getShortLabel, isEditInLineAuthz, isLabelRendered, isViewInLineAuthz, setEditInLineAuthz, setFieldLabel, setLabel, setLabelColSpan, setLabelRendered, setLabelStyleClasses, setNestedComponentIdAndSuffix, setShortLabel, setShowLabel, setViewInLineAuthz |
Methods inherited from class org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase |
---|
getExpressionGraph, getPropertyExpression, getPropertyExpressions, setExpressionGraph, setPropertyExpressions |
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase |
---|
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.rice.krad.datadictionary.validation.capability.Constrainable |
---|
getName |
Methods inherited from interface org.kuali.rice.krad.uif.component.DataBinding |
---|
getBindingInfo, getPropertyName, setBindingInfo |
Methods inherited from interface org.kuali.rice.krad.uif.widget.Helpable |
---|
getHelp, getHelpTitle, setHelp, setTooltipOfComponent |
Methods inherited from interface org.kuali.rice.krad.uif.field.Field |
---|
getFieldLabel, getFieldSecurity, getLabel, getLabelColSpan, getLabelStyleClasses, getShortLabel, isLabelRendered, setFieldLabel, setLabel, setLabelColSpan, setLabelRendered, setLabelStyleClasses, setShortLabel |
Methods inherited from interface org.kuali.rice.krad.datadictionary.uif.UifDictionaryBean |
---|
getExpressionGraph, getPropertyExpression, getPropertyExpressions, setExpressionGraph, setPropertyExpressions |
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean |
---|
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode |
Methods inherited from interface org.kuali.rice.krad.uif.util.LifecycleElement |
---|
checkMutable, getContainerIdSuffix, getContext, getId, getPhasePathMapping, getViewPath, getViewStatus, initializePendingTasks, isFinal, isInitialized, isModelApplied, isMutable, isRender, notifyCompleted, pushAllToContext, pushObjectToContext, setContainerIdSuffix, setContext, setId, setPhasePathMapping, setRender, setViewPath, skipLifecycle |
Methods inherited from interface org.kuali.rice.krad.datadictionary.Copyable |
---|
clone |
Constructor Detail |
---|
public LookupInputField()
Method Detail |
---|
public void performFinalize(Object model, LifecycleElement parent)
Here final preparations can be made based on the updated view state.
performFinalize
in interface LifecycleElement
performFinalize
in class InputFieldBase
model
- - top level object containing the dataparent
- - parent componentpublic void copyFromAttributeDefinition(AttributeDefinition attributeDefinition)
Note super is not being called because we don't want to add restirctions that can cause problems with the use of wildcard
Defaults the properties of theInputField
to the
corresponding properties of its AttributeDefinition
retrieved from the dictionary (if such an entry exists). If the field
already contains a value for a property, the definitions value is not
used.
copyFromAttributeDefinition
in interface DataField
copyFromAttributeDefinition
in class InputFieldBase
attributeDefinition
- AttributeDefinition instance the property values should be
copied fromprotected static Control convertControlToLookupControl(AttributeDefinition attributeDefinition)
attributeDefinition
- attribute definition instance to retrieve control from
public Map<String,String> filterSearchCriteria(Map<String,String> searchCriteria)
searchCriteria
- the search criteria to be filtered
public boolean isDisableWildcardsAndOperators()
public void setDisableWildcardsAndOperators(boolean disableWildcardsAndOperators)
isDisableWildcardsAndOperators()
public boolean isAddControlSelectAllOption()
MultiValueControl
instance.
public void setAddControlSelectAllOption(boolean addControlSelectAllOption)
isAddControlSelectAllOption()
public boolean isRanged()
When this is set to true, the input field will be replaced by a field group that is created by
copying the prototype LookupView.getRangeFieldGroupPrototype()
. Within the
field group, an lookup input field will be created for the from field, and this input will be used
as the to date field. Between the two fields a message will be rendered that can be specified using
LookupView.getRangedToMessage()
public void setRanged(boolean ranged)
isRanged()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |