com.arsdigita.toolbox.ui
Class DefaultItemDetailModel
java.lang.Object
com.arsdigita.toolbox.ui.DefaultItemDetailModel
- All Implemented Interfaces:
- ItemDetailModel
- public class DefaultItemDetailModel
- extends Object
- implements ItemDetailModel
- Version:
- $Id: //core-platform/dev/src/com/arsdigita/toolbox/ui/DefaultItemDetailModel.java#8 $
- Author:
- Justin Ross
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- See Also:
- Constant Field Values
DefaultItemDetailModel
public DefaultItemDetailModel()
getTitle
public String getTitle(PageState pageState)
- Specified by:
getTitle in interface ItemDetailModel
setTitle
public void setTitle(String title)
getProperties
public Iterator getProperties(PageState pageState)
- Specified by:
getProperties in interface ItemDetailModel
addProperty
public void addProperty(ItemDetailProperty property)
addProperty
public void addProperty(String name,
String value)
getActions
public Iterator getActions(PageState pageState)
- Specified by:
getActions in interface ItemDetailModel
addAction
public void addAction(ItemDetailAction action)
addAction
public void addAction(String name,
String url)
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 19 2004:2337 UTC