com.atlassian.jira.plugin.viewissue
Class DateBlockField

java.lang.Object
  extended by com.atlassian.jira.plugin.viewissue.DateBlockField

public class DateBlockField
extends Object

Date field holder used for rendering in Velocity templates.

Since:
v4.4

Constructor Summary
DateBlockField(String id, String label, String styleClass, String displayHtml, String iso8601, String title, String fieldType, String fieldTypeCompleteKey)
           
 
Method Summary
 String getDisplayHtml()
           
 String getFieldType()
           
 String getFieldTypeCompleteKey()
           
 String getId()
           
 String getIso8601Value()
           
 String getLabel()
           
 String getStyleClass()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateBlockField

public DateBlockField(String id,
                      String label,
                      @Nullable
                      String styleClass,
                      String displayHtml,
                      @Nullable
                      String iso8601,
                      @Nullable
                      String title,
                      @Nullable
                      String fieldType,
                      @Nullable
                      String fieldTypeCompleteKey)
Method Detail

getId

public String getId()

getLabel

public String getLabel()

getStyleClass

@Nullable
public String getStyleClass()

getDisplayHtml

public String getDisplayHtml()

getIso8601Value

@Nullable
public String getIso8601Value()

getTitle

@Nullable
public String getTitle()

getFieldType

@Nullable
public String getFieldType()

getFieldTypeCompleteKey

@Nullable
public String getFieldTypeCompleteKey()


Copyright © 2002-2013 Atlassian. All Rights Reserved.