com.plumtree.remote.sci
Class SciPage

java.lang.Object
  extended bycom.plumtree.remote.sci.SciPage
All Implemented Interfaces:
com.plumtree.remote.sci.ISciPage

public class SciPage
extends java.lang.Object
implements com.plumtree.remote.sci.ISciPage

Represents a SCI page to which controls can be added.


Constructor Summary
SciPage()
          Default constructor
 
Method Summary
 void add(ISciElement control)
          Adds a SciControl to the page (text, select, password, label, radio, checkbox, or tree).
 void saveToFile(java.lang.String fileName)
          Saves this page to a file for debugging.
 java.lang.String toString()
          Writes the page to a string for debugging.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SciPage

public SciPage()
Default constructor

See Also:
Object.Object()
Method Detail

add

public void add(ISciElement control)
Adds a SciControl to the page (text, select, password, label, radio, checkbox, or tree).

Specified by:
add in interface com.plumtree.remote.sci.ISciPage
Parameters:
control - the ISciElement for any type of control (text, select, password, label, radio, checkbox, or tree)
See Also:
ISciPage.add(ISciElement)

saveToFile

public void saveToFile(java.lang.String fileName)
Saves this page to a file for debugging.

Specified by:
saveToFile in interface com.plumtree.remote.sci.ISciPage
Parameters:
fileName - a valid filename
See Also:
ISciPage.saveToFile(String)

toString

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

See Also:
Object.toString()


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.