|
6.3 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.DisplayInstanceList
The DisplayInstanceList class
defines the display properties of a field for all associated schema views.
| Constructor Summary | |
|---|---|
DisplayInstanceList(PropInfo[] commonProperties,
DisplayInstanceInfo[] dInstanceList)
Constructs a new DisplayInstanceList object. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
PropInfo[] |
getCommonProperties()
Returns the display properties that are common to all schema views. |
DisplayInstanceInfo[] |
getDisplayInstances()
Returns the list of schema views and their associated display properties. |
Value |
getProperty(InternalID vuiId,
java.lang.Integer tag)
Returns a property with a certain tag for a specific view. |
void |
setProperty(InternalID vuiId,
int tag,
Value value)
Sets the value of a property with a specific tag for a specific view. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DisplayInstanceList(PropInfo[] commonProperties,
DisplayInstanceInfo[] dInstanceList)
DisplayInstanceList object.
commonProperties - Display properties that are common to all schema views.dInstanceList - An array of schema views and their associated display properties.| Method Detail |
public PropInfo[] getCommonProperties()
public DisplayInstanceInfo[] getDisplayInstances()
public Value getProperty(InternalID vuiId,
java.lang.Integer tag)
public void setProperty(InternalID vuiId,
int tag,
Value value)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
6.3 Action Request System Java API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||