IlvMakeObjectInteractor

IlvObject
  |
  +--IlvInteractor
       |
       +--IlvMakeObjectInteractor
Category:
Graphics Framework component
JavaScript File:
IlvMakeObjectInteractor.js
Description:
An interactor that allows you to create node or link objects on an IlvView.

Since:
JViews 8.0


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

IlvMakeObjectInteractor(oncompleted, action)
Creates an instance of IlvMakeObjectInteractor.

Method Detail

getLinkMode

getLinkMode()
Returns whether the interactor will create link objects or not. The default value is false.

setAdditionalParameters

setAdditionalParameters(args)
Sets additional parameters on interactor that will be sent to the server when an object is created. This can either be an Array of parameters or an enumeration of these parameters.

setLinkMode

setLinkMode(value)
Sets whether the interactor will create link objects or not.
Parameters:
value - The value to be set.

setOnCompleted

setOnCompleted(oncompleted)
Sets the callback function called when the interaction is completed. The parameter of the function will be either: The this object will make reference to the IlvMakeObjectInteractor instance.

setProperties

setProperties(properties)
Sets additional properties to be set on the created object.
Parameters:
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
getCursor, getMenuModelId, getMessage, getView, setCursor, setMenuModelId, setMessage, setView
Inherited Methods from IlvObject
callDispose, dispose, getClassName, hashCode, inherits, instanceOf, invoke, registerDispose, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility