Interface ComponentWorkspace.ValueHolder<T>

Enclosing class:
ComponentWorkspace

public static interface ComponentWorkspace.ValueHolder<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
     
    void
    set(T value)
     
    void
    setText(String value)
     
  • Method Details

    • getText

      String getText()
    • setText

      void setText(String value)
    • get

      T get()
    • set

      void set(T value)