com.arsdigita.cms.ui
Interface ItemPropertySheet.AttributeFormatter

Enclosing interface:
ItemPropertySheet

public static interface ItemPropertySheet.AttributeFormatter

An interface which can transform some property to a string. Most of the time, classes which implement this interface will just return item.get(attribute).toString()

In case of associations, however, more complicated processing will be required.


Method Summary
 String format(ContentItem item, String attribute, com.arsdigita.bebop.PageState state)
          Deprecated.  
 

Method Detail

format

public String format(ContentItem item,
                     String attribute,
                     com.arsdigita.bebop.PageState state)
Deprecated.  

Retrieve the string value for the specified attribute of the item.

Parameters:
item - The item
attribute - The name of the attribute to get


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2352 UTC