|
||||||||||
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
org.richfaces.component.UIModalPanel
org.richfaces.component.html.HtmlModalPanel
public class HtmlModalPanel
Component-Type org.richfaces.ModalPanel Component-Family org.richfaces.ModalPanel Renderer-Type org.richfaces.ModalPanelRenderer
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Constructor Summary | |
---|---|
HtmlModalPanel()
Constructor to init default renderers |
Method Summary | |
---|---|
java.lang.String |
getControlsClass()
CSS style(s) is/are to be applied to component controls when this component is rendered. |
java.lang.String |
getFamily()
|
java.lang.String |
getHeaderClass()
CSS style(s) is/are to be applied to component header when this component is rendered. |
int |
getHeight()
Attribute defines height of component. |
java.lang.String |
getLeft()
Attribute defines X position of component left-top corner. |
int |
getMinHeight()
Attribute defines min height of component. |
int |
getMinWidth()
Attribute defines min width of component. |
java.lang.String |
getShadowDepth()
Pop-up shadow depth for suggestion content Getter for shadowDepth |
java.lang.String |
getShadowOpacity()
HTML CSS class attribute of element for pop-up suggestion content Getter for shadowOpacity |
java.lang.String |
getTop()
Attribute defines Y position of component left-top corner. |
int |
getWidth()
Attribute defines width of component. |
int |
getZindex()
Attribute is similar to the standard HTML attribute and can specify window placement relative to the content. |
boolean |
isMoveable()
if 'true' there is possibily to move component. |
boolean |
isResizeable()
if 'true' there is possibily to change component size. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setControlsClass(java.lang.String __controlsClass)
CSS style(s) is/are to be applied to component controls when this component is rendered. |
void |
setHeaderClass(java.lang.String __headerClass)
CSS style(s) is/are to be applied to component header when this component is rendered. |
void |
setHeight(int __height)
Attribute defines height of component. |
void |
setLeft(java.lang.String __left)
Attribute defines X position of component left-top corner. |
void |
setMinHeight(int __minHeight)
Attribute defines min height of component. |
void |
setMinWidth(int __minWidth)
Attribute defines min width of component. |
void |
setMoveable(boolean __moveable)
if 'true' there is possibily to move component. |
void |
setResizeable(boolean __resizeable)
if 'true' there is possibily to change component size. |
void |
setShadowDepth(java.lang.String __shadowDepth)
Pop-up shadow depth for suggestion content Setter for shadowDepth |
void |
setShadowOpacity(java.lang.String __shadowOpacity)
HTML CSS class attribute of element for pop-up suggestion content Setter for shadowOpacity |
void |
setTop(java.lang.String __top)
Attribute defines Y position of component left-top corner. |
void |
setWidth(int __width)
Attribute defines width of component. |
void |
setZindex(int __zindex)
Attribute is similar to the standard HTML attribute and can specify window placement relative to the content. |
Methods inherited from class org.richfaces.component.UIModalPanel |
---|
getRendersChildren, getShadowStyle |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
---|
public HtmlModalPanel()
Method Detail |
---|
public void setResizeable(boolean __resizeable)
setResizeable
in class UIModalPanel
resizeable
- - new valuepublic boolean isResizeable()
isResizeable
in class UIModalPanel
public void setMinWidth(int __minWidth)
setMinWidth
in class UIModalPanel
minWidth
- - new valuepublic int getMinWidth()
getMinWidth
in class UIModalPanel
public void setWidth(int __width)
setWidth
in class UIModalPanel
width
- - new valuepublic int getWidth()
getWidth
in class UIModalPanel
public void setMoveable(boolean __moveable)
setMoveable
in class UIModalPanel
moveable
- - new valuepublic boolean isMoveable()
isMoveable
in class UIModalPanel
public void setShadowDepth(java.lang.String __shadowDepth)
shadowDepth
- - new valuepublic java.lang.String getShadowDepth()
public void setMinHeight(int __minHeight)
setMinHeight
in class UIModalPanel
minHeight
- - new valuepublic int getMinHeight()
getMinHeight
in class UIModalPanel
public void setHeight(int __height)
setHeight
in class UIModalPanel
height
- - new valuepublic int getHeight()
getHeight
in class UIModalPanel
public void setHeaderClass(java.lang.String __headerClass)
headerClass
- - new valuepublic java.lang.String getHeaderClass()
public void setShadowOpacity(java.lang.String __shadowOpacity)
shadowOpacity
- - new valuepublic java.lang.String getShadowOpacity()
public void setLeft(java.lang.String __left)
setLeft
in class UIModalPanel
left
- - new valuepublic java.lang.String getLeft()
getLeft
in class UIModalPanel
public void setControlsClass(java.lang.String __controlsClass)
controlsClass
- - new valuepublic java.lang.String getControlsClass()
public void setZindex(int __zindex)
setZindex
in class UIModalPanel
zindex
- - new valuepublic int getZindex()
getZindex
in class UIModalPanel
public void setTop(java.lang.String __top)
setTop
in class UIModalPanel
top
- - new valuepublic java.lang.String getTop()
getTop
in class UIModalPanel
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIComponent
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |