org.openfaces.component.window
Class AbstractWindow

java.lang.Object
  extended by UIPanel
      extended by org.openfaces.component.OUIPanel
          extended by org.openfaces.component.window.PopupLayer
              extended by org.openfaces.component.window.AbstractWindow
All Implemented Interfaces:
ComponentWithCaption, OUIComponent
Direct Known Subclasses:
Confirmation, Window

public class AbstractWindow
extends PopupLayer
implements ComponentWithCaption


Field Summary
 
Fields inherited from class org.openfaces.component.window.PopupLayer
COMPONENT_FAMILY, COMPONENT_TYPE
 
Constructor Summary
AbstractWindow()
           
 
Method Summary
 java.lang.String getCaption()
           
 java.lang.String getCaptionClass()
           
 UIComponent getCaptionFacet()
           
 java.lang.String getCaptionStyle()
           
 java.lang.String getContentClass()
           
 java.lang.String getContentStyle()
           
 java.lang.String getMinHeight()
           
 java.lang.String getMinWidth()
           
 boolean isDraggableByContent()
           
 boolean isResizable()
           
 void restoreState(FacesContext context, java.lang.Object stateObj)
           
 java.lang.Object saveState(FacesContext context)
           
 void setCaption(java.lang.String caption)
           
 void setCaptionClass(java.lang.String captionClass)
           
 void setCaptionFacet(UIComponent component)
           
 void setCaptionStyle(java.lang.String captionStyle)
           
 void setContentClass(java.lang.String contentClass)
           
 void setContentStyle(java.lang.String contentStyle)
           
 void setDraggableByContent(boolean draggableByContent)
           
 void setMinHeight(java.lang.String minHeight)
           
 void setMinWidth(java.lang.String minWidth)
           
 void setResizable(boolean resizable)
           
 
Methods inherited from class org.openfaces.component.window.PopupLayer
getAnchorElementId, getAnchorX, getAnchorY, getDraggable, getFamily, getHeight, getHideOnEsc, getHideOnOuterClick, getHidingTimeout, getLeft, getModalLayerClass, getModalLayerStyle, getOndragend, getOndragstart, getOnhide, getOnshow, getTop, getWidth, isModal, isVisible, processUpdates, setAnchorElementId, setAnchorX, setAnchorY, setDraggable, setHeight, setHideOnEsc, setHideOnOuterClick, setHidingTimeout, setLeft, setModal, setModalLayerClass, setModalLayerStyle, setOndragend, setOndragstart, setOnhide, setOnshow, setTop, setVisible, setWidth
 
Methods inherited from class org.openfaces.component.OUIPanel
getOnblur, getOnclick, getOncontextmenu, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRolloverClass, getRolloverStyle, getStyle, getStyleClass, setOnblur, setOnclick, setOncontextmenu, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRolloverClass, setRolloverStyle, setStyle, setStyleClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openfaces.component.OUIComponent
getOnblur, getOnclick, getOncontextmenu, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRolloverClass, getRolloverStyle, getStyle, getStyleClass, setOnblur, setOnclick, setOncontextmenu, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRolloverClass, setRolloverStyle, setStyle, setStyleClass
 

Constructor Detail

AbstractWindow

public AbstractWindow()
Method Detail

getCaption

public java.lang.String getCaption()
Specified by:
getCaption in interface ComponentWithCaption

setCaption

public void setCaption(java.lang.String caption)
Specified by:
setCaption in interface ComponentWithCaption

getCaptionFacet

public UIComponent getCaptionFacet()
Specified by:
getCaptionFacet in interface ComponentWithCaption

setCaptionFacet

public void setCaptionFacet(UIComponent component)
Specified by:
setCaptionFacet in interface ComponentWithCaption

getCaptionStyle

public java.lang.String getCaptionStyle()
Specified by:
getCaptionStyle in interface ComponentWithCaption

setCaptionStyle

public void setCaptionStyle(java.lang.String captionStyle)
Specified by:
setCaptionStyle in interface ComponentWithCaption

getCaptionClass

public java.lang.String getCaptionClass()
Specified by:
getCaptionClass in interface ComponentWithCaption

setCaptionClass

public void setCaptionClass(java.lang.String captionClass)
Specified by:
setCaptionClass in interface ComponentWithCaption

getContentStyle

public java.lang.String getContentStyle()

setContentStyle

public void setContentStyle(java.lang.String contentStyle)

getContentClass

public java.lang.String getContentClass()

setContentClass

public void setContentClass(java.lang.String contentClass)

isResizable

public boolean isResizable()

setResizable

public void setResizable(boolean resizable)

isDraggableByContent

public boolean isDraggableByContent()

setDraggableByContent

public void setDraggableByContent(boolean draggableByContent)

getMinWidth

public java.lang.String getMinWidth()

setMinWidth

public void setMinWidth(java.lang.String minWidth)

getMinHeight

public java.lang.String getMinHeight()

setMinHeight

public void setMinHeight(java.lang.String minHeight)

saveState

public java.lang.Object saveState(FacesContext context)
Overrides:
saveState in class PopupLayer

restoreState

public void restoreState(FacesContext context,
                         java.lang.Object stateObj)
Overrides:
restoreState in class PopupLayer


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.