psdi.webclient.components

Class RichTextViewer

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


    public class RichTextViewer
    extends BoundComponentInstance
    The RichTextViewer object provides the implementation to back the rich text viewer component.
    • Constructor Detail

      • RichTextViewer

        public RichTextViewer()
    • Method Detail

      • editmobiletext

        public int editmobiletext()
                           throws java.rmi.RemoteException,
                                  MXException
        Handles the editmobiletext event. This is used to switch to the text area when running on a client that does not support rich text editing. First the user clicks or touches the rich text viewer and is shown a warning that they will lose all existing rich text formatting if the continue to edit the value. If they click "Yes", the text area is shown so they may edit the value.
        Throws:
        java.rmi.RemoteException
        MXException