Uses of Class
org.jboss.hal.core.header.PresenterType
-
Packages that use PresenterType Package Description org.jboss.hal.core.header -
-
Uses of PresenterType in org.jboss.hal.core.header
Methods in org.jboss.hal.core.header that return PresenterType Modifier and Type Method Description PresenterTypeHeaderModeEvent. getPresenterType()static PresenterTypePresenterType. valueOf(String name)Returns the enum constant of this type with the specified name.static PresenterType[]PresenterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jboss.hal.core.header with parameters of type PresenterType Constructor Description Builder(PresenterType presenterType)HeaderModeEvent(PresenterType presenterType)
-