JavaScript is disabled on your browser.
Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components 12c (12.1.3) E41660-01
java.lang.Object
oracle.adfdt.view.dvt.binding.pattern.options.MapDataItem
public class MapDataItem
extends java.lang.Object
A MapItem has two properties
1. value
2. label
This class exposes the accessor methods to manipulate these two properties.
This class corresponds to the data item element in the pageDef. A typical entry
in the pageDef file looks like:
Method Summary
Methods
Modifier and Type
Method and Description
java.lang.String
getLabel ()
java.lang.String
getValue ()
void
setLabel (java.lang.String label)
void
setValue (java.lang.String value)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
MapDataItem
public MapDataItem()
Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components 12c (12.1.3) E41660-01
Copyright © 1997, 2014, Oracle. All rights reserved.