org.richfaces.component.html
Class HtmlModalPanel

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.richfaces.component.UIModalPanel
              extended by org.richfaces.component.html.HtmlModalPanel
All Implemented Interfaces:
javax.faces.component.StateHolder

public class HtmlModalPanel
extends UIModalPanel

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

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

HtmlModalPanel

public HtmlModalPanel()
Constructor to init default renderers

Method Detail

setResizeable

public void setResizeable(boolean __resizeable)
if 'true' there is possibily to change component size. Setter for resizeable

Specified by:
setResizeable in class UIModalPanel
Parameters:
resizeable - - new value

isResizeable

public boolean isResizeable()
if 'true' there is possibily to change component size. Getter for resizeable

Specified by:
isResizeable in class UIModalPanel
Returns:
resizeable value from local variable or value bindings

setMinWidth

public void setMinWidth(int __minWidth)
Attribute defines min width of component. Setter for minWidth

Specified by:
setMinWidth in class UIModalPanel
Parameters:
minWidth - - new value

getMinWidth

public int getMinWidth()
Attribute defines min width of component. Getter for minWidth

Specified by:
getMinWidth in class UIModalPanel
Returns:
minWidth value from local variable or value bindings

setWidth

public void setWidth(int __width)
Attribute defines width of component. Setter for width

Specified by:
setWidth in class UIModalPanel
Parameters:
width - - new value

getWidth

public int getWidth()
Attribute defines width of component. Getter for width

Specified by:
getWidth in class UIModalPanel
Returns:
width value from local variable or value bindings

setMoveable

public void setMoveable(boolean __moveable)
if 'true' there is possibily to move component. Setter for moveable

Specified by:
setMoveable in class UIModalPanel
Parameters:
moveable - - new value

isMoveable

public boolean isMoveable()
if 'true' there is possibily to move component. Getter for moveable

Specified by:
isMoveable in class UIModalPanel
Returns:
moveable value from local variable or value bindings

setShadowDepth

public void setShadowDepth(java.lang.String __shadowDepth)
Pop-up shadow depth for suggestion content Setter for shadowDepth

Parameters:
shadowDepth - - new value

getShadowDepth

public java.lang.String getShadowDepth()
Pop-up shadow depth for suggestion content Getter for shadowDepth

Returns:
shadowDepth value from local variable or value bindings

setMinHeight

public void setMinHeight(int __minHeight)
Attribute defines min height of component. Setter for minHeight

Specified by:
setMinHeight in class UIModalPanel
Parameters:
minHeight - - new value

getMinHeight

public int getMinHeight()
Attribute defines min height of component. Getter for minHeight

Specified by:
getMinHeight in class UIModalPanel
Returns:
minHeight value from local variable or value bindings

setHeight

public void setHeight(int __height)
Attribute defines height of component. Setter for height

Specified by:
setHeight in class UIModalPanel
Parameters:
height - - new value

getHeight

public int getHeight()
Attribute defines height of component. Getter for height

Specified by:
getHeight in class UIModalPanel
Returns:
height value from local variable or value bindings

setHeaderClass

public void setHeaderClass(java.lang.String __headerClass)
CSS style(s) is/are to be applied to component header when this component is rendered. Setter for headerClass

Parameters:
headerClass - - new value

getHeaderClass

public java.lang.String getHeaderClass()
CSS style(s) is/are to be applied to component header when this component is rendered. Getter for headerClass

Returns:
headerClass value from local variable or value bindings

setShadowOpacity

public void setShadowOpacity(java.lang.String __shadowOpacity)
HTML CSS class attribute of element for pop-up suggestion content Setter for shadowOpacity

Parameters:
shadowOpacity - - new value

getShadowOpacity

public java.lang.String getShadowOpacity()
HTML CSS class attribute of element for pop-up suggestion content Getter for shadowOpacity

Returns:
shadowOpacity value from local variable or value bindings

setLeft

public void setLeft(java.lang.String __left)
Attribute defines X position of component left-top corner. Setter for left

Specified by:
setLeft in class UIModalPanel
Parameters:
left - - new value

getLeft

public java.lang.String getLeft()
Attribute defines X position of component left-top corner. Getter for left

Specified by:
getLeft in class UIModalPanel
Returns:
left value from local variable or value bindings

setControlsClass

public void setControlsClass(java.lang.String __controlsClass)
CSS style(s) is/are to be applied to component controls when this component is rendered. Setter for controlsClass

Parameters:
controlsClass - - new value

getControlsClass

public java.lang.String getControlsClass()
CSS style(s) is/are to be applied to component controls when this component is rendered. Getter for controlsClass

Returns:
controlsClass value from local variable or value bindings

setZindex

public void setZindex(int __zindex)
Attribute is similar to the standard HTML attribute and can specify window placement relative to the content. Setter for zindex

Specified by:
setZindex in class UIModalPanel
Parameters:
zindex - - new value

getZindex

public int getZindex()
Attribute is similar to the standard HTML attribute and can specify window placement relative to the content. Getter for zindex

Specified by:
getZindex in class UIModalPanel
Returns:
zindex value from local variable or value bindings

setTop

public void setTop(java.lang.String __top)
Attribute defines Y position of component left-top corner. Setter for top

Specified by:
setTop in class UIModalPanel
Parameters:
top - - new value

getTop

public java.lang.String getTop()
Attribute defines Y position of component left-top corner. Getter for top

Specified by:
getTop in class UIModalPanel
Returns:
top value from local variable or value bindings

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class javax.faces.component.UIComponent

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class javax.faces.component.UIComponentBase

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class javax.faces.component.UIComponentBase


Copyright © 2007. All Rights Reserved.