Uses of Class
wt.csm.navigation.litenavigation.DefaultQueryFormReferenceView

Packages that use DefaultQueryFormReferenceView
wt.csm.navigation.litenavigation   
wt.csm.navigation.service   
 

Uses of DefaultQueryFormReferenceView in wt.csm.navigation.litenavigation
 

Fields in wt.csm.navigation.litenavigation declared as DefaultQueryFormReferenceView
private  DefaultQueryFormReferenceView NodeQueryFormDefaultView.theDefaultQueryFormReferenceView
           
 

Methods in wt.csm.navigation.litenavigation that return DefaultQueryFormReferenceView
 DefaultQueryFormReferenceView NodeQueryFormDefaultView.getDefaultQueryFormReferenceView()
          Gets the object for the association that plays role: theDefaultQueryFormReferenceView.
 

Methods in wt.csm.navigation.litenavigation with parameters of type DefaultQueryFormReferenceView
 void NodeQueryFormDefaultView.setDefaultQueryFormReferenceView(DefaultQueryFormReferenceView a_DefaultQueryFormReferenceView)
          Sets the object for the association that plays role: theDefaultQueryFormReferenceView.
private  void NodeQueryFormDefaultView.theDefaultQueryFormReferenceViewValidate(DefaultQueryFormReferenceView a_DefaultQueryFormReferenceView)
           
protected  boolean DefaultQueryFormReferenceView.readVersion(DefaultQueryFormReferenceView thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Constructors in wt.csm.navigation.litenavigation with parameters of type DefaultQueryFormReferenceView
NodeQueryFormDefaultView(int updateCount, ObjectIdentifier objectID, DefaultQueryFormReferenceView defaultQueryForm)
          

Supported API: false
NodeQueryFormDefaultView(DefaultQueryFormReferenceView defaultQueryForm)
          

Supported API: false
NodeQueryFormDefaultView(DefaultQueryFormReferenceView defaultQueryForm, AbstractQueryFormView templateQueryForm)
          

Supported API: false
 

Uses of DefaultQueryFormReferenceView in wt.csm.navigation.service
 

Methods in wt.csm.navigation.service that return DefaultQueryFormReferenceView
static DefaultQueryFormReferenceView NavigationObjectsFactory.newDefaultQueryFormReferenceView(DefaultQueryForm queryForm)
          

Supported API: false