psdi.webclient.controls

Class TableDataRowMock

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class TableDataRowMock
    extends TableDataRow
    This is the class for mocked table rows when in multiselectmode. It will not create any inner controls.
    • Constructor Detail

      • TableDataRowMock

        public TableDataRowMock()
    • Method Detail

      • render

        public int render()
                   throws java.lang.NoSuchMethodException,
                          java.lang.IllegalAccessException,
                          java.lang.reflect.InvocationTargetException
        Description copied from class: ControlInstance
        Render this control's components
        Overrides:
        render in class TableDataRow
        Throws:
        java.lang.NoSuchMethodException
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException
      • click

        public int click()
                  throws MXException
        Converts the click to the actual mxevent and appends the row
        Returns:
        Throws:
        MXException
      • selectrecord

        public int selectrecord()
                         throws java.lang.NumberFormatException,
                                java.rmi.RemoteException,
                                MXException
        Throws:
        java.lang.NumberFormatException
        java.rmi.RemoteException
        MXException