Package org.jboss.hal.resources
Interface Theme
-
- All Known Implementing Classes:
WildFlyTheme
public interface ThemeTheme interface is meant to be implemented by specific themes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringgetFirstName()String used together withgetLastName()in the header.StringgetFullName()A longer name to be used in the UI.default StringgetLastName()If notnullthis string is used together withgetFirstName()in the header.StringgetName()A name to be used in the UI.Logoslogos()
-
-
-
Method Detail
-
getName
String getName()
A name to be used in the UI.
-
getFullName
String getFullName()
A longer name to be used in the UI.
-
getFirstName
default String getFirstName()
String used together withgetLastName()in the header. Defaults togetName().
-
getLastName
default String getLastName()
If notnullthis string is used together withgetFirstName()in the header.
-
logos
Logos logos()
-
-