Class TemplatePlaceholderInfo<T>

Type Parameters:
T - the template context object type
Direct Known Subclasses:
ComponentPlaceholderInfo

public class TemplatePlaceholderInfo<T> extends PlaceholderInfo
Represents contextual information about a placeholder in a menu within a template.
  • Constructor Details

  • Method Details

    • value

      public T value()
      Gets the value of the context of this template instance.
      Returns:
      the context object