com.polarion.alm.tracker.IModulePageLayouter


FIELDS
Modifiers and TypeNameDescription
static, final, String PROPERTY_TYPE_BOOLEAN
static, final, String PROPERTY_TYPE_STRING
static, final, String PROPERTY_TYPE_LIST_OF_FIELDS
static, final, String PROPERTY_FIELDS_AT_START
static, final, String PROPERTY_FIELDS_AT_END
static, final, String PROPERTY_FIELDS_AT_END_AS_TABLE
static, final, String PROPERTY_SIDEBAR_WORK_ITEM_FIELDS
METHODS
Modifiers and TypeNameDescription
CharSequence renderWorkItem(RenderParameters) Render Work Item using the given layout.
CharSequence renderWorkItemTemplate(RenderParameters) Render a template for the newly created Work Items that are used by the editor.
Set getRenderedFieldIds(IRenderingLayout) Returns fields that are rendered in the layout. Returned set contains fields returned by {@link #getContentRenderedFieldIds(IRenderingLayout)} .
Set getContentRenderedFieldIds(IRenderingLayout) Returns fields that are rendered as content in the layout as, for example, the description. Unlike {@link #getRenderedFieldIds(IRenderingLayout)} , it does not return Field at Start and Field at End.
List getPropertyDescriptors() Returns a list of PropertyDescriptiors needed by the layout customization dialog for editing the properties. The editors for the properties are displayed in the same order that is returned by this method.
List getSuitableForTypes(String)

Back to Index