public static class LookupForm.Item extends Object implements SearchPropertyMetaModel
BY_ORDER| Constructor and Description |
|---|
Item() |
Item(NodeBase cell) |
Item(NodeBase left,
NodeBase right) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
String |
getErrorLocation() |
String |
getLabelText() |
PropertyMetaModel<?> |
getLastProperty() |
NodeBase |
getLeft() |
String |
getLookupHint()
Returns the text to use as the control label, if defined in the metadata.
|
String |
getLookupLabel()
Returns the text to use as the control label, if defined in the metadata.
|
int |
getMinLength()
To prevent searching over the entire database you can specify a minimum number
of characters that must be present before the search is allowed on this field.
|
int |
getOrder()
Unused; only present to satisfy the interface.
|
String |
getPropertyName() |
List<PropertyMetaModel<?>> |
getPropertyPath() |
NodeBase |
getRight() |
String |
getTestId() |
boolean |
isControl() |
boolean |
isEntireRow() |
boolean |
isForcedDisabled() |
boolean |
isForcedEnabled() |
boolean |
isIgnoreCase()
When T (default) the search is done in a case-independent way provided we are looking
for some string value.
|
void |
setDisabled(boolean disabled) |
void |
setErrorLocation(String errorLocation) |
void |
setIgnoreCase(boolean ignoreCase) |
void |
setLabelText(String labelText) |
void |
setLookupHint(String lookupHint) |
void |
setMinLength(int minLength) |
void |
setPropertyName(String propertyName) |
void |
setPropertyPath(List<PropertyMetaModel<?>> propertyPath) |
void |
setTestId(String testId) |
String |
toString() |
public boolean isEntireRow()
public boolean isControl()
public String getPropertyName()
getPropertyName in interface SearchPropertyMetaModelpublic void setPropertyName(String propertyName)
public List<PropertyMetaModel<?>> getPropertyPath()
getPropertyPath in interface SearchPropertyMetaModelpublic void setPropertyPath(List<PropertyMetaModel<?>> propertyPath)
public PropertyMetaModel<?> getLastProperty()
public boolean isIgnoreCase()
SearchPropertyMetaModelisIgnoreCase in interface SearchPropertyMetaModelpublic void setIgnoreCase(boolean ignoreCase)
public int getMinLength()
SearchPropertyMetaModelgetMinLength in interface SearchPropertyMetaModelpublic void setMinLength(int minLength)
public String getLabelText()
public void setLabelText(String labelText)
public String getLookupLabel()
SearchPropertyMetaModelgetLookupLabel in interface SearchPropertyMetaModelpublic String getErrorLocation()
public void setErrorLocation(String errorLocation)
public int getOrder()
getOrder in interface SearchPropertyMetaModelSearchPropertyMetaModel.getOrder()public String getLookupHint()
SearchPropertyMetaModelgetLookupHint in interface SearchPropertyMetaModelpublic void setLookupHint(String lookupHint)
public String getTestId()
public void setTestId(String testId)
public void setDisabled(boolean disabled)
public boolean isForcedDisabled()
public boolean isForcedEnabled()
public void clear()
Copyright © 2017 etc.to. All rights reserved.