|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.servlet.tbeans.StyleInfo
public class StyleInfo
The StyleInfo object holds the name of the CLASSID and/or STYLE information for a specified area of a tbean.
Constructor Summary | |
---|---|
StyleInfo()
Default Constructor |
|
StyleInfo(java.lang.String classid)
Constructor for the StyleInfo class. |
|
StyleInfo(java.lang.String classid,
java.lang.String style)
Constructor for StyleInfo object |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a copy of this StyleInfo object. |
java.lang.String |
getClassid()
Returns the value of CLASSID, or null if the value has never been set. |
java.lang.String |
getStyle()
Returns the value of the STYLE. |
void |
setClassid(java.lang.String classid)
Sets the value of CLASSID. |
void |
setStyle(java.lang.String style)
Sets the value of the STYLE. |
java.lang.String |
toString()
Returns a string representation of this StyleInfo object in the following format: CLASSID=className Style=styleName |
Constructor Detail |
---|
public StyleInfo()
public StyleInfo(java.lang.String classid, java.lang.String style)
classid
- value for the CLASSID attributestyle
- value for the STYLE attributepublic StyleInfo(java.lang.String classid)
classid
- value for the CLASSID attributeMethod Detail |
---|
public java.lang.String getClassid()
public void setClassid(java.lang.String classid)
classid
- the CLASSID attribute.public java.lang.String getStyle()
public void setStyle(java.lang.String style)
value
- of STYLEpublic java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |