Class AuthorActionEventDetails

java.lang.Object
ro.sync.ecss.extensions.api.AuthorActionEventDetails

@API(type=EXTENDABLE, src=PUBLIC) public class AuthorActionEventDetails extends Object
Class offering details about an author action event.
Since:
23
  • Constructor Details

    • AuthorActionEventDetails

      public AuthorActionEventDetails(AuthorActionEventHandler.AuthorActionEventType eventType, boolean showContentCompletionWindowOnEnter)
      Class containing information on an author action event.
      Parameters:
      eventType - the event type.
      showContentCompletionWindowOnEnter - true if the content completion window should be shown when ENTER is pressed.
  • Method Details

    • getEventType

      Returns:
      Returns the eventType.
    • isShowContentCompletionWindowOnEnter

      public boolean isShowContentCompletionWindowOnEnter()
      Returns:
      Returns true if the content completion window will be shown when ENTER is pressed. This setting is controlled by the "Press ENTER to show available content completion proposals" checkbox.