wt.identity
Class StandardRevisionViewDisplayIdentity
java.lang.Object
wt.identity.StandardDisplayIdentity
wt.identity.StandardRevisionViewDisplayIdentity
- All Implemented Interfaces:
- DisplayIdentity, LocalizableMessage, Message, Serializable
- public class StandardRevisionViewDisplayIdentity
- extends StandardDisplayIdentity
- implements Serializable
Uses resource bundle wt.identity.identityResource
and tags
identityResource.REVISION_VIEW_IDENTITY
to format the identity,
identityResource.REVISION_VIEW_TYPOE
to provide the text
label for a revision and view value label and identityResource.REVISION_VIEW_NULL
to format a null value.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
revisionDisplayIdentity
private DisplayIdentity revisionDisplayIdentity
viewDisplayIdentity
private DisplayIdentity viewDisplayIdentity
StandardRevisionViewDisplayIdentity
public StandardRevisionViewDisplayIdentity(DisplayIdentity revision,
DisplayIdentity view)
Supported API: false
- Parameters:
revision
- view
-
getRevisionDisplayIdentity
public DisplayIdentity getRevisionDisplayIdentity()
- Gets the value of the attribute: revisionDisplayIdentity.
Supported API: false
- Returns:
- DisplayIdentity
getViewDisplayIdentity
public DisplayIdentity getViewDisplayIdentity()
- Gets the value of the attribute: viewDisplayIdentity.
Supported API: false
- Returns:
- DisplayIdentity