protected static class LafWidgetRepository.LafWidgetClassInfo
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
java.lang.String |
className |
Class name.
|
boolean |
isExact |
Indicates whether the matching should be exact.
|
Constructor | Description |
---|---|
LafWidgetClassInfo(java.lang.String className,
boolean isExact) |
Creates a new info object.
|