|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public RuntimeSkinNode
Interface representing a runtime skin node
Method Summary | |
---|---|
JSON |
getStyle()
Returns the style attributes of the layout node represented by this runtime skin node |
String |
getDynamicContent(String name)
Returns the value of a client side dynamic content. |
LayoutNode |
getLayoutNode()
Returns the layout node represented by this runtime skin node |
Object |
getDomElementForDynamicContent(String name)
Returns the HTML DOM Element for the specified client side dynamic content. |
Methods inherited from interface com.ibm.mashups.enabler.Identifiable |
---|
getID |
Method Detail |
---|
JSON getStyle()
null
. For example:{
position: "absolute",
left: "18px",
width: "400px",
height: "325px",
z-index "51",
}
String getDynamicContent(String name)
Constants
for dynamic content name constants
name
-
name of the client side dynamic content spot to return. May not be null
null
if it does not existConstants
LayoutNode getLayoutNode()
null
Object getDomElementForDynamicContent(String name)
Constants
for dynamic content name constants
name
-
name of the client side dynamic content spot to return. May not be null
null
if it does not exist
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |