| Package | Description |
|---|---|
| com.ibm.openpages.api.metadata |
This package and its components provides access to OpenPages metadata.
|
| com.ibm.openpages.api.respview |
Provides interfaces to work with the OpenPages responsive views.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IDisplayTypeAttributes.INumberRangeColor> |
IDisplayTypeAttributes.getNumberRangeColors()
Returns color for specific range of integers on the responsive view.
|
| Modifier and Type | Method and Description |
|---|---|
IDisplayTypeAttributes.INumberRangeColor |
IRespViewField.createNumberRangeColor(java.lang.Double bottom,
java.lang.Double top,
java.lang.String color)
Creates an
IDisplayTypeAttributes.INumberRangeColor object, that is used by IRespViewField.setNumberRangeColors(List). |
IDisplayTypeAttributes.INumberRangeColor |
IRespViewField.createNumberRangeColor(java.lang.Long bottom,
java.lang.Long top,
java.lang.String color)
Creates an
IDisplayTypeAttributes.INumberRangeColor object, that is used by IRespViewField.setNumberRangeColors(List). |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IDisplayTypeAttributes.INumberRangeColor> |
IRespViewField.getNumberRangeColors()
Returns list of
IDisplayTypeAttributes.INumberRangeColor, or null if it is not set. |
| Modifier and Type | Method and Description |
|---|---|
void |
IRespViewField.setNumberRangeColors(java.util.List<IDisplayTypeAttributes.INumberRangeColor> numberRangeColors)
Sets the list of
IDisplayTypeAttributes.INumberRangeColor. |
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.