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

All Known Implementing Classes:
FieldScreenImpl

public interface FieldScreen

Copyright (c) 2002-2004 All rights reserved.


Field Summary
static Long DEFAULT_SCREEN_ID
           
 
Method Summary
 FieldScreenTab addTab(String tabName)
           
 boolean containsField(String fieldId)
           
 String getDescription()
           
 org.ofbiz.core.entity.GenericValue getGenericValue()
           
 Long getId()
           
 String getName()
           
 FieldScreenTab getTab(int tabPosition)
           
 List getTabs()
           
 boolean isModified()
          Indicates whether any fields of the screen have been modified
 void moveFieldScreenTabLeft(int tabPosition)
           
 void moveFieldScreenTabRight(int tabPosition)
           
 void remove()
           
 void removeFieldScreenLayoutItem(String fieldId)
           
 void removeTab(int tabPosition)
           
 void resequence()
           
 void setDescription(String description)
           
 void setGenericValue(org.ofbiz.core.entity.GenericValue genericValue)
           
 void setId(Long id)
           
 void setName(String name)
           
 void store()
           
 

Field Detail

DEFAULT_SCREEN_ID

public static final Long DEFAULT_SCREEN_ID
Method Detail

getId

public Long getId()

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getTabs

public List getTabs()

getTab

public FieldScreenTab getTab(int tabPosition)

addTab

public FieldScreenTab addTab(String tabName)

removeTab

public void removeTab(int tabPosition)

moveFieldScreenTabLeft

public void moveFieldScreenTabLeft(int tabPosition)

moveFieldScreenTabRight

public void moveFieldScreenTabRight(int tabPosition)

resequence

public void resequence()

getGenericValue

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

setGenericValue

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

isModified

public boolean isModified()
Indicates whether any fields of the screen have been modified


store

public void store()

remove

public void remove()

setId

public void setId(Long id)

containsField

public boolean containsField(String fieldId)

removeFieldScreenLayoutItem

public void removeFieldScreenLayoutItem(String fieldId)


Copyright © 2002-2006 Atlassian. All Rights Reserved.