Package tripleo.vendor.thinlet.objectwrapper


package tripleo.vendor.thinlet.objectwrapper
  • Class
    Description
    Widget that represent the thinlet button.
    Cell represent a cell on a row of a table
    Widget that represent the thinlet checkbox.
    CheckBoxMenuItem represent a item entry on a Menu or PopuMenu
    Choice represent a ComboBox choice.
    Column represent a column on a Header, for a Table
    Widget that represent the thinlet combobox.
    The default OWThinlet implementation, directly based on thinlet.Thinlet, that manage the life cycle of Object Wrapper Component.
    Widget that represent the thinlet desktop.
    Widget that represent the thinlet dialog.
    The align Enum
    The halign Enum
    The orientation Enum
    The align Enum
    The selection Enum
    The sort Enum
    The type Enum
    The valign Enum
    Header represent a header on a Table, and contains Column
    Item represent a entry on a List
    Widget that represent the thinlet label.
    Widget that represent the thinlet list.
    Menu represent a menu entry on a MenuBar
    Widget that represent the thinlet menubar.
    MenuItem represent a item entry on a Menu or PopuMenu
    An interface use to define a thinlet action, like performed, focusLost...
    Represent a set of method, required for associate several Method to the same action widget
    Node represent a node on a Tree
    OWItem represent a complex item used by widget, as the ComboBox choice, list item, menu item, or tree node
    A OWObject define the common API part from the thinlet widget (OWWidget), and thinlet item/choice/header (OWItem) that are part of some widget (list, combobox, table)
    OWRepository is a repository implementation of (object wrapper - thinlet component), which simply acts like a Map.
    Represent a specialized Thinlet like, that manage the life cycle of Object Wrapper Component.
    OWWidget represent the base thinlet widget component.
    Widget that represent the thinlet panel.
    Widget that that represent the thinlet passwordfield.
    Widget that represent the thinlet popupMenu.
    Widget that represent the thinlet progressbar.
    Row represent a row on a Table, and contains Cell, for each defined column
    Widget that represent the thinlet separator.
    Widget that represent the thinlet slider.
    Widget that that represent the thinlet spinbox.
    Widget that represent the thinlet splitpane.
    Represent a Tab on a tabbedPane
    Widget that represent the thinlet tabbedPane.
    Widget that represent the thinlet table.
    Widget that that represent the thinlet textarea.
    Widget that represent the thinlet textfield.
    Widget that that represent the thinlet toggleButton.
    Widget that represent the thinlet tree.