com.plumtree.remote.sci
Class SciLabelElement

java.lang.Object
  extended bycom.plumtree.remote.sci.SciLabelElement
All Implemented Interfaces:
ISciElement

public class SciLabelElement
extends java.lang.Object
implements ISciElement

Represents a label control.


Constructor Summary
SciLabelElement(java.lang.String labelText, TypeStyle typeStyle)
          Valued constructor
 
Method Summary
 org.w3c.dom.Node getRootNode()
          Gets the root Node to add to the page.
 java.lang.String toString()
          Writes the element to a string for debugging.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SciLabelElement

public SciLabelElement(java.lang.String labelText,
                       TypeStyle typeStyle)
Valued constructor

Parameters:
labelText - the text to display
Method Detail

getRootNode

public org.w3c.dom.Node getRootNode()
Gets the root Node to add to the page.

Specified by:
getRootNode in interface ISciElement
Returns:
the root Node

toString

public java.lang.String toString()
Writes the element to a string for debugging.

Returns:
the element as a string


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.