public class

DateBlockField

extends Object
java.lang.Object
   ↳ com.atlassian.jira.plugin.viewissue.DateBlockField

Class Overview

Date field holder used for rendering in Velocity templates.

Summary

Public Constructors
DateBlockField(String id, String label, String styleClass, String displayHtml, String iso8601, String title, String fieldType, String fieldTypeCompleteKey)
Public Methods
String getDisplayHtml()
@Nullable String getFieldType()
@Nullable String getFieldTypeCompleteKey()
String getId()
@Nullable String getIso8601Value()
String getLabel()
@Nullable String getStyleClass()
@Nullable String getTitle()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DateBlockField (String id, String label, String styleClass, String displayHtml, String iso8601, String title, String fieldType, String fieldTypeCompleteKey)

Public Methods

public String getDisplayHtml ()

@Nullable public String getFieldType ()

@Nullable public String getFieldTypeCompleteKey ()

public String getId ()

@Nullable public String getIso8601Value ()

public String getLabel ()

@Nullable public String getStyleClass ()

@Nullable public String getTitle ()