com.arsdigita.toolbox.ui
Class ItemDetailProperty

java.lang.Object
  extended bycom.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

Field Summary
protected  String m_name
           
protected  String m_value
           
 
Constructor Summary
ItemDetailProperty()
           
ItemDetailProperty(String name, String value)
           
 
Method Summary
 void generateNameXML(PageState pageState, Element parent)
          This generates the XML for the Name property.
 void generateValueXML(PageState pageState, Element parent)
          This generate the XML for the Value property.
 void generateXML(PageState pageState, Element parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_name

protected String m_name

m_value

protected String m_value
Constructor Detail

ItemDetailProperty

public ItemDetailProperty()

ItemDetailProperty

public ItemDetailProperty(String name,
                          String value)
Method Detail

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