|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aurel.track.fieldType.runtime.matchers.AbstractMatcherBase
com.aurel.track.fieldType.runtime.matchers.design.AbstractMatcherDT
public abstract class AbstractMatcherDT
Base class for configuring a matcher
| Field Summary |
|---|
| Fields inherited from class com.aurel.track.fieldType.runtime.matchers.AbstractMatcherBase |
|---|
fieldID, matchValue, relation |
| Constructor Summary | |
|---|---|
AbstractMatcherDT(java.lang.Integer fieldID)
|
|
| Method Summary | |
|---|---|
boolean |
isMatchDataTypeRelationDependent()
Whether the matchDataType depends on the relation selected |
void |
reloadSpecific(java.lang.String action)
Refresh action called during the reloading of a (part of) match value Used only by searching for composite fields: for example by reloading if the first select in a cascading select |
| Methods inherited from class com.aurel.track.fieldType.runtime.matchers.AbstractMatcherBase |
|---|
getFieldID, getMatchValue, getRelation, setMatchValue, setRelation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.aurel.track.fieldType.runtime.matchers.design.IMatcherDT |
|---|
getMatchValueJsp, getPossibleRelations |
| Methods inherited from interface com.aurel.track.fieldType.runtime.matchers.IMatcherBase |
|---|
getFieldID, getMatchValue, getRelation, setMatchValue, setRelation |
| Constructor Detail |
|---|
public AbstractMatcherDT(java.lang.Integer fieldID)
| Method Detail |
|---|
public boolean isMatchDataTypeRelationDependent()
isMatchDataTypeRelationDependent in interface IMatcherDTWhen this is false we can spare an extra access
to the server to refresh the match value controlpublic void reloadSpecific(java.lang.String action)
reloadSpecific in interface IMatcherDTaction -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||