| Package | Description |
|---|---|
| com.sapportals.wcm.control.base | |
| com.sapportals.wcm.control.edit | |
| com.sapportals.wcm.rendering.base |
Contains interfaces for flexible rendering of explorer controls.
|
| com.sapportals.wcm.rendering.collection |
Contains interfaces for flexible rendering of collections or lists of
resources.
|
| com.sapportals.wcm.repository.service.discussion |
The Discussion Thread Repository Service is responsible for creating,
deleting and keeping track of discussions.
|
| com.sapportals.wcm.repository.service.layout.info | |
| com.sapportals.wcm.util.controlstatus |
Provides a service for the UI to persist the status of rendering
objects.
|
| Constructor and Description |
|---|
MandatoryField(FieldIdentifier id,
String currentvalue,
HashMap metainfo,
Locale locale,
boolean required)
Deprecated.
As of NetWeaver 7.1
|
MandatoryField(FieldIdentifier id,
String currentvalue,
HashMap metainfo,
Locale locale,
boolean readonly,
boolean required,
ICondition condition,
boolean requiresTextEdit)
Deprecated.
As of NetWeaver 7.1
|
MandatoryField(FieldIdentifier id,
String currentvalue,
HashMap metainfo,
Locale locale,
boolean required,
ICondition condition)
Deprecated.
As of NetWeaver 7.1
|
MandatoryField(FieldIdentifier id,
String currentvalue,
HashMap metainfo,
Locale locale,
boolean required,
ICondition condition,
boolean requiresTextEdit)
Deprecated.
As of NetWeaver 7.1
|
MandatoryField(FieldIdentifier id,
String currentvalue,
HashMap metainfo,
Locale locale,
boolean required,
ICondition condition,
ISizer sizer)
Deprecated.
As of NetWeaver 7.1
|
| Modifier and Type | Field and Description |
|---|---|
static FieldIdentifier[] |
RenameStatus.ACTIONS |
static FieldIdentifier[] |
LinkControlStatus.ACTIONS |
static FieldIdentifier |
RenameStatus.CANCEL |
static FieldIdentifier |
RenameStatus.DESCRIPTION |
static FieldIdentifier |
RenameStatus.DISPLAYNAME |
static FieldIdentifier[] |
RenameStatus.FIELDS |
static FieldIdentifier[] |
LinkControlStatus.FIELDS |
static FieldIdentifier |
LinkControlStatus.ID |
static FieldIdentifier |
RenameStatus.NAME |
static FieldIdentifier |
LinkControlStatus.NAME |
static FieldIdentifier |
RenameStatus.SAVE |
static FieldIdentifier |
LinkControlStatus.SAVE |
static FieldIdentifier |
LinkControlStatus.TARGET |
| Modifier and Type | Field and Description |
|---|---|
static FieldIdentifier |
IRendererStatus.DESELECT_ALL
Deprecated.
|
static FieldIdentifier |
IRendererStatus.ID
Deprecated.
|
static FieldIdentifier |
IRendererStatus.NAME
Deprecated.
|
static FieldIdentifier |
IRendererStatus.SELECT_ALL
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IExecutable |
ProxyStatus.getAction(FieldIdentifier p0)
Deprecated.
As of NetWeaver 7.1
|
IExecutable |
MetaStatus.getAction(FieldIdentifier p0)
Deprecated.
As of NetWeaver 7.1
|
IField |
ProxyStatus.getField(FieldIdentifier p0)
Deprecated.
As of NetWeaver 7.1
|
IField |
MetaStatus.getField(FieldIdentifier p0)
Deprecated.
As of NetWeaver 7.1
|
| Modifier and Type | Field and Description |
|---|---|
static FieldIdentifier[] |
CollectionRendererStatus.ACTIONS
Deprecated.
|
static FieldIdentifier[] |
CLPRendererStatus.ACTIONS |
| Modifier and Type | Method and Description |
|---|---|
IExecutable |
JanusHeadedStatusFrontside.getAction(FieldIdentifier ident) |
IExecutable |
JanusHeadedStatusFlipSide.getAction(FieldIdentifier ident) |
IExecutable |
CollectionRendererStatus.getAction(FieldIdentifier ident)
Deprecated.
As of NetWeaver 7.1
|
IExecutable |
CLPRendererStatus.getAction(FieldIdentifier ident) |
IExecutable |
AbstractRendererStatus.getAction(FieldIdentifier ident)
Deprecated.
As of NetWeaver 7.1
|
IField |
JanusHeadedStatusFrontside.getField(FieldIdentifier ident) |
IField |
JanusHeadedStatusFlipSide.getField(FieldIdentifier ident) |
IField |
CollectionRendererStatus.getField(FieldIdentifier ident)
Deprecated.
As of NetWeaver 7.1
|
IField |
CLPRendererStatus.getField(FieldIdentifier ident) |
IField |
AbstractRendererStatus.getField(FieldIdentifier ident)
Deprecated.
As of NetWeaver 7.1
|
| Modifier and Type | Method and Description |
|---|---|
IExecutable |
SingleDiscPersistenceData.getAction(FieldIdentifier arg0) |
IField |
SingleDiscPersistenceData.getField(FieldIdentifier arg0) |
| Modifier and Type | Class and Description |
|---|---|
class |
UniqueFieldID
Ensures a unqiue id, even if several instances are created with the
same parameter in the constructor.
|
| Modifier and Type | Field and Description |
|---|---|
static FieldIdentifier[] |
RenderObjectData.IDENTIFIERS |
| Modifier and Type | Method and Description |
|---|---|
FieldIdentifier |
MultiValueField.getIdentifier() |
FieldIdentifier |
IField.getIdentifier()
returns the identifier set when constructing the implementing class.
|
FieldIdentifier |
Field.getIdentifier() |
static FieldIdentifier |
FieldIdentifier.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
IExecutable |
IControlStatus.getAction(FieldIdentifier ident)
returns the
IExecutable with the given ident-parameter or
null , if no such instance could be found. |
IField |
IControlStatus.getField(FieldIdentifier ident)
returns the field with the given ident-parameter or
null , if
no such instance could be found. |
IField |
FieldSet.getField(FieldIdentifier ident) |
IField |
FieldSet.putField(FieldIdentifier ident,
IField field) |
| Constructor and Description |
|---|
ExecutableField(FieldIdentifier id,
String currentvalue,
HashMap metainfo,
boolean mutable,
ICondition condition,
Locale locale) |
ExecutableField(FieldIdentifier id,
String currentvalue,
HashMap metainfo,
Locale locale) |
Field(FieldIdentifier id,
String currentvalue,
HashMap metainfo,
boolean readonly,
ICondition condition,
Locale locale) |
Field(FieldIdentifier id,
String currentvalue,
HashMap metainfo,
Locale locale)
shortened Constructor, which will set the following values for the dropped
parameters readonly will be set to
false condition will be set
to null |
MultiValueField(FieldIdentifier id,
List values,
HashMap metainfo,
Locale locale)
shortened Constructor, which will set the following values for the dropped
parameters readonly will be set to
false condition will be set
to null |
PrincipalsField(FieldIdentifier id,
String currentvalue,
HashMap metainfo,
boolean readonly,
Locale locale,
boolean email,
boolean unchecked) |
PrincipalsField(FieldIdentifier id,
String currentvalue,
HashMap metainfo,
Locale locale)
shortened Constructor, which will set the following values for the dropped
parameters readonly will be set to
false condition will be set
to null |
SelectionField(FieldIdentifier id,
Properties values,
String currentid,
HashMap metainfo,
boolean mutable,
ICondition condition,
Locale locale) |
SelectionField(FieldIdentifier id,
Properties values,
String currentid,
HashMap metainfo,
Locale locale) |
SelectionField(FieldIdentifier id,
SelectionField.KeyValueList list,
String currentid,
MetaInfoMap metainfo,
Locale locale) |
Copyright 2021 SAP SE Complete Copyright Notice