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
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 |
PropertyNode
public PropertyNode()
- Construct a new JSNode
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.