org.primefaces.behavior.confirm
Class ConfirmBehavior
java.lang.Object
javax.faces.component.behavior.BehaviorBase
javax.faces.component.behavior.ClientBehaviorBase
org.primefaces.behavior.confirm.ConfirmBehavior
- All Implemented Interfaces:
- javax.faces.component.behavior.Behavior, javax.faces.component.behavior.ClientBehavior, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder
public class ConfirmBehavior
- extends javax.faces.component.behavior.ClientBehaviorBase
Methods inherited from class javax.faces.component.behavior.ClientBehaviorBase |
decode, getHints, getRenderer, getRendererType |
Methods inherited from class javax.faces.component.behavior.BehaviorBase |
addBehaviorListener, broadcast, clearInitialState, initialStateMarked, isTransient, markInitialState, removeBehaviorListener, restoreState, saveState, setTransient |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.faces.component.behavior.Behavior |
broadcast |
ConfirmBehavior
public ConfirmBehavior()
getScript
public String getScript(javax.faces.component.behavior.ClientBehaviorContext behaviorContext)
- Specified by:
getScript
in interface javax.faces.component.behavior.ClientBehavior
- Overrides:
getScript
in class javax.faces.component.behavior.ClientBehaviorBase
getHeader
public String getHeader()
setHeader
public void setHeader(String header)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
getIcon
public String getIcon()
setIcon
public void setIcon(String icon)
Copyright © 2013. All rights reserved.