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

All Known Implementing Classes:
FieldScreenTabImpl

public interface FieldScreenTab

Copyright (c) 2002-2004 All rights reserved.


Field Summary
static String DEFAULT_TAB_NAME
           
 
Method Summary
 void addFieldScreenLayoutItem(String fieldId)
           
 void addFieldScreenLayoutItem(String fieldId, int position)
           
 FieldScreen getFieldScreen()
           
 FieldScreenLayoutItem getFieldScreenLayoutItem(int poistion)
           
 FieldScreenLayoutItem getFieldScreenLayoutItem(String fieldId)
           
 List getFieldScreenLayoutItems()
           
 org.ofbiz.core.entity.GenericValue getGenericValue()
           
 Long getId()
           
 String getName()
           
 int getPosition()
           
 boolean isContainsField(String fieldId)
           
 boolean isModified()
           
 void moveFieldScreenLayoutItemDown(int fieldPosition)
           
 void moveFieldScreenLayoutItemFirst(int fieldPosition)
           
 void moveFieldScreenLayoutItemLast(int fieldPosition)
           
 void moveFieldScreenLayoutItemToPosition(Map positionsToFields)
           
 void moveFieldScreenLayoutItemUp(int fieldPosition)
           
 void remove()
           
 FieldScreenLayoutItem removeFieldScreenLayoutItem(int fieldPosition)
           
 void setFieldScreen(FieldScreen fieldScreen)
           
 void setGenericValue(org.ofbiz.core.entity.GenericValue genericValue)
           
 void setName(String name)
           
 void setPosition(int position)
           
 void store()
           
 

Field Detail

DEFAULT_TAB_NAME

public static final String DEFAULT_TAB_NAME
See Also:
Constant Field Values
Method Detail

getId

public Long getId()

getName

public String getName()

setName

public void setName(String name)

getPosition

public int getPosition()

setPosition

public void setPosition(int position)

getFieldScreenLayoutItems

public List getFieldScreenLayoutItems()

getFieldScreenLayoutItem

public FieldScreenLayoutItem getFieldScreenLayoutItem(int poistion)

addFieldScreenLayoutItem

public void addFieldScreenLayoutItem(String fieldId)

addFieldScreenLayoutItem

public void addFieldScreenLayoutItem(String fieldId,
                                     int position)

moveFieldScreenLayoutItemFirst

public void moveFieldScreenLayoutItemFirst(int fieldPosition)

moveFieldScreenLayoutItemUp

public void moveFieldScreenLayoutItemUp(int fieldPosition)

moveFieldScreenLayoutItemDown

public void moveFieldScreenLayoutItemDown(int fieldPosition)

moveFieldScreenLayoutItemLast

public void moveFieldScreenLayoutItemLast(int fieldPosition)

removeFieldScreenLayoutItem

public FieldScreenLayoutItem removeFieldScreenLayoutItem(int fieldPosition)

getFieldScreenLayoutItem

public FieldScreenLayoutItem getFieldScreenLayoutItem(String fieldId)

isContainsField

public boolean isContainsField(String fieldId)

moveFieldScreenLayoutItemToPosition

public void moveFieldScreenLayoutItemToPosition(Map positionsToFields)

getGenericValue

public org.ofbiz.core.entity.GenericValue getGenericValue()

setGenericValue

public void setGenericValue(org.ofbiz.core.entity.GenericValue genericValue)

isModified

public boolean isModified()

setFieldScreen

public void setFieldScreen(FieldScreen fieldScreen)

getFieldScreen

public FieldScreen getFieldScreen()

store

public void store()

remove

public void remove()


Copyright © 2002-2006 Atlassian. All Rights Reserved.