com.taursys.xml
Interface DocumentComponent

All Known Subinterfaces:
Element
All Known Implementing Classes:
AbstractField, Button, DocumentElement, ElementDelegate

public interface DocumentComponent

A Document Component is a type of Component which binds to the Document. It primary characteristic is the ID property.

Version:
2.0
Author:
Marty Phelan

Method Summary
 java.lang.String getId()
          Returns the id of the node this component is bound to.
 void setId(java.lang.String newId)
          Sets the id of the node this component is bound to.
 

Method Detail

getId

public java.lang.String getId()
Returns the id of the node this component is bound to.


setId

public void setId(java.lang.String newId)
Sets the id of the node this component is bound to.



Copyright © 2007 Martin T Phelan. All Rights Reserved.