|
||||||||||
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
com.idega.presentation.IWBaseComponent
is.idega.idegaweb.golf.presentation.FacebookBox
public class FacebookBox
Field Summary |
---|
Fields inherited from class com.idega.presentation.IWBaseComponent |
---|
divTag, EXPRESSION_BEGIN, EXPRESSION_END, LOGGER, renderedAtt |
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Constructor Summary | |
---|---|
FacebookBox()
|
Method Summary | |
---|---|
java.lang.String |
getBorderColour()
|
java.lang.String |
getColourScheme()
|
int |
getHeight()
|
java.lang.String |
getUrl()
|
int |
getWidth()
|
protected void |
initializeComponent(javax.faces.context.FacesContext context)
|
boolean |
isShowFaces()
|
boolean |
isShowHeader()
|
boolean |
isShowStream()
|
void |
setBorderColour(java.lang.String borderColour)
|
void |
setColourScheme(java.lang.String colourScheme)
|
void |
setHeight(int height)
|
void |
setShowFaces(boolean showFaces)
|
void |
setShowHeader(boolean showHeader)
|
void |
setShowStream(boolean showStream)
|
void |
setUrl(java.lang.String url)
|
void |
setWidth(int width)
|
Methods inherited from class com.idega.presentation.IWBaseComponent |
---|
add, decode, encodeBegin, encodeChildren, encodeEnd, getBeanInstance, getBundle, getBundle, getCacher, getChildren, getExpression, getExpressionValue, getFamily, getIWBundle, getIWMainApplication, getIWResourceBundle, getLogger, getParentPage, getRendersChildren, getStyleAttribute, getViewState, getWebUtil, initializeContent, isInitialized, isValueBinding, processDecodes, renderChild, restoreState, saveState, setInitialized, setInitialized, setStyleAttribute, setStyleAttribute, updateComponent |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, findComponent, getAttributes, getChildCount, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FacebookBox()
Method Detail |
---|
protected void initializeComponent(javax.faces.context.FacesContext context)
initializeComponent
in class com.idega.presentation.IWBaseComponent
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
public java.lang.String getColourScheme()
public void setColourScheme(java.lang.String colourScheme)
public java.lang.String getBorderColour()
public void setBorderColour(java.lang.String borderColour)
public boolean isShowFaces()
public void setShowFaces(boolean showFaces)
public boolean isShowStream()
public void setShowStream(boolean showStream)
public boolean isShowHeader()
public void setShowHeader(boolean showHeader)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |