psdi.webclient.components

Class RecordImage

    • Constructor Detail

      • RecordImage

        public RecordImage()
    • Method Detail

      • getImageSrc

        public java.lang.String[] getImageSrc()
      • getMIMEType

        public java.lang.String getMIMEType()
      • getImage

        public byte[] getImage()
      • getImage

        public byte[] getImage(java.lang.Integer row)
      • getCachedImageSrc

        public java.lang.String getCachedImageSrc()
      • click

        public int click()
                  throws java.rmi.RemoteException,
                         MXException
        Description copied from class: ComponentInstance
        Handles a click event. Tries to call the method named in the "mxevent" property on the system handler, then component, then the control. Then eventually calls the bean method If "targetid" property is defined then that component is used, otherwise this component is used.
        Overrides:
        click in class DynamicAttributeComponent
        Returns:
        event handler status code
        Throws:
        java.rmi.RemoteException
        MXException