Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
12c (12.1.2)
E23194-01


oracle.alm.connector.data
Class ListItem

java.lang.Object
  extended by oracle.alm.connector.data.ListItem


public class ListItem
extends java.lang.Object

The ListItem holds the list of data in a UI component like radioGroup, picklist(Choice), list etc.

Since:
11.1.1.1.0
See Also:
WorkItemConnector

Field Summary
static java.lang.String SEPARATOR_VALUE_KEY
           

 

Constructor Summary
ListItem()
          Constructs an empty list
ListItem(java.util.Map<java.lang.Object,java.lang.String> entries)
          Constructs a list of item with specified information in the map.

 

Method Summary
 java.util.Map<java.lang.Object,java.lang.String> getListEntries()
          Retrieves the list content, the list entries is a <value object, attribute name > map.
 void sortByValue(java.lang.Enum order)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

SEPARATOR_VALUE_KEY

public static java.lang.String SEPARATOR_VALUE_KEY

Constructor Detail

ListItem

public ListItem()
Constructs an empty list

ListItem

public ListItem(java.util.Map<java.lang.Object,java.lang.String> entries)
Constructs a list of item with specified information in the map.

Method Detail

getListEntries

public java.util.Map<java.lang.Object,java.lang.String> getListEntries()
Retrieves the list content, the list entries is a <value object, attribute name > map.
Returns:
the map that holds the item list

sortByValue

public void sortByValue(java.lang.Enum order)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
12c (12.1.2)
E23194-01


Copyright © 2009,2013, Oracle. All rights reserved.