public abstract class ConfirmationDialogBase extends javax.faces.component.UIPanel implements IConfirmationDialog
For more information, see the ConfirmationDialog Wiki Documentation.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ConfirmationDialogBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
ConfirmationDialogBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDragHandle()
Return the value of the
dragHandle property. |
java.lang.String |
getFamily() |
java.lang.String |
getHeader()
Return the value of the
header property. |
int |
getHeight()
Return the value of the
height property. |
java.lang.String |
getHideEffect()
Return the value of the
hideEffect property. |
java.lang.String |
getMessage()
Return the value of the
message property. |
java.lang.String |
getPosition()
Return the value of the
position property. |
java.lang.String |
getSeverity()
Return the value of the
severity property. |
java.lang.String |
getShowEffect()
Return the value of the
showEffect property. |
java.lang.String |
getStyle()
Return the value of the
style property. |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
java.lang.String |
getWidgetVar()
Return the value of the
widgetVar property. |
int |
getWidth()
Return the value of the
width property. |
int |
getZindex()
Return the value of the
zindex property. |
boolean |
isClosable()
Return the value of the
closable property. |
boolean |
isCloseOnEscape()
Return the value of the
closeOnEscape property. |
boolean |
isDraggable()
Return the value of the
draggable property. |
boolean |
isModal()
Return the value of the
modal property. |
protected boolean |
isPropertySet(java.lang.String finder) |
void |
setClosable(boolean closable)
Set the value of the
closable property. |
void |
setCloseOnEscape(boolean closeOnEscape)
Set the value of the
closeOnEscape property. |
void |
setDraggable(boolean draggable)
Set the value of the
draggable property. |
void |
setDragHandle(java.lang.String dragHandle)
Set the value of the
dragHandle property. |
void |
setHeader(java.lang.String header)
Set the value of the
header property. |
void |
setHeight(int height)
Set the value of the
height property. |
void |
setHideEffect(java.lang.String hideEffect)
Set the value of the
hideEffect property. |
void |
setMessage(java.lang.String message)
Set the value of the
message property. |
void |
setModal(boolean modal)
Set the value of the
modal property. |
void |
setPosition(java.lang.String position)
Set the value of the
position property. |
void |
setSeverity(java.lang.String severity)
Set the value of the
severity property. |
void |
setShowEffect(java.lang.String showEffect)
Set the value of the
showEffect property. |
void |
setStyle(java.lang.String style)
Set the value of the
style property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the
styleClass property. |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
void |
setWidgetVar(java.lang.String widgetVar)
Set the value of the
widgetVar property. |
void |
setWidth(int width)
Set the value of the
width property. |
void |
setZindex(int zindex)
Set the value of the
zindex property. |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIPanelpublic void setClosable(boolean closable)
Set the value of the closable property.
Contents: Specifies if close button should be displayed or not.
setClosable in interface IConfirmationDialogpublic boolean isClosable()
Return the value of the closable property.
Contents: Specifies if close button should be displayed or not. Default = 'true'.
isClosable in interface IConfirmationDialogpublic void setCloseOnEscape(boolean closeOnEscape)
Set the value of the closeOnEscape property.
Contents: Specifies if dialog should be closed when escape key is pressed.
setCloseOnEscape in interface IConfirmationDialogpublic boolean isCloseOnEscape()
Return the value of the closeOnEscape property.
Contents: Specifies if dialog should be closed when escape key is pressed. Default = 'true'.
isCloseOnEscape in interface IConfirmationDialogpublic void setDragHandle(java.lang.String dragHandle)
Set the value of the dragHandle property.
Contents: Specifies the jQuery selector(s) of the elements inside the dialog container that will be used as the drag handle(s). If this attribute isn't specified, any point of the dialog container can initiate the dragging action. The selectors are relative to the dialog's root element. When using multiple selectors, separate them by commas.
setDragHandle in interface IConfirmationDialogpublic java.lang.String getDragHandle()
Return the value of the dragHandle property.
Contents: Specifies the jQuery selector(s) of the elements inside the dialog container that will be used as the drag handle(s). If this attribute isn't specified, any point of the dialog container can initiate the dragging action. The selectors are relative to the dialog's root element. When using multiple selectors, separate them by commas.
getDragHandle in interface IConfirmationDialogpublic void setDraggable(boolean draggable)
Set the value of the draggable property.
Contents: Controls draggability.
setDraggable in interface IConfirmationDialogpublic boolean isDraggable()
Return the value of the draggable property.
Contents: Controls draggability. Default = 'true'.
isDraggable in interface IConfirmationDialogpublic void setHeader(java.lang.String header)
Set the value of the header property.
Contents: Text for the header.
setHeader in interface IConfirmationDialogpublic java.lang.String getHeader()
Return the value of the header property.
Contents: Text for the header.
getHeader in interface IConfirmationDialogpublic void setHeight(int height)
Set the value of the height property.
Contents: Height of the dialog in pixels.
setHeight in interface IConfirmationDialogpublic int getHeight()
Return the value of the height property.
Contents: Height of the dialog in pixels. Default = 'Integer.MIN_VALUE'.
getHeight in interface IConfirmationDialogpublic void setHideEffect(java.lang.String hideEffect)
Set the value of the hideEffect property.
Contents: Effect to use when hiding the dialog. Possible values are 'blind', 'clip', 'drop', 'explode, 'fade', 'fold', 'puff', 'slide', 'scale', 'bounce', 'highlight', and 'shake' (Some effects are not supported in IE browsers, see wiki page for more information).
setHideEffect in interface IConfirmationDialogpublic java.lang.String getHideEffect()
Return the value of the hideEffect property.
Contents: Effect to use when hiding the dialog. Possible values are 'blind', 'clip', 'drop', 'explode, 'fade', 'fold', 'puff', 'slide', 'scale', 'bounce', 'highlight', and 'shake' (Some effects are not supported in IE browsers, see wiki page for more information).
getHideEffect in interface IConfirmationDialogpublic void setMessage(java.lang.String message)
Set the value of the message property.
Contents: Text to be displayed in body.
setMessage in interface IConfirmationDialogpublic java.lang.String getMessage()
Return the value of the message property.
Contents: Text to be displayed in body.
getMessage in interface IConfirmationDialogpublic void setModal(boolean modal)
Set the value of the modal property.
Contents: Boolean value that specifies whether the document should be shielded with a partially transparent mask to require the user to close the Panel before being able to activate any elements in the document.
setModal in interface IConfirmationDialogpublic boolean isModal()
Return the value of the modal property.
Contents: Boolean value that specifies whether the document should be shielded with a partially transparent mask to require the user to close the Panel before being able to activate any elements in the document. Default = 'false'.
isModal in interface IConfirmationDialogpublic void setPosition(java.lang.String position)
Set the value of the position property.
Contents: Specifies where the dialog should be displayed. Possible values: 1) a single string representing position within viewport: 'center', 'left', 'right', 'top', 'bottom'. 2) an array containing an x,y coordinate pair in pixel offset from left, top corner of viewport (e.g. [350,100]) 3) an array containing x,y position string values (e.g. ['right','top'] for top right corner).
setPosition in interface IConfirmationDialogpublic java.lang.String getPosition()
Return the value of the position property.
Contents: Specifies where the dialog should be displayed. Possible values: 1) a single string representing position within viewport: 'center', 'left', 'right', 'top', 'bottom'. 2) an array containing an x,y coordinate pair in pixel offset from left, top corner of viewport (e.g. [350,100]) 3) an array containing x,y position string values (e.g. ['right','top'] for top right corner).
getPosition in interface IConfirmationDialogpublic void setSeverity(java.lang.String severity)
Set the value of the severity property.
Contents: Message severity for the dislayed icon. Value can be whatever is appended to ".ui-icon-" in the theme stylesheet.
setSeverity in interface IConfirmationDialogpublic java.lang.String getSeverity()
Return the value of the severity property.
Contents: Message severity for the dislayed icon. Value can be whatever is appended to ".ui-icon-" in the theme stylesheet. Default = 'alert'.
getSeverity in interface IConfirmationDialogpublic void setShowEffect(java.lang.String showEffect)
Set the value of the showEffect property.
Contents: Effect to use when showing the dialog. Possible values are 'blind', 'clip', 'drop', 'explode, 'fade', 'fold', 'puff', 'slide', 'scale', 'bounce', 'highlight', 'pulsate', and 'shake' (Some effects are not supported in IE7, see wiki page for more information).
setShowEffect in interface IConfirmationDialogpublic java.lang.String getShowEffect()
Return the value of the showEffect property.
Contents: Effect to use when showing the dialog. Possible values are 'blind', 'clip', 'drop', 'explode, 'fade', 'fold', 'puff', 'slide', 'scale', 'bounce', 'highlight', 'pulsate', and 'shake' (Some effects are not supported in IE7, see wiki page for more information).
getShowEffect in interface IConfirmationDialogpublic void setStyle(java.lang.String style)
Set the value of the style property.
Contents: Style to apply to the container element.
setStyle in interface IConfirmationDialogpublic java.lang.String getStyle()
Return the value of the style property.
Contents: Style to apply to the container element.
getStyle in interface IConfirmationDialogpublic void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
Contents: Style class of the dialog container.
setStyleClass in interface IConfirmationDialogpublic java.lang.String getStyleClass()
Return the value of the styleClass property.
Contents: Style class of the dialog container.
getStyleClass in interface IConfirmationDialogpublic void setWidgetVar(java.lang.String widgetVar)
Set the value of the widgetVar property.
Contents: Name of the widget to access client side api
setWidgetVar in interface IConfirmationDialogpublic java.lang.String getWidgetVar()
Return the value of the widgetVar property.
Contents: Name of the widget to access client side api
getWidgetVar in interface IConfirmationDialogpublic void setWidth(int width)
Set the value of the width property.
Contents: Width of the dialog in pixels.
setWidth in interface IConfirmationDialogpublic int getWidth()
Return the value of the width property.
Contents: Width of the dialog in pixels. Default = '300'.
getWidth in interface IConfirmationDialogpublic void setZindex(int zindex)
Set the value of the zindex property.
Contents: zindex property to control overlapping with other elements.
setZindex in interface IConfirmationDialogpublic int getZindex()
Return the value of the zindex property.
Contents: zindex property to control overlapping with other elements. Default = '1000'.
getZindex in interface IConfirmationDialogprotected boolean isPropertySet(java.lang.String finder)
public void setValueExpression(java.lang.String name,
javax.el.ValueExpression binding)
setValueExpression in class javax.faces.component.UIComponentCopyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.