|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldIdentifier | |
| 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.util.controlstatus | Provides a service for the UI to persist the status of rendering objects. |
| Uses of FieldIdentifier in com.sapportals.wcm.rendering.base |
| Fields in com.sapportals.wcm.rendering.base declared as FieldIdentifier | |
static FieldIdentifier |
IRendererStatus.ID
|
static FieldIdentifier |
IRendererStatus.NAME
|
static FieldIdentifier |
IRendererStatus.SELECT_ALL
|
static FieldIdentifier |
IRendererStatus.DESELECT_ALL
|
| Methods in com.sapportals.wcm.rendering.base with parameters of type FieldIdentifier | |
IField |
MetaStatus.getField(FieldIdentifier p0)
|
IExecutable |
MetaStatus.getAction(FieldIdentifier p0)
|
IField |
ProxyStatus.getField(FieldIdentifier p0)
|
IExecutable |
ProxyStatus.getAction(FieldIdentifier p0)
|
| Uses of FieldIdentifier in com.sapportals.wcm.rendering.collection |
| Fields in com.sapportals.wcm.rendering.collection declared as FieldIdentifier | |
static FieldIdentifier[] |
CollectionRendererStatus.ACTIONS
|
| Methods in com.sapportals.wcm.rendering.collection with parameters of type FieldIdentifier | |
IField |
AbstractRendererStatus.getField(FieldIdentifier ident)
returns the field with the given ident-parameter or null, if no
such instance could be found. |
IExecutable |
AbstractRendererStatus.getAction(FieldIdentifier ident)
returns the IExecutable with the given ident-parameter
or null, if no such instance could be found. |
IField |
CollectionRendererStatus.getField(FieldIdentifier ident)
returns the field with the given ident-parameter or null, if no
such instance could be found. |
IExecutable |
CollectionRendererStatus.getAction(FieldIdentifier ident)
returns the IExecutable with the given ident-parameter
or null, if no such instance could be found. |
| Uses of FieldIdentifier in com.sapportals.wcm.util.controlstatus |
| Methods in com.sapportals.wcm.util.controlstatus that return FieldIdentifier | |
FieldIdentifier |
Field.getIdentifier()
|
FieldIdentifier |
IField.getIdentifier()
returns the identifier set when constructing the implementing class. |
| Methods in com.sapportals.wcm.util.controlstatus with parameters of type FieldIdentifier | |
IField |
IControlStatus.getField(FieldIdentifier ident)
returns the field with the given ident-parameter or null , if
no such instance could be found. |
IExecutable |
IControlStatus.getAction(FieldIdentifier ident)
returns the IExecutable with the given ident-parameter or
null , if no such instance could be found. |
IField |
FieldSet.putField(FieldIdentifier ident,
IField field)
|
IField |
FieldSet.getField(FieldIdentifier ident)
|
| Constructors in com.sapportals.wcm.util.controlstatus with parameters of type FieldIdentifier | |
Field(FieldIdentifier id,
java.lang.String currentvalue,
java.util.HashMap metainfo,
boolean readonly,
ICondition condition,
java.util.Locale locale)
|
|
Field(FieldIdentifier id,
java.lang.String currentvalue,
java.util.HashMap metainfo,
java.util.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,
java.lang.String currentvalue,
java.util.HashMap metainfo,
boolean readonly,
java.util.Locale locale,
boolean email,
boolean unchecked)
|
|
PrincipalsField(FieldIdentifier id,
java.lang.String currentvalue,
java.util.HashMap metainfo,
java.util.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 |
|
ExecutableField(FieldIdentifier id,
java.lang.String currentvalue,
java.util.HashMap metainfo,
boolean mutable,
ICondition condition,
java.util.Locale locale)
|
|
ExecutableField(FieldIdentifier id,
java.lang.String currentvalue,
java.util.HashMap metainfo,
java.util.Locale locale)
|
|
SelectionField(FieldIdentifier id,
java.util.Properties values,
java.lang.String currentid,
java.util.HashMap metainfo,
boolean mutable,
ICondition condition,
java.util.Locale locale)
|
|
SelectionField(FieldIdentifier id,
java.util.Properties values,
java.lang.String currentid,
java.util.HashMap metainfo,
java.util.Locale locale)
|
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||