|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.components.forms.CreateAndEditModelGetter
public class CreateAndEditModelGetter
This class contains methods for creating the data models needed for attribute tables and panels in
create and edit wizards
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
static ArrayList |
getItemAttributes(com.ptc.core.components.descriptor.ComponentDescriptor compDescriptor,
NmCommandBean cb,
NmContext nmcontext)
Gets a TypeInstance for a wizard table or property panel displaying the attributes of an object being created or edited. |
static ArrayList<TypeInstance> |
getItemClassificationAttributes(com.ptc.core.components.descriptor.ComponentDescriptor compDescriptor,
NmCommandBean cb,
NmContext nmcontext)
Gets a TypeInstance for a wizard table displaying the classification attributes of a part being created or edited. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ArrayList getItemAttributes(com.ptc.core.components.descriptor.ComponentDescriptor compDescriptor,
NmCommandBean cb,
NmContext nmcontext)
throws WTException
compDescriptor - - Descriptor for the table to be displayed. This contains descriptors for
each attribute to be displayed. Required. Input.cb - - Bean holding the identity of the object being displayed and its form data. Required. Input.nmcontext - - The NmContext for the current jsp page. Required. Input
WTException
public static ArrayList<TypeInstance> getItemClassificationAttributes(com.ptc.core.components.descriptor.ComponentDescriptor compDescriptor,
NmCommandBean cb,
NmContext nmcontext)
throws WTException,
WTPropertyVetoException
compDescriptor - - Descriptor for the table to be displayed. This contains descriptors for
each attribute to be displayed. Required. Input.cb - - Bean holding the identity of the object being displayed and its form data. Required. Input.nmcontext - - The NmContext for the current jsp page. Required. Input
WTException
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||