Class SetTheme

java.lang.Object
org.jgrapes.core.internal.EventBase<T>
org.jgrapes.core.Event<Void>
org.jgrapes.webconsole.jqueryui.events.SetTheme
All Implemented Interfaces:
Future<Void>, Associator, Eligible

public class SetTheme extends Event<Void>
Signals that the theme for the web console has changed.

This event is handled by the ConsoleWeblet but may, of course, also be used by other components.

Event Sequence

  • Constructor Details

    • SetTheme

      public SetTheme(String theme)
      Creates a new event.
      Parameters:
      theme - the theme to set
  • Method Details

    • theme

      public String theme()
      Returns the theme to set.
      Returns:
      the theme