Class TextParameter

All Implemented Interfaces:
CapybaraPortingLayer, Control.Owner, PageArea

public class TextParameter extends Parameter
  • Constructor Details

    • TextParameter

      public TextParameter(Job job, String path)
  • Method Details

    • fillWith

      public void fillWith(Object v)
      Description copied from class: Parameter
      Given an subtype-specific value object that represents the actual argument, fill in the parameterized build form.
      Specified by:
      fillWith in class Parameter