public class MockFieldScreenLayoutItem extends Object implements FieldScreenLayoutItem
FieldScreenLayoutItem.| Constructor and Description |
|---|
MockFieldScreenLayoutItem() |
MockFieldScreenLayoutItem(FieldScreenLayoutItem item) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreateHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue) |
String |
getCreateHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue,
Map<String,Object> displayParams) |
String |
getEditHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue) |
String |
getEditHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue,
Map<String,Object> displayParams) |
String |
getFieldId() |
FieldScreenTab |
getFieldScreenTab() |
org.ofbiz.core.entity.GenericValue |
getGenericValue() |
Long |
getId() |
OrderableField |
getOrderableField() |
int |
getPosition()
The position of the layout item on the
FieldScreenTab |
String |
getViewHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue) |
String |
getViewHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue,
Map<String,Object> displayParams) |
boolean |
isShown(Issue issue) |
boolean |
isShownWhenEmpty() |
void |
remove() |
void |
setFieldId(String fieldId) |
void |
setFieldScreenTab(FieldScreenTab fieldScreenTab) |
void |
setGenericValue(org.ofbiz.core.entity.GenericValue genericValue) |
MockFieldScreenLayoutItem |
setId(Long id) |
MockFieldScreenLayoutItem |
setOrderableField(OrderableField field) |
void |
setPosition(int position) |
void |
setShowWhenEmpty(boolean showWhenEmpty) |
void |
store() |
String |
toString() |
public MockFieldScreenLayoutItem()
public MockFieldScreenLayoutItem(FieldScreenLayoutItem item)
public Long getId()
getId in interface FieldScreenLayoutItempublic MockFieldScreenLayoutItem setId(Long id)
public int getPosition()
FieldScreenLayoutItemFieldScreenTabgetPosition in interface FieldScreenLayoutItempublic void setPosition(int position)
setPosition in interface FieldScreenLayoutItempublic String getFieldId()
getFieldId in interface FieldScreenLayoutItempublic void setFieldId(String fieldId)
setFieldId in interface FieldScreenLayoutItempublic OrderableField getOrderableField()
getOrderableField in interface FieldScreenLayoutItempublic MockFieldScreenLayoutItem setOrderableField(OrderableField field)
public String getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
getEditHtml in interface FieldScreenLayoutItempublic String getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
getCreateHtml in interface FieldScreenLayoutItempublic String getViewHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
getViewHtml in interface FieldScreenLayoutItempublic String getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
getEditHtml in interface FieldScreenLayoutItempublic String getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
getCreateHtml in interface FieldScreenLayoutItempublic String getViewHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
getViewHtml in interface FieldScreenLayoutItempublic boolean isShown(Issue issue)
isShown in interface FieldScreenLayoutItempublic FieldScreenTab getFieldScreenTab()
getFieldScreenTab in interface FieldScreenLayoutItempublic void setFieldScreenTab(FieldScreenTab fieldScreenTab)
setFieldScreenTab in interface FieldScreenLayoutItempublic org.ofbiz.core.entity.GenericValue getGenericValue()
getGenericValue in interface FieldScreenLayoutItempublic void setGenericValue(org.ofbiz.core.entity.GenericValue genericValue)
setGenericValue in interface FieldScreenLayoutItempublic boolean isShownWhenEmpty()
isShownWhenEmpty in interface FieldScreenLayoutItempublic void setShowWhenEmpty(boolean showWhenEmpty)
setShowWhenEmpty in interface FieldScreenLayoutItemshowWhenEmpty - new valuepublic void store()
store in interface FieldScreenLayoutItempublic void remove()
remove in interface FieldScreenLayoutItemCopyright © 2002-2024 Atlassian. All Rights Reserved.