@Component(tag="import", widgetClass="Span", parentTag="*", description="A component that permits importing another page into the referencing page.") public class Import extends BaseUIComponent
BaseComponent.SubComponent| Constructor and Description |
|---|
Import() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_initProps(Map<String,Object> props)
Initialize properties to be passed to widget factory.
|
String |
getSrc()
Returns the URL of the imported FSP.
|
boolean |
isContainer()
Returns true if this component may contain children.
|
void |
setSrc(String src)
Sets the URL of the FSP to import.
|
protected void |
validateChild(BaseComponent child)
Validates that the specified component may be added as a child.
|
_syncClasses, _syncStyles, addClass, addMask, addMask, addMask, addStyle, addStyles, afterRemoveChild, focus, getBalloon, getClasses, getContext, getCss, getDragid, getDropid, getFirstVisibleChild, getFirstVisibleChild, getFlex, getHeight, getHint, getKeycapture, getPopup, getStyle, getStyles, getTabindex, getWidth, hide, isDisabled, isVisible, removeClass, removeMask, removeStyle, scrollIntoView, setBalloon, setClasses, setContext, setCss, setDisabled, setDragid, setDropid, setFlex, setFocus, setHeight, setHint, setKeycapture, setPopup, setStyles, setTabindex, setVisible, setWidth, show, toggleClass_attach, addChild, addChild, addChild, addChildren, addEventForward, addEventForward, addEventForward, addEventForward, addEventListener, addEventListener, addEventListener, addEventListener, afterAddChild, afterSetParent, areEqual, beforeAddChild, beforeRemoveChild, beforeSetParent, bringToFront, defaultify, destroy, destroyChildren, detach, finalize, findAttribute, findByName, findByName, findChildByData, findChildByLabel, fireEvent, fireEvent, getAncestor, getAncestor, getAttribute, getAttribute, getAttribute, getAttributes, getChild, getChildAt, getChildCount, getChildCount, getChildren, getChildren, getContent, getController, getControllers, getData, getData, getDefinition, getFirstChild, getId, getIndex, getLastChild, getName, getNamespace, getNextSibling, getPage, getParent, getPreviousSibling, getRoot, hasAttribute, hasEventListener, hasEventListener, invoke, invoke, invokeIfAttached, isAncestor, isContentSynced, isDead, isNamespace, notifyAncestors, notifyDescendants, nullify, onAttach, onDestroy, propertyChange, removeAttribute, removeChild, removeEventForward, removeEventForward, removeEventForward, removeEventForward, removeEventListener, removeEventListener, removeEventListener, removeEventListener, setAttribute, setContent, setContentSynced, setData, setIndex, setName, setParent, sub, swapChildren, sync, toString, trimify, validate, validate, validateIsChild, validatePage, validateParent, wireControllerprotected void _initProps(Map<String,Object> props)
BaseComponent_initProps in class BaseComponentprops - Properties for widget factory.public boolean isContainer()
BaseComponentisContainer in class BaseComponentprotected void validateChild(BaseComponent child)
BaseComponentvalidateChild in class BaseComponentchild - The component to check.@Component.PropertyGetter(value="src", description="The URL of the imported FSP.") public String getSrc()
@Component.PropertySetter(value="src", defer=true, description="The URL of the imported FSP.") public void setSrc(String src)
src - URL of the FSP to import.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.