Class PLHBox

All Implemented Interfaces:
com.helger.commons.id.IHasID<String>, com.helger.commons.traits.IGenericImplTrait<PLHBox>, IPLHasOutline, IPLObject<PLHBox>, IPLRenderableObject<PLHBox>, IPLSplittableObject<PLHBox,PLHBox>, IPLVisitable

public class PLHBox extends AbstractPLHBox<PLHBox>
Horizontal box - groups several columns without having layout information itself.
Author:
Philip Helger
  • Constructor Details

    • PLHBox

      public PLHBox()
      Default constructor for an empty HBox.
  • Method Details

    • internalCreateNewVertSplitObject

      @Nonnull public PLHBox internalCreateNewVertSplitObject(@Nonnull PLHBox aBase)
      Description copied from interface: IPLSplittableObject
      Create a new object of the same type as this object.
      Parameters:
      aBase - The source object to copy data from.
      Returns:
      Never null.