java.lang.Object
com.inductiveautomation.vision.api.client.binding.EmptyParameter
All Implemented Interfaces:
BindingParameter<String>

public final class EmptyParameter extends Object implements BindingParameter<String>
Special implementation of BindingParameter that essentially inserts a blank spot in the GUI. Used to make the 2-column layout look nicer in certain situations.
  • Field Details

    • NAME

      public static final String NAME
  • Constructor Details

    • EmptyParameter

      public EmptyParameter()
  • Method Details