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