|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
org.rcfaces.core.internal.component.CameliaOutputComponent
org.rcfaces.core.component.AbstractOutputComponent
org.rcfaces.core.component.ExternalBoxComponent
public class ExternalBoxComponent
The externalBox Component is a container based on the standard HTML tag <IFrame>. .
The externalBox Component has the following capabilities :
The default externalBox renderer is link to the f_externalBox javascript class. f_externalBox extends f_component
Table of component style classes :
Table of component style classes:
| Style Name | Description |
|---|---|
| f_externalBox | Defines styles for the wrapper Frame element |
| Field Summary | |
|---|---|
protected static Set |
CAMELIA_ATTRIBUTES
|
protected static String |
CAMELIA_VALUE_ALIAS
|
static String |
COMPONENT_TYPE
|
| Fields inherited from class org.rcfaces.core.internal.component.CameliaOutputComponent |
|---|
engine |
| Fields inherited from class javax.faces.component.UIOutput |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Fields inherited from interface org.rcfaces.core.component.capability.IHiddenModeCapability |
|---|
CLIENT_HIDDEN_MODE, DEFAULT_HIDDEN_MODE, IGNORE_HIDDEN_MODE, PHANTOM_HIDDEN_MODE, SERVER_HIDDEN_MODE |
| Constructor Summary | |
|---|---|
ExternalBoxComponent()
|
|
ExternalBoxComponent(String componentId)
|
|
| Method Summary | |
|---|---|
void |
addLoadListener(ILoadListener listener)
Adds a listener to the component for the load event |
protected Set |
getCameliaFields()
|
protected String |
getCameliaValueAlias()
|
String |
getContentURL()
|
String |
getContentURL(FacesContext facesContext)
|
String |
getOverStyleClass()
|
String |
getOverStyleClass(FacesContext facesContext)
See getOverStyleClass() for more details |
String |
getScrolling()
|
String |
getScrolling(FacesContext facesContext)
|
boolean |
isContentURLSetted()
Returns true if the attribute "contentURL" is set. |
boolean |
isOverStyleClassSetted()
Returns true if the attribute "overStyleClass" is set. |
boolean |
isScrollingSetted()
Returns true if the attribute "scrolling" is set. |
FacesListener[] |
listLoadListeners()
Returns a list of load listener for the component |
void |
removeLoadListener(ILoadListener listener)
Removes a listener from the component for the load event |
void |
setContentURL(String contentURL)
|
void |
setOverStyleClass(String overStyleClass)
|
void |
setScrolling(String scrolling)
|
| Methods inherited from class org.rcfaces.core.internal.component.CameliaOutputComponent |
|---|
clearListeners, confirmListenerAppend, constructPhase, constructTemplate, decodePhase, encodeBegin, encodeChildren, encodeEnd, getAsyncRenderer, getChildren, getChildrenListState, getFamily, getRendererType, getTransientAttribute, getValueExpression, hasDefaultProperties, initializeComponent, initializePhase, isClientRendered, isRendered, isTemplateComponent, processDecodes, processEngineUpdates, processEngineValidators, processUpdates, processValidators, queueEvent, renderPhase, restoreState, saveState, setConverter, setConverter, setDefaultProperties, setRendered, setTransientAttribute, setValueExpression, toString, updatePhase, validationPhase, verifyAsyncDecode |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
getConverter, getLocalValue, getValue, setConverter, setValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, findComponent, getAttributes, getChildCount, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.rcfaces.core.internal.manager.IContainerManager |
|---|
getChildCount |
| Methods inherited from interface javax.faces.component.ValueHolder |
|---|
getConverter, getLocalValue, getValue, setConverter, setValue |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
protected static final Set CAMELIA_ATTRIBUTES
protected static final String CAMELIA_VALUE_ALIAS
| Constructor Detail |
|---|
public ExternalBoxComponent()
public ExternalBoxComponent(String componentId)
| Method Detail |
|---|
public final void addLoadListener(ILoadListener listener)
ILoadEventCapability
addLoadListener in interface ILoadEventCapabilitylistener - the load listener to addpublic final void removeLoadListener(ILoadListener listener)
ILoadEventCapability
removeLoadListener in interface ILoadEventCapabilitylistener - the load listener to removepublic final FacesListener[] listLoadListeners()
ILoadEventCapability
listLoadListeners in interface ILoadEventCapabilitypublic String getOverStyleClass()
getOverStyleClass in interface IOverStyleClassCapabilitypublic String getOverStyleClass(FacesContext facesContext)
getOverStyleClass() for more details
public final boolean isOverStyleClassSetted()
true if the attribute "overStyleClass" is set.
true if the attribute is set.public void setOverStyleClass(String overStyleClass)
setOverStyleClass in interface IOverStyleClassCapabilitypublic String getScrolling()
public String getScrolling(FacesContext facesContext)
public void setScrolling(String scrolling)
public boolean isScrollingSetted()
true if the attribute "scrolling" is set.
true if the attribute is set.public String getContentURL()
public String getContentURL(FacesContext facesContext)
public void setContentURL(String contentURL)
public boolean isContentURLSetted()
true if the attribute "contentURL" is set.
true if the attribute is set.protected Set getCameliaFields()
getCameliaFields in class AbstractOutputComponentprotected String getCameliaValueAlias()
getCameliaValueAlias in class org.rcfaces.core.internal.component.CameliaOutputComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||