public abstract class BaseSourcedComponent extends BaseComponent
BaseComponent.ComponentReference<T extends BaseComponent>, BaseComponent.SubComponentlog| Modifier | Constructor and Description |
|---|---|
protected |
BaseSourcedComponent(boolean contentSynced) |
protected |
BaseSourcedComponent(String content,
boolean contentSynced) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSrc()
Returns the URL of the external content source.
|
void |
setContent(String content)
Sets the text content associated with this component.
|
void |
setSrc(String src)
Sets the URL of the external content source.
|
_attach, _initProps, addChild, addChild, addChild, addChildren, addComposite, addEventForward, addEventForward, addEventForward, addEventForward, addEventListener, addEventListener, addEventListener, addEventListener, afterAddChild, afterRemoveChild, afterSetParent, areEqual, beforeAddChild, beforeRemoveChild, beforeSetParent, bind, bringToFront, defaultify, destroy, destroyChildren, detach, detachChildren, finalize, findAllNamed, findAttribute, findByName, findByName, findChildByData, findChildByLabel, fireEvent, fireEvent, fireEventToClient, fireEventToClient, getAncestor, getAncestor, getAttribute, getAttribute, getAttributes, getChild, getChildAt, getChildCount, getChildCount, getChildren, getChildren, getContent, getController, getControllers, getData, getData, getDefinition, getFirstChild, getId, getIndex, getLastChild, getLastController, getName, getNamespace, getNextSibling, getPage, getParent, getPreviousSibling, getRoot, hasChildren, hasEventListener, hasEventListener, invoke, invoke, invoke, invoke, invoke, invokeIfAttached, isAncestor, isContainer, isContentSynced, isDead, isNamespace, isRendered, loadModule, loadModule, notifyAncestors, notifyDescendants, nullify, onAttach, onDestroy, propertyChange, propertyChange, removeChild, removeEventForward, removeEventForward, removeEventForward, removeEventForward, removeEventListener, removeEventListener, removeEventListener, removeEventListener, setContentSynced, setData, setIndex, setName, setNamespace, setParent, sub, swapChildren, sync, toString, trimify, validate, validate, validateChild, validateIsChild, validateName, validatePage, validateParent, wireController, wireControllerclone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waittransformForClientgetAttribute, hasAttribute, removeAttribute, setAttributeprotected BaseSourcedComponent(boolean contentSynced)
protected BaseSourcedComponent(String content, boolean contentSynced)
@Component.PropertySetter(value="content", description="The text content associated with this component.") public void setContent(String content)
BaseComponentsetContent in class BaseComponentcontent - The text content.@Component.PropertyGetter(value="src", description="The URL of the external content source.") public String getSrc()
@Component.PropertySetter(value="src", description="The URL of the external content source.") public void setSrc(String src)
src - URL of the external content source.Copyright © 2018 Fujion Framework. All rights reserved.