| PREV CLASS Documentation homepage NEXT CLASS |
IlvObject
|
+--IlvInteractor
|
+--IlvMakeObjectInteractor
IlvView.
| Constructor Summary | |
|---|---|
IlvMakeObjectInteractor(oncompleted, action)
|
|
| Method Summary | |
|---|---|
getLinkMode()
Returns whether the interactor will create link objects or not. |
|
setAdditionalParameters(args)
Sets additional parameters on interactor that will be sent to the server when an object is created. |
|
setLinkMode(value)
Sets whether the interactor will create link objects or not. |
|
setOnCompleted(oncompleted)
Sets the callback function called when the interaction is completed. |
|
setProperties(properties)
Sets additional properties to be set on the created object. |
|
| Constructor Detail |
IlvMakeObjectInteractor(oncompleted, action)
| Method Detail |
getLinkMode()
false. setAdditionalParameters(args)
Array of
parameters or an enumeration of these parameters. setLinkMode(value)
value - The value to be set.setOnCompleted(oncompleted)
"node" if a node creation action has occurred"link" if a link creation action has occurred"abort" if the user has aborted the action (press ESC)this object will make reference to the IlvMakeObjectInteractor
instance. setProperties(properties)
properties - An object containing keys and values for each of the property
to be set at creation time.
({propertyName1:"propertyValue1", propertyName2:"propertyValue2"}).| Inherited Methods from IlvInteractor |
| Inherited Methods from IlvObject |
| PREV CLASS Documentation homepage NEXT CLASS |