psdi.webclient.components

Class BIMTarget

  • All Implemented Interfaces:
    java.lang.Cloneable, DataBeanListener


    public class BIMTarget
    extends BoundComponentInstance
    Component class to expose an API for integrating 3D BIM viewers with Maximo. The reference implementation is the Autodesk NavisWOrks ActiveX control
    PrefixUse
    eventCall from control jsp via JavaScript sentEvent function
    jspCall from control jsp to dynamically generate JavaScriptn
    jspCall from control jsp to dynamically generate JavaScriptn
    • Constructor Detail

      • BIMTarget

        public BIMTarget()
    • Method Detail

      • render

        public int render()
                   throws java.lang.NoSuchMethodException,
                          java.lang.IllegalAccessException,
                          java.lang.reflect.InvocationTargetException
        Description copied from class: BoundComponentInstance
        Needed to override this method to cache original values for data, readonly, required and applink
        Overrides:
        render in class BoundComponentInstance
        Throws:
        java.lang.NoSuchMethodException
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException
        See Also:
        ComponentInstance.render()