Interface FormRow

All Superinterfaces:
FormLayoutNode

public interface FormRow extends FormLayoutNode
A row layout node used to arrange inputs horizontally within a form.
  • Method Details

    • addChild

      FormRow addChild(FormLayoutNode child)
      Specified by:
      addChild in interface FormLayoutNode
    • addChild

      FormRow addChild(ContextParameter child)
      Specified by:
      addChild in interface FormLayoutNode