|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.servlet.tbeans.dataselectors.calculations.percent.html.PercentItemNode
public class PercentItemNode
The DataItemNode is a TransformationBean that generates the appropriate HTML 4.0 that provides a javascript node with additional description and style properties.
Note that the toString() method on this class calls the write
method, which may have undesirable side effects. See BaseTransformation.toString() for more information. Debuggers often use toString() to show the value of a variable, and this may cause unexpected behavior while debugging
For More Information:
Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .
Field Summary |
---|
Fields inherited from interface com.sas.servlet.tbeans.dataselectors.calculations.percent.html.PercentItemNodeStyleKeysInterface |
---|
PCSLISTBOXVIEW_LABEL_NODE_STYLE, PCSLISTBOXVIEW_MEASURE_NODE_STYLE, PCSLISTBOXVIEW_PERCENT_NODE_STYLE |
Fields inherited from interface com.sas.servlet.tbeans.models.JavaScriptNodeStyleKeysInterface |
---|
JAVASCRIPTNODE_IMAGE, JAVASCRIPTNODE_INDENT, JAVASCRIPTNODE_SELECTED_TEXT, JAVASCRIPTNODE_TEXT |
Constructor Summary | |
---|---|
PercentItemNode()
Construct a new JSNode |
Method Summary | |
---|---|
java.lang.String |
getLabel()
Gets the element of the JSNode. |
java.lang.String |
getLabelStyle()
Gets the element of the JSNode. |
java.lang.String |
getMeasureId()
Gets the element of the JSNode. |
java.util.Map |
getNodeConstructorParameters()
Returns a Map containing the name/value pairs of the properties to be passed to the constructor. |
java.lang.String |
getPercent()
Gets the element of the JSNode. |
java.lang.String |
getPercentId()
Gets the element of the JSNode. |
java.lang.String |
getPercentStyle()
Gets the element of the JSNode. |
java.lang.String |
getPercentType()
Gets the element of the JSNode. |
java.lang.String |
getTextStyle()
Gets the element of the JSNode. |
void |
setLabel(java.lang.String value)
Sets the element of the JSNode. |
void |
setLabelStyle(java.lang.String labelStyle)
Sets the element of the JSNode. |
void |
setMeasureId(java.lang.String measureId)
Sets the element of the JSNode. |
void |
setPercent(java.lang.String value)
Sets the element of the JSNode. |
void |
setPercentId(java.lang.String percentId)
Sets the element of the JSNode. |
void |
setPercentStyle(java.lang.String percentStyle)
Sets the element of the JSNode. |
void |
setPercentType(java.lang.String percentType)
Sets the element of the JSNode. |
void |
setTextStyle(java.lang.String textStyle)
Sets the element of the JSNode. |
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 |
---|
public PercentItemNode()
Method Detail |
---|
public void setPercent(java.lang.String value)
value
- The elementpublic java.lang.String getPercent()
public void setLabel(java.lang.String value)
value
- The elementpublic java.lang.String getLabel()
public void setTextStyle(java.lang.String textStyle)
textStyle
- The elementpublic java.lang.String getTextStyle()
public void setPercentStyle(java.lang.String percentStyle)
percentStyle
- The elementpublic java.lang.String getPercentStyle()
public void setLabelStyle(java.lang.String labelStyle)
labelStyle
- The elementpublic java.lang.String getLabelStyle()
public void setMeasureId(java.lang.String measureId)
measureId
- The elementpublic java.lang.String getMeasureId()
public void setPercentId(java.lang.String percentId)
percentId
- The elementpublic java.lang.String getPercentId()
public void setPercentType(java.lang.String percentType)
percentType
- The elementpublic java.lang.String getPercentType()
public java.util.Map getNodeConstructorParameters()
getNodeConstructorParameters
in interface JavaScriptNodeInterface
getNodeConstructorParameters
in class JavaScriptNode
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |