com.arsdigita.toolbox.ui
Class ItemDetailProperty
java.lang.Object
com.arsdigita.toolbox.ui.ItemDetailProperty
- public class ItemDetailProperty
- extends Object
- Version:
- $Id: //core-platform/dev/src/com/arsdigita/toolbox/ui/ItemDetailProperty.java#9 $
- Author:
- Justin Ross
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_name
protected String m_name
m_value
protected String m_value
ItemDetailProperty
public ItemDetailProperty()
ItemDetailProperty
public ItemDetailProperty(String name,
String value)
generateXML
public void generateXML(PageState pageState,
Element parent)
generateNameXML
public void generateNameXML(PageState pageState,
Element parent)
- This generates the XML for the Name property. By default,
it takes the passed in name and uses it as the name of the property.
generateValueXML
public void generateValueXML(PageState pageState,
Element parent)
- This generate the XML for the Value property. By default
it uses the passed in value.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC