public interface IncludeControl extends Control
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
addCssClass, getAll, getCssClass, getErrorMsgClass, getErrorMsgStyle, getInfoMsgClass, getInfoMsgStyle, getLayoutCell, getNextSiblingControl, getPage, getParentControl, getPreviousSiblingControl, getStyle, getWarningMsgClass, getWarningMsgStyle, hasModifier, hide, isContainer, isDisplayOnly, isDisplayOnlyIncludingParents, isEventField, isHidden, isInheritMsg, isLocalMsg, isNewLine, isShowing, refresh, removeCssClass, requestFocus, setCssClass, setDisplayOnly, setErrorMsgClass, setErrorMsgStyle, setHidden, setInfoMsgClass, setInfoMsgStyle, setNewLine, setStyle, setWarningMsgClass, setWarningMsgStyle, showgetElementName, getElementTypeaddErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessageText, addErrorMessageText, addErrorMessageText, addInfoMessage, addInfoMessage, addInfoMessageText, addInfoMessageText, addInfoMessageText, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessageText, addWarningMessageText, addWarningMessageText, existErrorMessages, existInfoMessages, existMessages, existWarningMessagesjava.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)