@PublicApi public interface

FieldScreenRenderLayoutItem

com.atlassian.jira.issue.fields.screen.FieldScreenRenderLayoutItem
Known Indirect Subclasses

@PublicApi

This interface is designed for plugins to consume (call its methods).

Clients of @PublicApi can expect that programs compiled against a given version will remain binary compatible with later versions of the @PublicApi as per each product's API policy as long as the client does not implement/extend @PublicApi interfaces or classes (refer to each product's API policy for the exact guarantee---usually binary compatibility is guaranteed at least across minor versions).

Note: since @PublicApi interfaces and classes are not designed to be implemented or extended by clients, we may perform certain types of binary-incompatible changes to these classes and interfaces, but these will not affect well-behaved clients that do not extend/implement these types (in general, only classes and interfaces annotated with @PublicSpi are safe to extend/implement).

Class Overview

Copyright (c) 2002-2004 All rights reserved.

Summary

Public Methods
String getCreateHtml(Action action, OperationContext operationContext, Issue issue)
String getCreateHtml(Action action, OperationContext operationContext, Issue issue, Map<StringObject> displayParams)
String getEditHtml(Action action, OperationContext operationContext, Issue issue, Map<StringObject> displayParams)
String getEditHtml(Action action, OperationContext operationContext, Issue issue)
FieldLayoutItem getFieldLayoutItem()
FieldScreenLayoutItem getFieldScreenLayoutItem()
OrderableField getOrderableField()
String getRendererType()
String getViewHtml(Action action, OperationContext operationContext, Issue issue)
String getViewHtml(Action action, OperationContext operationContext, Issue issue, Map<StringObject> displayParams)
boolean isRequired()
boolean isShow(Issue issue)
void populateDefaults(Map fieldValuesHolder, Issue issue)
void populateFromIssue(Map fieldValuesHolder, Issue issue)

Public Methods

public String getCreateHtml (Action action, OperationContext operationContext, Issue issue)

public String getCreateHtml (Action action, OperationContext operationContext, Issue issue, Map<StringObject> displayParams)

public String getEditHtml (Action action, OperationContext operationContext, Issue issue, Map<StringObject> displayParams)

public String getEditHtml (Action action, OperationContext operationContext, Issue issue)

public FieldLayoutItem getFieldLayoutItem ()

public FieldScreenLayoutItem getFieldScreenLayoutItem ()

public OrderableField getOrderableField ()

public String getRendererType ()

public String getViewHtml (Action action, OperationContext operationContext, Issue issue)

public String getViewHtml (Action action, OperationContext operationContext, Issue issue, Map<StringObject> displayParams)

public boolean isRequired ()

public boolean isShow (Issue issue)

public void populateDefaults (Map fieldValuesHolder, Issue issue)

public void populateFromIssue (Map fieldValuesHolder, Issue issue)