Interface IModulePageLayouter.IRenderingLayout

All Known Subinterfaces:
IModule.IRenderingLayoutStruct
Enclosing interface:
IModulePageLayouter

public static interface IModulePageLayouter.IRenderingLayout
Layout definition.
Version:
$Revision$ $Date$
Author:
Stepan Roh
  • Method Details

    • getLabel

      String getLabel()
      Returns:
      label (or null for layouter's default)
    • getType

      String getType()
      Returns:
      The Work Item type to be applied to, (null for all types).
    • getLayouter

      String getLayouter()
      Returns:
      layouter's name (not null).
    • getProperty

      String getProperty(String key)
      Parameters:
      key - property key (not null).
      Returns:
      property value or null.