com.atlassian.jira.issue.fields.screen
Interface FieldScreenRenderLayoutItem

All Known Implementing Classes:
BulkFieldScreenRenderLayoutItemImpl, FieldScreenRenderLayoutItemImpl

@PublicApi
public interface FieldScreenRenderLayoutItem

Copyright (c) 2002-2004 All rights reserved.


Method Summary
 String getCreateHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
           
 String getCreateHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
           
 String getEditHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
           
 String getEditHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
           
 FieldLayoutItem getFieldLayoutItem()
           
 FieldScreenLayoutItem getFieldScreenLayoutItem()
           
 OrderableField getOrderableField()
           
 String getRendererType()
           
 String getViewHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
           
 String getViewHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
           
 boolean isRequired()
           
 boolean isShow(Issue issue)
           
 void populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 

Method Detail

getOrderableField

OrderableField getOrderableField()

getEditHtml

String getEditHtml(webwork.action.Action action,
                   OperationContext operationContext,
                   Issue issue)

getCreateHtml

String getCreateHtml(webwork.action.Action action,
                     OperationContext operationContext,
                     Issue issue)

getViewHtml

String getViewHtml(webwork.action.Action action,
                   OperationContext operationContext,
                   Issue issue)

getEditHtml

String getEditHtml(webwork.action.Action action,
                   OperationContext operationContext,
                   Issue issue,
                   Map<String,Object> displayParams)

getCreateHtml

String getCreateHtml(webwork.action.Action action,
                     OperationContext operationContext,
                     Issue issue,
                     Map<String,Object> displayParams)

getViewHtml

String getViewHtml(webwork.action.Action action,
                   OperationContext operationContext,
                   Issue issue,
                   Map<String,Object> displayParams)

isShow

boolean isShow(Issue issue)

populateDefaults

void populateDefaults(Map fieldValuesHolder,
                      Issue issue)

isRequired

boolean isRequired()

populateFromIssue

void populateFromIssue(Map fieldValuesHolder,
                       Issue issue)

getRendererType

String getRendererType()

getFieldLayoutItem

FieldLayoutItem getFieldLayoutItem()

getFieldScreenLayoutItem

FieldScreenLayoutItem getFieldScreenLayoutItem()


Copyright © 2002-2012 Atlassian. All Rights Reserved.