Package com.oorian.messaging.commands


package com.oorian.messaging.commands
  • Classes
    Class
    Description
    Command to programmatically trigger a click event on a DOM element.
    Command to initiate a file upload from the client to the server.
    Response command to report the status of a client file upload operation.
    Command to close a browser window by name.
    Abstract base class for all command types in the Oorian messaging system.
    Command to create a timer on the client side.
    Command to programmatically submit an HTML form.
    Command to execute JavaScript code or call JavaScript functions on the client side.
    Command to preload an image on the client side with callback notification.
    Command to preload multiple images on the client side.
    Command to open a new browser window or tab.
    Command to print a document from a URL or HTML content.
    Command that scrolls a specified element into the visible area of the browser window.
    Command that scrolls a parent container so that the specified child element is at the top.
    Command to select all text within a text input or textarea element.
    Command that sets focus on an input element and selects all of its text content.
    Command that sets focus on an input element and assigns it a new value.
    Command to set keyboard focus on a specific DOM element.
    Command to sort a table by a specific column on the client side.