Package org.jboss.hal.theme.wildfly
Class WildFlyTheme
- java.lang.Object
-
- org.jboss.hal.theme.wildfly.WildFlyTheme
-
-
Constructor Summary
Constructors Constructor Description WildFlyTheme()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFirstName()String used together withTheme.getLastName()in the header.StringgetFullName()A longer name to be used in the UI.StringgetLastName()If notnullthis string is used together withTheme.getFirstName()in the header.StringgetName()A name to be used in the UI.Logoslogos()
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:ThemeA name to be used in the UI.
-
getFullName
public String getFullName()
Description copied from interface:ThemeA longer name to be used in the UI.- Specified by:
getFullNamein interfaceTheme
-
getFirstName
public String getFirstName()
Description copied from interface:ThemeString used together withTheme.getLastName()in the header. Defaults toTheme.getName().- Specified by:
getFirstNamein interfaceTheme
-
getLastName
public String getLastName()
Description copied from interface:ThemeIf notnullthis string is used together withTheme.getFirstName()in the header.- Specified by:
getLastNamein interfaceTheme
-
-