com.atlassian.jira.issue.fields.screen
Interface FieldScreenTab
- All Known Implementing Classes:
- FieldScreenTabImpl, MockFieldScreenTab
@PublicApi
public interface FieldScreenTab
Copyright (c) 2002-2004
All rights reserved.
getId
Long getId()
getName
String getName()
setName
void setName(String name)
getPosition
int getPosition()
setPosition
void setPosition(int position)
getFieldScreenLayoutItems
List<FieldScreenLayoutItem> getFieldScreenLayoutItems()
getFieldScreenLayoutItem
FieldScreenLayoutItem getFieldScreenLayoutItem(int poistion)
addFieldScreenLayoutItem
void addFieldScreenLayoutItem(String fieldId)
addFieldScreenLayoutItem
void addFieldScreenLayoutItem(String fieldId,
int position)
moveFieldScreenLayoutItemFirst
void moveFieldScreenLayoutItemFirst(int fieldPosition)
moveFieldScreenLayoutItemUp
void moveFieldScreenLayoutItemUp(int fieldPosition)
moveFieldScreenLayoutItemDown
void moveFieldScreenLayoutItemDown(int fieldPosition)
moveFieldScreenLayoutItemLast
void moveFieldScreenLayoutItemLast(int fieldPosition)
removeFieldScreenLayoutItem
FieldScreenLayoutItem removeFieldScreenLayoutItem(int fieldPosition)
getFieldScreenLayoutItem
FieldScreenLayoutItem getFieldScreenLayoutItem(String fieldId)
isContainsField
boolean isContainsField(String fieldId)
moveFieldScreenLayoutItemToPosition
void moveFieldScreenLayoutItemToPosition(Map<Integer,FieldScreenLayoutItem> positionsToFields)
getGenericValue
org.ofbiz.core.entity.GenericValue getGenericValue()
setGenericValue
void setGenericValue(org.ofbiz.core.entity.GenericValue genericValue)
isModified
boolean isModified()
setFieldScreen
void setFieldScreen(FieldScreen fieldScreen)
getFieldScreen
FieldScreen getFieldScreen()
store
void store()
remove
void remove()
Copyright © 2002-2012 Atlassian. All Rights Reserved.