|
Process UI Toolkit API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfilenet.vw.toolkit.runtime.step.VWPanelComponentInfo
public class VWPanelComponentInfo
This class provides the means to retrieve information about the specified parameter from the step element and saves the changes to the step element.
Note: Like the other components that can be contained in the VWPanel container, this class implements the IVWPanelComponent interface.
Field Summary |
---|
Constructor Summary | |
---|---|
VWPanelComponentInfo()
|
Method Summary | |
---|---|
boolean |
doSave()
Completes the workflow step when the step is saved. |
java.lang.String |
getDescription()
Retrieves a string representation of the specified parameter's description. |
java.lang.String |
getParameterName()
Retrieves the string value of the parameter name. |
int |
getType()
Returns the data type of the parameter. |
java.lang.Object |
getValue()
Retrieves the value from the specified parameter. |
boolean |
isProtected()
Determines if the parameter value can be altered. |
void |
setParameterName(java.lang.String name)
Sets the string value of the parameter name. |
void |
setStepElement(filenet.vw.api.VWStepElement stepElement)
Determines if the VWStepElement object is valid and sets the object to accept changes. |
void |
setValue(java.lang.Object value)
Sets the value for the specified parameter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VWPanelComponentInfo()
Method Detail |
---|
public java.lang.String getDescription()
public int getType()
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- An object containing the value for the specified parameter.public boolean isProtected()
public java.lang.String getParameterName()
getParameterName
in interface IVWPanelComponent
public void setParameterName(java.lang.String name)
setParameterName
in interface IVWPanelComponent
name
- A string containing the new name parameter name.public boolean doSave()
doSave
in interface IVWPanelComponent
public void setStepElement(filenet.vw.api.VWStepElement stepElement)
setStepElement
in interface IVWPanelComponent
stepElement
- A valid VWStepElement object.VWStepElement
|
Process UI Toolkit API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |