|
||||||||||
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.sun.webui.jsf.component.Frame
com.sun.webui.jsf.component.IFrame
public class IFrame
The Iframe component is used to create an inline frame.
Constructor Summary | |
---|---|
IFrame()
Construct a new IFrame . |
Method Summary | |
---|---|
java.lang.String |
getAlign()
Specifies how to align the iframe according to the surrounding text. |
java.lang.String |
getFamily()
Return the family for this component. |
java.lang.String |
getHeight()
Defines the height of the iframe in pixels or as a percentage of it's container |
java.lang.String |
getWidth()
Defines the width of the iframe in pixels or as a percentage of it's container |
boolean |
isNoResize()
Set the value of the noResize attribute to "true" when user is not allowed to resize the frame. |
void |
restoreState(javax.faces.context.FacesContext _context,
java.lang.Object _state)
Restore the state of this component. |
java.lang.Object |
saveState(javax.faces.context.FacesContext _context)
Save the state of this component. |
void |
setAlign(java.lang.String align)
Specifies how to align the iframe according to the surrounding text. |
void |
setHeight(java.lang.String height)
Defines the height of the iframe in pixels or as a percentage of it's container |
void |
setId(java.lang.String id)
The component identifier for this component. |
void |
setNoResize(boolean noResize)
Set the value of the noResize attribute to "true" when user is not allowed to resize the frame. |
void |
setRendered(boolean rendered)
Use the rendered attribute to indicate whether the HTML code for the component should be included in the rendered HTML page. |
void |
setWidth(java.lang.String width)
Defines the width of the iframe in pixels or as a percentage of it's container |
Methods inherited from class com.sun.webui.jsf.component.Frame |
---|
getLongDesc, getMarginHeight, getMarginWidth, getName, getScrolling, getStyle, getStyleClass, getToolTip, getUrl, isFrameBorder, setFrameBorder, setLongDesc, setMarginHeight, setMarginWidth, setName, setScrolling, setStyle, setStyleClass, setToolTip, setUrl |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, getValueExpression, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setParent, setRendererType, setTransient, setValueBinding, setValueExpression |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IFrame()
Construct a new IFrame
.
Method Detail |
---|
public java.lang.String getFamily()
Return the family for this component.
getFamily
in class Frame
public void setId(java.lang.String id)
setId
in class Frame
public void setRendered(boolean rendered)
setRendered
in class Frame
public java.lang.String getAlign()
Specifies how to align the iframe according to the surrounding text. One of the following: left, right, top, middle, bottom
public void setAlign(java.lang.String align)
Specifies how to align the iframe according to the surrounding text. One of the following: left, right, top, middle, bottom
getAlign()
public java.lang.String getHeight()
Defines the height of the iframe in pixels or as a percentage of it's container
public void setHeight(java.lang.String height)
Defines the height of the iframe in pixels or as a percentage of it's container
getHeight()
public boolean isNoResize()
Set the value of the noResize attribute to "true" when user is not allowed to resize the frame.
isNoResize
in class Frame
public void setNoResize(boolean noResize)
Set the value of the noResize attribute to "true" when user is not allowed to resize the frame.
setNoResize
in class Frame
isNoResize()
public java.lang.String getWidth()
Defines the width of the iframe in pixels or as a percentage of it's container
public void setWidth(java.lang.String width)
Defines the width of the iframe in pixels or as a percentage of it's container
getWidth()
public void restoreState(javax.faces.context.FacesContext _context, java.lang.Object _state)
Restore the state of this component.
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class Frame
public java.lang.Object saveState(javax.faces.context.FacesContext _context)
Save the state of this component.
saveState
in interface javax.faces.component.StateHolder
saveState
in class Frame
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |