Classes

The following classes are available globally.

  • A UIElement works as the wrapper for an HTML element.

    See more

    Declaration

    Swift

    public class UIElement
  • Represents a web page and contains all the HTML elements.

    See more

    Declaration

    Swift

    open class UIWebPage
  • A wrapper around an HTML a (anchor) element. This is what is used for links.

    See more

    Declaration

    Swift

    open class UIAnchor
  • A wrapper class for an HTML form.

    See more

    Declaration

    Swift

    open class UIForm
  • A label and input combonation that is used in a form.

    See more

    Declaration

    Swift

    open class UIFormElement
  • CSSLink represents a link to a CSS file from the HTML file that is rendered.

    See more

    Declaration

    Swift

    open class CSSLink
  • A wrapper class for a UIElement that represents a link element.

    See more

    Declaration

    Swift

    open class UILink
  • A wrapper class that represents an HTML ul element.

    See more

    Declaration

    Swift

    open class UIUnorderedList
  • A wrapper class around an ol (odered list) element.

    See more

    Declaration

    Swift

    open class UIOrderedList
  • A wrapper class for li (list) elements.

    See more

    Declaration

    Swift

    open class UIListItem
  • A wrapper object around a navigation element with a unordered list of anchors.

    See more

    Declaration

    Swift

    open class UINavigation
  • UIParagraph is a wrapper class around a p HTML tag which is represented by a UIElement.

    See more

    Declaration

    Swift

    open class UIParagraph
  • Handles an HTML table element.

    See more

    Declaration

    Swift

    open class UITable
  • A row in an HTML table.

    See more

    Declaration

    Swift

    open class UITableRow
  • A header row in an HTML table.

    See more

    Declaration

    Swift

    open class UITableRowHeader
  • Handles the header cell of an HTML table header row.

    See more

    Declaration

    Swift

    open class UITableCellHeader
  • Handles the cell of a row in an HTML table.

    See more

    Declaration

    Swift

    open class UITableCell