Class ConfigPage

All Implemented Interfaces:
Serializable, Cloneable, Comparable<NavigationElement>

public class ConfigPage extends RendereablePage<View>
Basic Config Page to store Parameter values
See Also:
  • Constructor Details

    • ConfigPage

      public ConfigPage()
    • ConfigPage

      public ConfigPage(String id, String name, String descriptorId, boolean closeable)
      Create a Config page using descriptor id of type config
      Parameters:
      id -
      name -
      descriptorId -
      closeable -
    • ConfigPage

      public ConfigPage(String id, String name, String descriptorId)
      Create a Config page using descriptor id of type config
      Parameters:
      id -
      name -
      descriptorId -
  • Method Details