org.apache.myfaces.custom.dialog
Class ModalDialog
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
org.apache.myfaces.custom.dialog.ModalDialog
- All Implemented Interfaces:
- javax.faces.component.StateHolder, org.apache.myfaces.custom.dojo.DojoWidget
public class ModalDialog
- extends javax.faces.component.UIPanel
- implements org.apache.myfaces.custom.dojo.DojoWidget
Fields inherited from class javax.faces.component.UIPanel |
COMPONENT_FAMILY |
Methods inherited from class javax.faces.component.UIPanel |
getFamily |
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 |
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
ModalDialog
public ModalDialog()
getDialogAttr
public java.lang.String getDialogAttr()
getDialogId
public java.lang.String getDialogId()
getDialogVar
public java.lang.String getDialogVar()
getHiderIds
public java.lang.String getHiderIds()
getRendersChildren
public boolean getRendersChildren()
- Overrides:
getRendersChildren
in class javax.faces.component.UIComponentBase
getStyle
public java.lang.String getStyle()
getStyleClass
public java.lang.String getStyleClass()
getWidgetId
public java.lang.String getWidgetId()
- Specified by:
getWidgetId
in interface org.apache.myfaces.custom.dojo.DojoWidget
getWidgetVar
public java.lang.String getWidgetVar()
- Specified by:
getWidgetVar
in interface org.apache.myfaces.custom.dojo.DojoWidget
restoreState
public void restoreState(javax.faces.context.FacesContext facesContext,
java.lang.Object object)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class javax.faces.component.UIComponentBase
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext facesContext)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class javax.faces.component.UIComponentBase
setDialogAttr
public void setDialogAttr(java.lang.String dialogAttr)
setDialogId
public void setDialogId(java.lang.String dialogId)
setDialogVar
public void setDialogVar(java.lang.String dialogVar)
setHiderIds
public void setHiderIds(java.lang.String hiderIds)
setStyle
public void setStyle(java.lang.String style)
setStyleClass
public void setStyleClass(java.lang.String styleClass)
setWidgetId
public void setWidgetId(java.lang.String widgetId)
- Specified by:
setWidgetId
in interface org.apache.myfaces.custom.dojo.DojoWidget
setWidgetVar
public void setWidgetVar(java.lang.String widgetVar)
- Specified by:
setWidgetVar
in interface org.apache.myfaces.custom.dojo.DojoWidget
Copyright © 2009. All Rights Reserved.