Class DefaultReferencableFormTheme

java.lang.Object
de.xima.fc.form.common.models.DefaultReferencableFormTheme
All Implemented Interfaces:
IReferencableFormTheme

public final class DefaultReferencableFormTheme extends Object implements IReferencableFormTheme
Default POJO implementation of IReferencableFormTheme.
Since:
8.3.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • DefaultReferencableFormTheme

      public DefaultReferencableFormTheme(FormThemeReference reference, IFormTheme theme)
      Creates a new POJO with the given theme and reference.
      Parameters:
      reference - A reference to a form theme, not null.
      theme - The corresponding theme handler, not null.
  • Method Details