|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateInfo | |
com.ptc.netmarkets.nmixb | |
wt.doc | |
wt.enterprise | Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. |
Uses of TemplateInfo in com.ptc.netmarkets.nmixb |
Fields in com.ptc.netmarkets.nmixb declared as TemplateInfo | |
private static TemplateInfo |
DocTemplateCopyHelper.ti
|
Uses of TemplateInfo in wt.doc |
Fields in wt.doc declared as TemplateInfo | |
private TemplateInfo |
WTDocument.template
|
Methods in wt.doc that return TemplateInfo | |
TemplateInfo |
WTDocument.getTemplate()
Gets the object for the association that plays role: TEMPLATE. |
Methods in wt.doc with parameters of type TemplateInfo | |
void |
WTDocument.setTemplate(TemplateInfo a_Template)
Sets the object for the association that plays role: TEMPLATE. |
private void |
WTDocument.templateValidate(TemplateInfo a_Template)
|
Uses of TemplateInfo in wt.enterprise |
Methods in wt.enterprise that return TemplateInfo | |
static TemplateInfo |
TemplateInfo.newTemplateInfo()
Default factory for the class. |
TemplateInfo |
Templateable.getTemplate()
Gets the object for the association that plays role: TEMPLATE. |
Methods in wt.enterprise with parameters of type TemplateInfo | |
protected boolean |
TemplateInfo.readVersion(TemplateInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
Templateable.setTemplate(TemplateInfo a_Template)
Sets the object for the association that plays role: TEMPLATE. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |