Class LafWidgetRepository.LafWidgetClassInfo

  • Enclosing class:
    LafWidgetRepository

    protected static class LafWidgetRepository.LafWidgetClassInfo
    extends Object
    Information on a single class.
    • Field Detail

      • className

        public String className
        Class name.
      • isExact

        public boolean isExact
        Indicates whether the matching should be exact.
    • Constructor Detail

      • LafWidgetClassInfo

        public LafWidgetClassInfo​(String className,
                                  boolean isExact)
        Creates a new info object.
        Parameters:
        className - Class name.
        isExact - Indicates whether the matching should be exact.