|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.picker.CoPickerOkActionDoer
com.ptc.core.ca.co.client.picker.CoPropertyPickerOkActionDoer
@Deprecated public class CoPropertyPickerOkActionDoer
The doer to be used for Ok button on the property picker frame.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
void |
execute(CoActionHandlerData execData)
Deprecated. Implements the following algorithm: |
protected void |
processAttributeInfo(CoPropertyPickerAttributeInfo info,
CoPropertyPickerOkActionHandlerData execData)
Deprecated. Returns a single Populate statement. |
| Methods inherited from class com.ptc.core.ca.co.client.picker.CoPickerOkActionDoer |
|---|
canExecute, isRelevant |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void execute(CoActionHandlerData execData)
throws WTException
CoPropertyPickerOkActionHandlerData data = (CoPropertyPickerOkActionHandlerData)execData;
ArrayList pairList = getAttrPairList(data);
Iterator iter = pairList.iterator();
while (iter.hasNext()) {
String[] pair = (String[])iter.next();
Object picked_value = getPickedAttributeValue(pair[1], data);
setTargetAttributeValue(pair[0], picked_value, data);
}
addPropertyToIgnore(data.getTargetProperty());
Supported API: true
execData -
WTException
protected void processAttributeInfo(CoPropertyPickerAttributeInfo info,
CoPropertyPickerOkActionHandlerData execData)
throws WTException
Populate statement.
info - execData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||