|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.component.meta.impl.SearchPropertyMetaModelImpl
public class SearchPropertyMetaModelImpl
Represents the metadata for a field that can be searched on.
Field Summary |
---|
Fields inherited from interface to.etc.domui.component.meta.SearchPropertyMetaModel |
---|
BY_ORDER |
Constructor Summary | |
---|---|
SearchPropertyMetaModelImpl(ClassMetaModel cmm)
|
Method Summary | |
---|---|
java.lang.String |
getLookupHint()
Returns the text to use as the control label, if defined in the metadata. |
java.lang.String |
getLookupHintKey()
|
java.lang.String |
getLookupLabel()
Returns the text to use as the control label, if defined in the metadata. |
java.lang.String |
getLookupLabelKey()
|
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()
The order of this search item in the total list of items. |
java.lang.String |
getPropertyName()
|
java.util.List<PropertyMetaModel<?>> |
getPropertyPath()
|
boolean |
isIgnoreCase()
When T (default) the search is done in a case-independent way provided we are looking for some string value. |
void |
setIgnoreCase(boolean ignoreCase)
|
void |
setLookupHintKey(java.lang.String lookupHintKey)
|
void |
setLookupLabelKey(java.lang.String lookupLabelKey)
|
void |
setMinLength(int minLength)
|
void |
setOrder(int order)
|
void |
setPropertyName(java.lang.String propertyName)
|
void |
setPropertyPath(java.util.List<PropertyMetaModel<?>> propertyPath)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchPropertyMetaModelImpl(ClassMetaModel cmm)
Method Detail |
---|
public java.util.List<PropertyMetaModel<?>> getPropertyPath()
getPropertyPath
in interface SearchPropertyMetaModel
public void setPropertyPath(java.util.List<PropertyMetaModel<?>> propertyPath)
public boolean isIgnoreCase()
SearchPropertyMetaModel
isIgnoreCase
in interface SearchPropertyMetaModel
SearchPropertyMetaModel.isIgnoreCase()
public void setIgnoreCase(boolean ignoreCase)
public int getOrder()
SearchPropertyMetaModel
getOrder
in interface SearchPropertyMetaModel
SearchPropertyMetaModel.getOrder()
public void setOrder(int order)
public int getMinLength()
SearchPropertyMetaModel
getMinLength
in interface SearchPropertyMetaModel
SearchPropertyMetaModel.getMinLength()
public void setMinLength(int minLength)
public java.lang.String getPropertyName()
getPropertyName
in interface SearchPropertyMetaModel
public void setPropertyName(java.lang.String propertyName)
public java.lang.String getLookupLabelKey()
public void setLookupLabelKey(java.lang.String lookupLabelKey)
public java.lang.String getLookupLabel()
SearchPropertyMetaModel
getLookupLabel
in interface SearchPropertyMetaModel
public java.lang.String getLookupHintKey()
public void setLookupHintKey(java.lang.String lookupHintKey)
public java.lang.String getLookupHint()
SearchPropertyMetaModel
getLookupHint
in interface SearchPropertyMetaModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |