|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public StaticContentPage
This interface exposes the contents of the static template for a content provider. The template defines containers, also referred to as dynamic spots, which may be populated with widgets. Use this model to identify containers, or to modify the contents of the template. Use the layout model to populate the containers with controls, respectively widgets.
LayoutModel,
LayoutContainer,
LayoutControl| Method Summary | |
|---|---|
Deferred |
getStaticMarkup()
Returns the markup of this static content provider. |
void |
setStaticMarkup(String markup)
Sets the markup of this static content provider. |
Boolean |
confirmSetStaticMarkup(String markup)
Confirms whether setStaticMarkup() can be performed. |
void |
refreshStaticMarkup()
Refreshes the static content when the underlying model is committed. |
Boolean |
confirmRefreshStaticMarkup()
Confirms whether refreshStaticMarkup() can be performed. |
String |
getStaticContentURL()
Returns the URL of the static content. |
void |
setStaticContentURL(String url)
Sets the url to the static content. |
Boolean |
confirmSetStaticContentURL(String url)
Confirms whether setStaticContentURL() can be performed. |
| Methods inherited from interface com.ibm.mashups.enabler.Identifiable |
|---|
getID |
| Methods inherited from interface com.ibm.mashups.enabler.ModifiableMetaData |
|---|
setMetaData, confirmSetMetaData, removeMetaData, confirmRemoveMetaData |
| Methods inherited from interface com.ibm.mashups.enabler.MetaData |
|---|
getMetaDataNames, getMetaData |
| Methods inherited from interface com.ibm.mashups.enabler.ModifiableMetaData |
|---|
setMetaData, confirmSetMetaData, removeMetaData, confirmRemoveMetaData |
| Methods inherited from interface com.ibm.mashups.enabler.MetaData |
|---|
getMetaDataNames, getMetaData |
| Method Detail |
|---|
Deferred getStaticMarkup()
null. The return value when executed through the deferred object is the static markup.void setStaticMarkup(String markup)
markup -
the markup, must not be nullBoolean confirmSetStaticMarkup(String markup)
markup -
see parameter description of method to confirm
true if it can be performed, false otherwisevoid refreshStaticMarkup()
Boolean confirmRefreshStaticMarkup()
true if it can be performed, false otherwiseString getStaticContentURL()
void setStaticContentURL(String url)
url -
the absolute url to the static contentBoolean confirmSetStaticContentURL(String url)
url -
see parameter description of method to confirm
true if it can be performed, false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||