Class Widget

java.lang.Object
tripleo.vendor.thinlet.Widget

public class Widget extends Object
WORK IN PROGRESS - DON'T USE. Eventually this class will encapsulate most of the widget-related API now implemented in Thinlet.java.
  • Constructor Details

    • Widget

      public Widget(String classname)
  • Method Details

    • getClassName

      @Nullable public @Nullable String getClassName()
    • set

      public void set(String key, String value)
    • requestFocus

      public boolean requestFocus(Object component)