|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.component.lookup.LookupForm.Item
public static class LookupForm.Item
This is the definition for an Item to look up. A list of these will generate the actual lookup items on the screen, in the order specified by the item definition list. FIXME Should this actually be public??
Field Summary |
---|
Fields inherited from interface to.etc.domui.component.meta.SearchPropertyMetaModel |
---|
BY_ORDER |
Constructor Summary | |
---|---|
LookupForm.Item()
|
Method Summary | |
---|---|
void |
clear()
|
java.lang.String |
getErrorLocation()
|
java.lang.String |
getLabelText()
|
PropertyMetaModel<?> |
getLastProperty()
|
java.lang.String |
getLookupHint()
Returns the text to use as the control label, if defined in the metadata. |
java.lang.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. |
java.lang.String |
getPropertyName()
|
java.util.List<PropertyMetaModel<?>> |
getPropertyPath()
|
java.lang.String |
getTestId()
|
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(java.lang.String errorLocation)
|
void |
setIgnoreCase(boolean ignoreCase)
|
void |
setLabelText(java.lang.String labelText)
|
void |
setLookupHint(java.lang.String lookupHint)
|
void |
setMinLength(int minLength)
|
void |
setPropertyName(java.lang.String propertyName)
|
void |
setPropertyPath(java.util.List<PropertyMetaModel<?>> propertyPath)
|
void |
setTestId(java.lang.String testId)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LookupForm.Item()
Method Detail |
---|
public java.lang.String getPropertyName()
getPropertyName
in interface SearchPropertyMetaModel
public void setPropertyName(java.lang.String propertyName)
public java.util.List<PropertyMetaModel<?>> getPropertyPath()
getPropertyPath
in interface SearchPropertyMetaModel
public void setPropertyPath(java.util.List<PropertyMetaModel<?>> propertyPath)
public PropertyMetaModel<?> getLastProperty()
public boolean isIgnoreCase()
SearchPropertyMetaModel
isIgnoreCase
in interface SearchPropertyMetaModel
public void setIgnoreCase(boolean ignoreCase)
public int getMinLength()
SearchPropertyMetaModel
getMinLength
in interface SearchPropertyMetaModel
public void setMinLength(int minLength)
public java.lang.String getLabelText()
public void setLabelText(java.lang.String labelText)
public java.lang.String getLookupLabel()
SearchPropertyMetaModel
getLookupLabel
in interface SearchPropertyMetaModel
public java.lang.String getErrorLocation()
public void setErrorLocation(java.lang.String errorLocation)
public int getOrder()
getOrder
in interface SearchPropertyMetaModel
SearchPropertyMetaModel.getOrder()
public java.lang.String getLookupHint()
SearchPropertyMetaModel
getLookupHint
in interface SearchPropertyMetaModel
public void setLookupHint(java.lang.String lookupHint)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getTestId()
public void setTestId(java.lang.String testId)
public void setDisabled(boolean disabled)
public boolean isForcedDisabled()
public boolean isForcedEnabled()
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |