|
Process UI Toolkit API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--filenet.vw.toolkit.runtime.step.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 | |
protected boolean |
m_bIsProtected
|
protected static java.text.DateFormat |
m_dateFormatter
|
protected java.lang.String |
m_parameterName
|
protected java.lang.Object |
m_value
|
protected filenet.vw.toolkit.runtime.step.VWParameter |
m_vwParameter
|
protected filenet.vw.toolkit.runtime.step.VWStepElement |
m_vwStepElement
|
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.toolkit.runtime.step.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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String m_parameterName
protected filenet.vw.toolkit.runtime.step.VWStepElement m_vwStepElement
protected filenet.vw.toolkit.runtime.step.VWParameter m_vwParameter
protected java.lang.Object m_value
protected boolean m_bIsProtected
protected static java.text.DateFormat m_dateFormatter
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.toolkit.runtime.step.VWStepElement stepElement)
setStepElement
in interface IVWPanelComponent
stepElement
- A valid VWStepElement object.VWStepElement
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |