Class IModulePageLayouter.PropertyDescriptior

java.lang.Object
com.polarion.alm.tracker.IModulePageLayouter.PropertyDescriptior
Enclosing interface:
IModulePageLayouter

public static class IModulePageLayouter.PropertyDescriptior extends Object
  • Constructor Details

    • PropertyDescriptior

      public PropertyDescriptior(String key, String label, String type)
      Descriptor of the IModulePageLayouter property needed by the layout customization dialog for the editing of the properties.
      Parameters:
      key - The key of the property as used in the IRenderingLayout.getProperty() method.
      label - The label to display in the customization dialog.
      type - The type of editor used in the customization dialog - see constants PROPERTY_TYPE_*.
  • Method Details

    • getKey

      public String getKey()
    • getLabel

      public String getLabel()
    • getType

      public String getType()