|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.eff.DefaultValidEffsDelegate
public class DefaultValidEffsDelegate
Default delegate, using introspection to determine the valid Eff classes.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
Class[] |
getValidEffForms(EffContext effContext)
Returns valid EffForm/i> classes based on trace code of context if it is a WTPartMaster. |
Class[] |
getValidEffs(Class parentType,
EffContext context)
Returns valid EffRecord classes based solely on introspection (this delegate is essentially operates at the class, not instance, level). |
Class[] |
getValidEffs(EffContext context)
Returns valid Eff classes based solely on introspection (this delegate is essentially operates at the class, not instance, level). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Class[] getValidEffs(EffContext context)
getValidEffs in interface ValidEffsDelegatecontext -
public Class[] getValidEffs(Class parentType,
EffContext context)
getValidEffs in interface ValidEffsDelegateparentType - context -
public Class[] getValidEffForms(EffContext effContext)
WTPartMaster.
Supported API: true
effContext - effectivity context
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||