|
||||||||||
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
public abstract class UIModalPanel
JSF component class
Constructor Summary | |
---|---|
UIModalPanel()
|
Method Summary | |
---|---|
abstract int |
getHeight()
|
abstract java.lang.String |
getLeft()
|
abstract int |
getMinHeight()
|
abstract int |
getMinWidth()
|
abstract java.lang.String |
getTop()
|
abstract int |
getWidth()
|
abstract int |
getZindex()
|
abstract boolean |
isMoveable()
|
abstract boolean |
isResizeable()
|
abstract void |
setHeight(int height)
|
abstract void |
setLeft(java.lang.String left)
|
abstract void |
setMinHeight(int height)
|
abstract void |
setMinWidth(int width)
|
abstract void |
setMoveable(boolean moveable)
|
abstract void |
setResizeable(boolean resizeable)
|
abstract void |
setTop(java.lang.String top)
|
abstract void |
setWidth(int width)
|
abstract void |
setZindex(int zindex)
|
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, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
getFamily |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UIModalPanel()
Method Detail |
---|
public abstract int getWidth()
public abstract int getHeight()
public abstract void setWidth(int width)
public abstract void setHeight(int height)
public abstract int getMinWidth()
public abstract int getMinHeight()
public abstract void setMinWidth(int width)
public abstract void setMinHeight(int height)
public abstract boolean isResizeable()
public abstract boolean isMoveable()
public abstract void setResizeable(boolean resizeable)
public abstract void setMoveable(boolean moveable)
public abstract java.lang.String getLeft()
public abstract java.lang.String getTop()
public abstract void setLeft(java.lang.String left)
public abstract void setTop(java.lang.String top)
public abstract int getZindex()
public abstract void setZindex(int zindex)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |