public class PanelConfirmation
extends javax.faces.component.UIComponentBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
DEFAULT_RENDERER_TYPE |
| Constructor and Description |
|---|
PanelConfirmation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAcceptLabel()
Return the value of the
acceptLabel property. |
java.lang.String |
getBodyClass()
Return the value of the
bodyClass property. |
java.lang.String |
getButtonsClass()
Return the value of the
buttonsClass property. |
java.lang.String |
getCancelLabel()
Return the value of the
cancelLabel property. |
java.lang.String |
getFamily() |
java.lang.String |
getHeaderClass()
Return the value of the
headerClass property. |
java.lang.String |
getMessage()
Return the value of the
message 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 |
getTitle()
Return the value of the
title property. |
java.lang.String |
getType()
Return the value of the
type property. |
boolean |
isAutoCentre()
Return the value of the
autoCentre property. |
boolean |
isDisplayAtMouse()
Return the value of the
displayAtMouse property. |
boolean |
isDraggable()
Return the value of the
draggable property. |
boolean |
isEscape()
Return the value of the
escape property. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setAcceptLabel(java.lang.String acceptLabel)
Set the value of the
acceptLabel property. |
void |
setAutoCentre(boolean autoCentre)
Set the value of the
autoCentre property. |
void |
setCancelLabel(java.lang.String cancelLabel)
Set the value of the
cancelLabel property. |
void |
setDisplayAtMouse(boolean displayAtMouse)
Set the value of the
displayAtMouse property. |
void |
setDraggable(boolean draggable)
Set the value of the
draggable property. |
void |
setEscape(boolean escape)
Set the value of the
escape property. |
void |
setMessage(java.lang.String message)
Set the value of the
message 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 |
setTitle(java.lang.String title)
Set the value of the
title property. |
void |
setType(java.lang.String type)
Set the value of the
type 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, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String DEFAULT_RENDERER_TYPE
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic void setTitle(java.lang.String title)
Set the value of the title property.
public java.lang.String getTitle()
Return the value of the title property.
public void setMessage(java.lang.String message)
Set the value of the message property.
public java.lang.String getMessage()
Return the value of the message property.
public void setType(java.lang.String type)
Set the value of the type property.
public java.lang.String getType()
Return the value of the type property.
public void setAcceptLabel(java.lang.String acceptLabel)
Set the value of the acceptLabel property.
public java.lang.String getAcceptLabel()
Return the value of the acceptLabel property.
public void setCancelLabel(java.lang.String cancelLabel)
Set the value of the cancelLabel property.
public java.lang.String getCancelLabel()
Return the value of the cancelLabel property.
public void setStyle(java.lang.String style)
Set the value of the style property.
public java.lang.String getStyle()
Return the value of the style property.
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
public java.lang.String getStyleClass()
Return the value of the styleClass property.
public java.lang.String getHeaderClass()
Return the value of the headerClass property.
public java.lang.String getBodyClass()
Return the value of the bodyClass property.
public java.lang.String getButtonsClass()
Return the value of the buttonsClass property.
public void setAutoCentre(boolean autoCentre)
Set the value of the autoCentre property.
public boolean isAutoCentre()
Return the value of the autoCentre property.
public void setDraggable(boolean draggable)
Set the value of the draggable property.
public boolean isDraggable()
Return the value of the draggable property.
public void setDisplayAtMouse(boolean displayAtMouse)
Set the value of the displayAtMouse property.
public boolean isDisplayAtMouse()
Return the value of the displayAtMouse property.
public boolean isEscape()
Return the value of the escape property.
Contents: Flag indicating that characters that are sensitive in HTML and XML markup must be escaped. This flag is set to "true" by default.
public void setEscape(boolean escape)
Set the value of the escape property.
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBasepublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBaseCopyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.