Interface FieldScreenRenderLayoutItem
- All Known Implementing Classes:
BulkFieldScreenRenderLayoutItemImpl
,FieldScreenRenderLayoutItemImpl
@PublicApi
public interface FieldScreenRenderLayoutItem
Copyright (c) 2002-2004
All rights reserved.
-
Method Summary
Modifier and TypeMethodDescriptiongetCreateHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue) getCreateHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String, Object> displayParams) getEditHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue) getEditHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String, Object> displayParams) getViewHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue) getViewHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String, Object> displayParams) boolean
boolean
void
populateDefaults
(Map fieldValuesHolder, Issue issue) void
populateFromIssue
(Map fieldValuesHolder, Issue issue)
-
Method Details
-
getOrderableField
OrderableField getOrderableField() -
getEditHtml
-
getCreateHtml
-
getViewHtml
-
getEditHtml
-
getCreateHtml
-
getViewHtml
-
isShow
-
populateDefaults
-
isRequired
boolean isRequired() -
populateFromIssue
-
getRendererType
String getRendererType() -
getFieldLayoutItem
FieldLayoutItem getFieldLayoutItem() -
getFieldScreenLayoutItem
FieldScreenLayoutItem getFieldScreenLayoutItem()
-