wt.part
Class ThumbnailURLActionDelegate

java.lang.Object
  extended bywt.part.ThumbnailActionDelegate
      extended bywt.part.ThumbnailURLActionDelegate
All Implemented Interfaces:
ActionDelegate, NavBarActionDelegate, NavBarURLActionDelegate, URLActionDelegate

public class ThumbnailURLActionDelegate
extends ThumbnailActionDelegate
implements NavBarURLActionDelegate


Field Summary
private  String actionName
           
private  String classURL
           
private static String DISPLAY_THUMBNAIL_IN_TABLE_PREFERENCE
           
protected  NavBarURLActionDelegateHelper helper
           
private  String resourceBundle
           
private  String resourceKey
           
private static ReferenceFactory rf
           
static String ROOT_FOR_PREFERENCE
           
private static String TRUE_STRING
           
private static boolean VERBOSE
           
protected  VisualizationHelperIfc visualizationHelper
           
protected  VisualizationHelperFactory visualizationHelperFactory
           
 
Fields inherited from class wt.part.ThumbnailActionDelegate
CONTEXT_SERVICE_NAME
 
Fields inherited from interface wt.enterprise.URLActionDelegate
ACTION_NAME, CLASS_URL
 
Constructor Summary
ThumbnailURLActionDelegate()
           
 
Method Summary
 String getActionName()
          Gets the value of the attribute: ACTION_NAME.
 String getClassURL()
          Gets the value of the attribute: CLASS_URL.
protected  String getPreference(String preferenceKey, String preferenceDefault)
           
protected  String getPreference(String preferenceRoot, String preferenceKey, String preferenceDefault)
           
 HTTPState getState()
           
 String getURLLabel(Locale locale)
          Returns a localized label for a URL for the actions.
 boolean isURLProvider(HashMap queryValueMap, Object object)
          Returns boolean flag indicating if the current HashMap of name values pairs from the QueryString was generated by the current NavBarURLActionDelegate.
 void setActionName(String action)
          Sets the value of the attribute: ACTION_NAME.
 void setClassURL(String a_ClassURL)
          Sets the value of the attribute: CLASS_URL.
 void setMethod(String method)
          Sets the method in URLAction to specify on the URL

Supported API: false
 void setResourceBundleStr(String resourceBundle)
          Sets the name of the fully qualified classname of the resource bundle to use.
 void setResourceKey(String key)
          Sets the integer reference of the entry to use in the Resource Bundle specified be the getResourceBundleStr call.
 void setState(HTTPState state)
          Sets the value of the current HTTPState object being used in the current TemplateProcessor

Supported API: false

Supported API: false

Supported API: false
 String URL(Object object)
          Returns a URL which when selected will perform the action on the object.
 
Methods inherited from class wt.part.ThumbnailActionDelegate
enableable, getContextServiceName, valid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actionName

private String actionName

classURL

private String classURL

resourceBundle

private String resourceBundle

resourceKey

private String resourceKey

helper

protected NavBarURLActionDelegateHelper helper

visualizationHelperFactory

protected VisualizationHelperFactory visualizationHelperFactory

visualizationHelper

protected VisualizationHelperIfc visualizationHelper

ROOT_FOR_PREFERENCE

public static final String ROOT_FOR_PREFERENCE
See Also:
Constant Field Values

DISPLAY_THUMBNAIL_IN_TABLE_PREFERENCE

private static final String DISPLAY_THUMBNAIL_IN_TABLE_PREFERENCE
See Also:
Constant Field Values

TRUE_STRING

private static final String TRUE_STRING

rf

private static ReferenceFactory rf

VERBOSE

private static boolean VERBOSE
Constructor Detail

ThumbnailURLActionDelegate

public ThumbnailURLActionDelegate()
Method Detail

getActionName

public String getActionName()
Gets the value of the attribute: ACTION_NAME.

Supported API: false

Specified by:
getActionName in interface URLActionDelegate
Returns:
String

getClassURL

public String getClassURL()
Gets the value of the attribute: CLASS_URL.

Supported API: false

Specified by:
getClassURL in interface URLActionDelegate
Returns:
String

setClassURL

public void setClassURL(String a_ClassURL)
                 throws WTPropertyVetoException
Sets the value of the attribute: CLASS_URL.

Supported API: false

Specified by:
setClassURL in interface URLActionDelegate
Parameters:
a_ClassURL -
Throws:
WTPropertyVetoException

URL

public String URL(Object object)
           throws WTException
Returns a URL which when selected will perform the action on the object. This method should not be called when the concrete URLActionDelegate class is unknown. In that case, call BasicTemplateProcessor.getURLFromDelegate() instead.

Supported API: false

Specified by:
URL in interface URLActionDelegate
Parameters:
object -
Returns:
String
Throws:
WTException

getURLLabel

public String getURLLabel(Locale locale)
Returns a localized label for a URL for the actions.

Supported API: false

Specified by:
getURLLabel in interface URLActionDelegate
Parameters:
locale -
Returns:
String

isURLProvider

public boolean isURLProvider(HashMap queryValueMap,
                             Object object)
Returns boolean flag indicating if the current HashMap of name values pairs from the QueryString was generated by the current NavBarURLActionDelegate.

Supported API: false

Specified by:
isURLProvider in interface NavBarURLActionDelegate
Parameters:
queryValueMap - The Name-Value pairs from the Query String
object - The target object used to generate the Url
Returns:
boolean

setResourceKey

public void setResourceKey(String key)
Sets the integer reference of the entry to use in the Resource Bundle specified be the getResourceBundleStr call.

Supported API: false

Specified by:
setResourceKey in interface NavBarURLActionDelegate
Parameters:
key - The integer value of the key in the resource bundle to use to generate localized label for the link

setResourceBundleStr

public void setResourceBundleStr(String resourceBundle)
Sets the name of the fully qualified classname of the resource bundle to use. This will be the resource bundle used to generate the localized text used for the getURLLabel method.

Supported API: false

Specified by:
setResourceBundleStr in interface NavBarURLActionDelegate
Parameters:
resourceBundle - The target resource bundle to use generate localized label for the link

setState

public void setState(HTTPState state)
Description copied from interface: NavBarURLActionDelegate
Sets the value of the current HTTPState object being used in the current TemplateProcessor

Supported API: false

Supported API: false

Supported API: false

Specified by:
setState in interface NavBarURLActionDelegate
Overrides:
setState in class ThumbnailActionDelegate
Parameters:
state - The current HTTPState.
Returns:
void

getState

public HTTPState getState()
Overrides:
getState in class ThumbnailActionDelegate

setActionName

public void setActionName(String action)
Description copied from interface: URLActionDelegate
Sets the value of the attribute: ACTION_NAME. The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.

Supported API: true

Specified by:
setActionName in interface URLActionDelegate
Overrides:
setActionName in class ThumbnailActionDelegate
Parameters:
action -
Returns:
void

setMethod

public void setMethod(String method)
Sets the method in URLAction to specify on the URL

Supported API: false

Specified by:
setMethod in interface NavBarURLActionDelegate
Parameters:
method - Name of a Gateway Method from URLProcessor

getPreference

protected String getPreference(String preferenceRoot,
                               String preferenceKey,
                               String preferenceDefault)

getPreference

protected String getPreference(String preferenceKey,
                               String preferenceDefault)