|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IncludeControl
An Include Control represents an external JSP or HTML file that is to be inserted into the generated page output at the location represented by the control. Only files within the Ebase web application can be included.
Method Summary | |
---|---|
java.lang.String |
getFile()
The URL of the JSP/HTML file relative to the document root of the Ebase web application. |
boolean |
isStatic()
Indicates whether the JSP/HTML file represented by this control should be refreshed when Ajax communication is enabled and a page is redisplayed e.g. |
void |
setFile(java.lang.String file)
Sets the URL of the JSP/HTML file relative to the document root of the Ebase web application. |
void |
setStatic(boolean isStatic)
Sets whether the JSP/HTML file represented by this control should be refreshed when Ajax communication is enabled and a page is redisplayed e.g. |
Methods inherited from interface com.ebasetech.xi.api.controls.Control |
---|
getAll, getCssClass, getErrorMsgClass, getErrorMsgStyle, getLayoutCell, getNextSiblingControl, getPage, getParentControl, getPreviousSiblingControl, getStyle, getWarningMsgClass, getWarningMsgStyle, hasModifier, hide, isDisplayOnly, isDisplayOnlyIncludingParents, isEventField, isHidden, isInheritMsg, isLocalMsg, isNewLine, isShowing, refresh, requestFocus, setCssClass, setDisplayOnly, setErrorMsgClass, setErrorMsgStyle, setHidden, setNewLine, setStyle, setWarningMsgClass, setWarningMsgStyle, show |
Methods inherited from interface com.ebasetech.xi.api.Element |
---|
getElementName, getElementType |
Methods inherited from interface com.ebasetech.xi.api.MessageContainer |
---|
addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, existErrorMessages, existMessages, existWarningMessages |
Method Detail |
---|
java.lang.String getFile()
setFile(String)
void setFile(java.lang.String file)
Examples:
controls.INCLUDE1.file = "samples/jsps/JSP001.jsp";
boolean isStatic()
setStatic(boolean)
void setStatic(boolean isStatic)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |