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

All Known Implementing Classes:
FieldScreenImpl, MockFieldScreen

@PublicApi
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<FieldScreenTab> getTabs()
           
 boolean isModified()
          Indicates whether any fields of the screen have been modified
 void moveFieldScreenTabLeft(int tabPosition)
           
 void moveFieldScreenTabRight(int tabPosition)
           
 void moveFieldScreenTabToPosition(int tabPosition, int newPosition)
           
 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

static final Long DEFAULT_SCREEN_ID
Method Detail

getId

Long getId()

getName

String getName()

setName

void setName(String name)

getDescription

String getDescription()

setDescription

void setDescription(String description)

getTabs

List<FieldScreenTab> getTabs()

getTab

FieldScreenTab getTab(int tabPosition)

addTab

FieldScreenTab addTab(String tabName)

removeTab

void removeTab(int tabPosition)

moveFieldScreenTabToPosition

void moveFieldScreenTabToPosition(int tabPosition,
                                  int newPosition)

moveFieldScreenTabLeft

void moveFieldScreenTabLeft(int tabPosition)

moveFieldScreenTabRight

void moveFieldScreenTabRight(int tabPosition)

resequence

void resequence()

getGenericValue

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

setGenericValue

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

isModified

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


store

void store()

remove

void remove()

setId

void setId(Long id)

containsField

boolean containsField(String fieldId)

removeFieldScreenLayoutItem

void removeFieldScreenLayoutItem(String fieldId)


Copyright © 2002-2014 Atlassian. All Rights Reserved.