Class AbstractLabel

    • Field Detail

      • DEFAULT_EXPORT_STRATEGY

        protected static final ExportStrategy<LabelComponent> DEFAULT_EXPORT_STRATEGY
        The default export strategy for this component type.
    • Constructor Detail

      • AbstractLabel

        public AbstractLabel()
        Default constructor with a default info model.
      • AbstractLabel

        public AbstractLabel​(InfoModel infoModel)
        Info model constructor.
        Parameters:
        infoModel - The component info model.
        Throws:
        java.lang.NullPointerException - if the given label or model is null.