com.atlassian.jira.web.ui.model
Class DropDownModelBuilder

java.lang.Object
  extended by com.atlassian.jira.web.ui.model.DropDownModelBuilder

public class DropDownModelBuilder
extends Object

A builder of DropDownModels

Since:
v4.4.1

Nested Class Summary
static class DropDownModelBuilder.DropDownItemImpl
           
 
Constructor Summary
DropDownModelBuilder()
           
 
Method Summary
 DropDownModelBuilder addItem(DropDownModelBuilder.DropDownItemImpl item)
           
 DropDownModel build()
           
static DropDownModelBuilder builder()
           
 DropDownModelBuilder endSection()
           
 DropDownModelBuilder.DropDownItemImpl item()
           
 DropDownModelBuilder setTopText(String topText)
           
 DropDownModelBuilder startSection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropDownModelBuilder

public DropDownModelBuilder()
Method Detail

builder

public static DropDownModelBuilder builder()

setTopText

public DropDownModelBuilder setTopText(String topText)

startSection

public DropDownModelBuilder startSection()

endSection

public DropDownModelBuilder endSection()

addItem

public DropDownModelBuilder addItem(DropDownModelBuilder.DropDownItemImpl item)

item

public DropDownModelBuilder.DropDownItemImpl item()

build

public DropDownModel build()


Copyright © 2002-2012 Atlassian. All Rights Reserved.