|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.DisplayInstanceInfo
The DisplayInstanceInfo
class
defines the display instance of a field for a particular schema view.
Constructor Summary | |
DisplayInstanceInfo(InternalID vui,
PropInfo[] properties)
Constructs a new DisplayInstanceInfo object |
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
InternalID |
getVUIId()
Retrieves the InternalID of the associated view. |
PropInfo[] |
getVUIProperties()
Retrieves the display properties. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DisplayInstanceInfo(InternalID vui, PropInfo[] properties)
DisplayInstanceInfo
object
vui
- The InternalID
associated with the view.properties
- The field display properties specific to that view represented by using an array of PropInfo
.Method Detail |
public PropInfo[] getVUIProperties()
public InternalID getVUIId()
InternalID
of the associated view.
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |