com.sas.servlet.tbeans.dataselectors.propertyeditor.html
Class PropertyNode

com.sas.servlet.tbeans.dataselectors.propertyeditor.html.PropertyNode
All Implemented Interfaces:
ItemInterface, JavaScriptNodeInterface, JavaScriptNodeStyleKeysInterface

public class PropertyNode


Field Summary
 
Fields inherited from interface com.sas.servlet.tbeans.models.JavaScriptNodeStyleKeysInterface
JAVASCRIPTNODE_IMAGE, JAVASCRIPTNODE_INDENT, JAVASCRIPTNODE_SELECTED_TEXT, JAVASCRIPTNODE_TEXT
 
Constructor Summary
PropertyNode()
          Construct a new JSNode
 
Method Summary
 java.lang.String getEditorObjectID()
          Gets the element of the JSNode.
 java.lang.String getInstructionText()
           
 java.util.Map getNodeConstructorParameters()
          Returns a Map containing the name/value pairs of the properties to be passed to the constructor.
 void setEditorObjectID(java.lang.String value)
          Sets the element of the JSNode.
 void setInstructionText(java.lang.String instructionText)
           
 
Methods inherited from class com.sas.servlet.tbeans.models.JavaScriptNode
createNodeParameterString, escapeNodeText, getAlternateText, getCloneNodeFunctionName, getDeselectNodeFunctionName, getDisabledImage, getImage, getImageLocation, getNodeConstructorName, getRenderNodeFunctionName, getSelectNodeFunctionName, getStyleClassPrefix, getStyleMap, isImagesOnly, isNoWrap, setAlternateText, setCloneNodeFunctionName, setDeselectNodeFunctionName, setDisabledImage, setImage, setImageLocation, setImagesOnly, setNodeConstructorName, setNoWrap, setRenderNodeFunctionName, setSelectNodeFunctionName, setStyleClassPrefix
 
Methods inherited from class com.sas.servlet.tbeans.models.Item
getName, getOnBlur, getOnChange, getOnClick, getOnFocus, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseOut, getOnMouseOver, getOnMouseUp, getText, getValue, isSelected, setName, setOnBlur, setOnChange, setOnClick, setOnFocus, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnMouseDown, setOnMouseOut, setOnMouseOver, setOnMouseUp, setSelected, setText, setValue, toString
 
Methods inherited from interface com.sas.servlet.tbeans.models.JavaScriptNodeInterface
getIndentionLevel, getText, getValue, setIndentionLevel, setText, setValue
 

Constructor Detail

PropertyNode

public PropertyNode()
Construct a new JSNode

Method Detail

setEditorObjectID

public void setEditorObjectID(java.lang.String value)
Sets the element of the JSNode.

Parameters:
value - The element

getEditorObjectID

public java.lang.String getEditorObjectID()
Gets the element of the JSNode.

Returns:
element The indent

getInstructionText

public java.lang.String getInstructionText()

setInstructionText

public void setInstructionText(java.lang.String instructionText)

getNodeConstructorParameters

public java.util.Map getNodeConstructorParameters()
Returns a Map containing the name/value pairs of the properties to be passed to the constructor.

Specified by:
getNodeConstructorParameters in interface JavaScriptNodeInterface
Overrides:
getNodeConstructorParameters in class JavaScriptNode
Returns:
parameters The node constructor parameters



Copyright © 2009 SAS Institute Inc. All Rights Reserved.