All Implemented Interfaces:
Component, LabeledComponent, Box
Direct Known Subclasses:
HorizontalBoxWrapper, VerticalBoxWrapper

@Deprecated public class BoxWrapper extends LabeledComponentWrapper implements Box
Deprecated.
  • Constructor Details

  • Method Details

    • setLabeled

      public void setLabeled(boolean labeled)
      Deprecated.
      Description copied from interface: Box
      If the box has to have a label or not. The label is marked as required when set to true
      Specified by:
      setLabeled in interface Box
      Parameters:
      labeled - true: labeled / false: unlabeled
    • isLabeled

      public boolean isLabeled()
      Deprecated.
      Specified by:
      isLabeled in interface Box