public interface Theme
| Modifier and Type | Method and Description |
|---|---|
default String |
getFirstName()
String used together with
getLastName() in the header. |
String |
getFullName()
A longer name to be used in the UI.
|
default String |
getLastName()
If not
null this string is used together with getFirstName() in the header. |
String |
getName()
A name to be used in the UI.
|
Logos |
logos() |
@NonNls String getName()
@NonNls String getFullName()
@NonNls default String getFirstName()
getLastName() in the header. Defaults to getName().@NonNls default String getLastName()
null this string is used together with getFirstName() in the header.Logos logos()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.