All Superinterfaces:
Component, LabeledComponent
All Known Subinterfaces:
HorizontalBox, VerticalBox
All Known Implementing Classes:
AbstractBox, BoxWrapper, HorizontalBoxImpl, HorizontalBoxWrapper, VerticalBoxImpl, VerticalBoxWrapper

@Deprecated public interface Box extends LabeledComponent
Deprecated.
A Set is a way to group all kinds of Components, so they can be titeled.
  • Method Details

    • setLabeled

      void setLabeled(boolean labeled)
      Deprecated.
      If the box has to have a label or not. The label is marked as required when set to true
      Parameters:
      labeled - true: labeled / false: unlabeled
    • isLabeled

      boolean isLabeled()
      Deprecated.