com.atlassian.jira.issue.fields.screen
Class FieldScreenLayoutItemImpl

java.lang.Object
  extended bycom.atlassian.jira.issue.fields.screen.AbstractGVBean
      extended bycom.atlassian.jira.issue.fields.screen.FieldScreenLayoutItemImpl
All Implemented Interfaces:
FieldScreenLayoutItem

public class FieldScreenLayoutItemImpl
extends AbstractGVBean
implements FieldScreenLayoutItem

Copyright (c) 2002-2004 All rights reserved.


Constructor Summary
FieldScreenLayoutItemImpl(FieldScreenManager fieldScreenManager, FieldManager fieldManager)
           
FieldScreenLayoutItemImpl(FieldScreenManager fieldScreenManager, FieldManager fieldManager, org.ofbiz.core.entity.GenericValue genericValue)
           
 
Method Summary
 boolean equals(Object o)
           
 String getCreateHtml(FieldLayoutItem fieldLayoutItem, CustomFieldValuesAware customFieldValuesAware, webwork.action.Action action, Issue issue)
           
 String getEditHtml(FieldLayoutItem fieldLayoutItem, CustomFieldValuesAware customFieldValuesAware, webwork.action.Action action, Issue issue)
           
 String getFieldId()
           
 FieldScreenTab getFieldScreenTab()
           
 Long getId()
           
 OrderableField getOrderableField()
           
 int getPosition()
          The position of the layout item on the FieldScreenTab
 String getViewHtml(FieldLayoutItem fieldLayoutItem, CustomFieldValuesAware customFieldValuesAware, webwork.action.Action action, Issue issue)
           
 int hashCode()
           
protected  void init()
           
 boolean isShown(Issue issue)
           
 void remove()
           
 void setFieldId(String fieldId)
           
 void setFieldScreenTab(FieldScreenTab fieldScreenTab)
           
 void setPosition(int position)
           
 void store()
           
 
Methods inherited from class com.atlassian.jira.issue.fields.screen.AbstractGVBean
getGenericValue, isModified, setGenericValue, setModified, updateGV, valuesEqual
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
getGenericValue, setGenericValue
 

Constructor Detail

FieldScreenLayoutItemImpl

public FieldScreenLayoutItemImpl(FieldScreenManager fieldScreenManager,
                                 FieldManager fieldManager)

FieldScreenLayoutItemImpl

public FieldScreenLayoutItemImpl(FieldScreenManager fieldScreenManager,
                                 FieldManager fieldManager,
                                 org.ofbiz.core.entity.GenericValue genericValue)
Method Detail

init

protected void init()
Specified by:
init in class AbstractGVBean

getId

public Long getId()
Specified by:
getId in interface FieldScreenLayoutItem

getPosition

public int getPosition()
Description copied from interface: FieldScreenLayoutItem
The position of the layout item on the FieldScreenTab

Specified by:
getPosition in interface FieldScreenLayoutItem

setPosition

public void setPosition(int position)
Specified by:
setPosition in interface FieldScreenLayoutItem

getFieldId

public String getFieldId()
Specified by:
getFieldId in interface FieldScreenLayoutItem

setFieldId

public void setFieldId(String fieldId)
Specified by:
setFieldId in interface FieldScreenLayoutItem

getOrderableField

public OrderableField getOrderableField()
Specified by:
getOrderableField in interface FieldScreenLayoutItem

getEditHtml

public String getEditHtml(FieldLayoutItem fieldLayoutItem,
                          CustomFieldValuesAware customFieldValuesAware,
                          webwork.action.Action action,
                          Issue issue)
Specified by:
getEditHtml in interface FieldScreenLayoutItem

getCreateHtml

public String getCreateHtml(FieldLayoutItem fieldLayoutItem,
                            CustomFieldValuesAware customFieldValuesAware,
                            webwork.action.Action action,
                            Issue issue)
Specified by:
getCreateHtml in interface FieldScreenLayoutItem

getViewHtml

public String getViewHtml(FieldLayoutItem fieldLayoutItem,
                          CustomFieldValuesAware customFieldValuesAware,
                          webwork.action.Action action,
                          Issue issue)
Specified by:
getViewHtml in interface FieldScreenLayoutItem

isShown

public boolean isShown(Issue issue)
Specified by:
isShown in interface FieldScreenLayoutItem

getFieldScreenTab

public FieldScreenTab getFieldScreenTab()
Specified by:
getFieldScreenTab in interface FieldScreenLayoutItem

setFieldScreenTab

public void setFieldScreenTab(FieldScreenTab fieldScreenTab)
Specified by:
setFieldScreenTab in interface FieldScreenLayoutItem

store

public void store()
Specified by:
store in interface FieldScreenLayoutItem

remove

public void remove()
Specified by:
remove in interface FieldScreenLayoutItem

equals

public boolean equals(Object o)

hashCode

public int hashCode()


Copyright © 2002-2006 Atlassian. All Rights Reserved.