wt.identity
Class StandardViewDisplayIdentity

java.lang.Object
  extended bywt.identity.StandardDisplayIdentity
      extended bywt.identity.StandardViewDisplayIdentity
All Implemented Interfaces:
DisplayIdentity, LocalizableMessage, Message, Serializable

public class StandardViewDisplayIdentity
extends StandardDisplayIdentity
implements Serializable

Uses resource bundle wt.identity.identityResource and tags identityResource.VIEW_IDENTITY to format the identity, identityResource.VIEW to provide the text label for "view" and identityResource.VIEW_NULL to format a null view value.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.identity.StandardDisplayIdentity
 
Fields inherited from interface wt.identity.DisplayIdentity
DISPLAY_IDENTIFIER, DISPLAY_TYPE
 
Constructor Summary
StandardViewDisplayIdentity(LocalizableMessage identifier)
          

Supported API: false
 
Methods inherited from class wt.identity.StandardDisplayIdentity
getDisplayIdentifier, getDisplayType, getLocalizedMessage, setDisplayIdentifier, setDisplayType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

StandardViewDisplayIdentity

public StandardViewDisplayIdentity(LocalizableMessage identifier)


Supported API: false

Parameters:
identifier -