|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
com.icesoft.faces.component.panelconfirmation.PanelConfirmation
public class PanelConfirmation
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
DEFAULT_RENDERER_TYPE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
PanelConfirmation()
|
Method Summary | |
---|---|
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. |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
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, unsubscribeFromEvent |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String DEFAULT_RENDERER_TYPE
Constructor Detail |
---|
public PanelConfirmation()
Method Detail |
---|
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIComponent
public 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.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |