org.primefaces.behavior.confirm
Class ConfirmBehavior

java.lang.Object
  extended by javax.faces.component.behavior.BehaviorBase
      extended by javax.faces.component.behavior.ClientBehaviorBase
          extended by 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


Constructor Summary
ConfirmBehavior()
           
 
Method Summary
 String getHeader()
           
 String getIcon()
           
 String getMessage()
           
 String getScript(javax.faces.component.behavior.ClientBehaviorContext behaviorContext)
           
 void setHeader(String header)
           
 void setIcon(String icon)
           
 void setMessage(String message)
           
 
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
 

Constructor Detail

ConfirmBehavior

public ConfirmBehavior()
Method Detail

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.