public static final class UIHttpManagerComponent.DataSetFeatures extends Object
UIHttpManagerComponent.showAllDataSetFeatures()
,
UIHttpManagerComponent.showDataSetFeature(String)
,
UIHttpManagerComponent.showDataSetFeatures(List)
,
UIHttpManagerComponent.hideAllDataSetFeatures()
,
UIHttpManagerComponent.hideDataSetFeature(String)
,
UIHttpManagerComponent.hideDataSetFeatures(List)
Modifier and Type | Field and Description |
---|---|
static String |
BREADCRUMB
Deprecated.
This constant is no longer used.
|
static String |
REVERT
Form's "Revert" button.
|
static String |
SAVE
Form's "Save" button.
|
static String |
SERVICES
"Actions" and "Services" menu buttons.
|
static String |
TITLE
Workspace title bar.
|
Constructor and Description |
---|
DataSetFeatures() |
public static final String SERVICES
Value is services
.
public static final String TITLE
Value is title
.
public static final String SAVE
Value is save
.
public static final String REVERT
Value is revert
.
public static final String BREADCRUMB
Value is breadcrumb
.