|
SilverStream Application Server 3.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.sssw.shr.page.AgpTag
|
+--com.sssw.shr.page.AgpControlBase
|
+--com.sssw.shr.page.AgpPresentation
Represents a SilverStream Java form or view. When a form or view is included in a page, it is called a presentation.
Note: Including forms or views in pages is not supported in SilverStream 3.0 due to limitations of the Sun Java 1.2 browser plug-in. We hope to re-enable this support in SilverStream in the future. See the release notes for updated information.
| Fields inherited from class com.sssw.shr.page.AgpTag |
UNIT_PERCENT,
UNIT_PIXEL |
| Constructor Summary | |
AgpPresentation()
|
|
| Method Summary | |
String |
getAlign()
Returns the Alignment property of the presentation. |
String |
getDatabase()
Returns the database associated with the presentation. |
String |
getHeight()
Returns the height of the presentation. |
String |
getOrderBy()
Returns the Order By property of the presentation. |
String |
getParams()
Returns the parameters of the presentation. |
String |
getQuery()
Returns the Query property of the presentation. |
String |
getSRC()
Returns the source property of the presentation. |
boolean |
getUsePlugIn()
Determines whether the control uses the Sun 1.2 Java Plug-In. |
String |
getWidth()
Returns the width of the presentation. |
void |
setAlign(String align)
Sets the Alignment property of the presentation. |
void |
setHeight(String height)
Sets the height of the presentation. |
void |
setOrderBy(String orderby)
Sets the Order By property of the presentation. |
void |
setParams(String params)
Specifies the parameters of the presentation |
void |
setQuery(String query)
Sets the Query property of the presentation. |
void |
setWidth(String width)
Sets the width of the presentation. |
| Methods inherited from class com.sssw.shr.page.AgpControlBase |
getName |
| Methods inherited from class com.sssw.shr.page.AgpTag |
getBoolProperty,
getEnableHTMLGeneration,
getIntArrayProperty,
getIntProperty,
getIntPropertyUnit,
getProperty,
getStringArrayProperty,
invalidateHTML,
removeProperty,
setEnableHTMLGeneration,
setIntProperty,
setProperty |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Methods implemented from interface com.sssw.shr.page.AgiJavaScriptEnhanced |
generateFunction,
generateRepaintScript,
generateScriptInitializers,
getFunctionNameForMethod,
getFunctionNames,
getMethodNames,
getScriptObjectName,
isHTMLRepaintPending,
isJavaScriptRepaintPending |
| Methods implemented from interface com.sssw.shr.page.AgiPageControl |
generateHTML,
getPrefix,
notifyPageLoaded,
notifyPageRequestBegin,
notifyPageRequestEnd,
notifyPostValue,
notifyPostValues |
| Methods implemented from interface java.io.Externalizable |
readExternal,
writeExternal |
| Constructor Detail |
public AgpPresentation()
| Method Detail |
public String getSRC()
public String getDatabase()
public String getParams()
AgpPresentation.setParams(String params)public void setParams(String params)
params - a string representing the parameters.AgpPresentation.getParams()public String getWidth()
AgpPresentation.setWidth(String width)public void setWidth(String width)
width - a string representing the width.AgpPresentation.getWidth()public String getHeight()
AgpPresentation.setHeight(String height)public void setHeight(String height)
height - a string representing the height.AgpPresentation.getHeight()public String getAlign()
NoneLeftCenterRightCenter.AgpPresentation.setAlign(String align)public void setAlign(String align)
NoneLeftCenterRightalign - a string representing the alignment.AgpPresentation.getAlign()public String getQuery()
AgpPresentation.setQuery(String query)public void setQuery(String query)
query - a string representing the query.AgpPresentation.getQuery()public String getOrderBy()
AgpPresentation.setOrderBy(String orderby)public void setOrderBy(String orderby)
orderby - a string specifying the Order By.AgpPresentation.getOrderBy()public boolean getUsePlugIn()
|
SilverStream Application Server 3.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||