Class FormSectionFloatingField

java.lang.Object
org.teamapps.ux.component.form.layoutpolicy.FormSectionFloatingField

public class FormSectionFloatingField extends Object
  • Constructor Details

    • FormSectionFloatingField

      public FormSectionFloatingField(AbstractField field)
  • Method Details

    • getField

      public AbstractField getField()
    • getMinWidth

      public int getMinWidth()
    • setMinWidth

      public void setMinWidth(int minWidth)
    • getMaxWidth

      public int getMaxWidth()
    • setMaxWidth

      public void setMaxWidth(int maxWidth)
    • getMinHeight

      public int getMinHeight()
    • setMinHeight

      public void setMinHeight(int minHeight)
    • getMaxHeight

      public int getMaxHeight()
    • setMaxHeight

      public void setMaxHeight(int maxHeight)
    • createUiFormSectionFloatingField

      public UiFormSectionFloatingField createUiFormSectionFloatingField()