public class ConfirmBehavior extends AbstractBehavior
Modifier and Type | Class | Description |
---|---|---|
static class |
ConfirmBehavior.PropertyKeys |
Modifier and Type | Field | Description |
---|---|---|
static String |
BEHAVIOR_ID |
bindings, literals
Constructor | Description |
---|---|
ConfirmBehavior() |
Modifier and Type | Method | Description |
---|---|---|
protected Enum<?>[] |
getAllProperties() |
|
String |
getBeforeShow() |
|
String |
getHeader() |
|
String |
getIcon() |
|
String |
getMessage() |
|
String |
getScript(javax.faces.component.behavior.ClientBehaviorContext behaviorContext) |
|
boolean |
isDisabled() |
|
boolean |
isEscape() |
|
void |
setBeforeShow(String beforeShow) |
|
void |
setDisabled(boolean disabled) |
|
void |
setEscape(boolean escape) |
|
void |
setHeader(String header) |
|
void |
setIcon(String icon) |
|
void |
setMessage(String message) |
eval, eval, isAttributeSet, isAttributeSet, restorePropertyMap, restoreState, savePropertyMap, saveState, setLiteral, setLiteral, setValueExpression, setValueExpression
addBehaviorListener, broadcast, clearInitialState, initialStateMarked, isTransient, markInitialState, removeBehaviorListener, setTransient
public static final String BEHAVIOR_ID
public String getScript(javax.faces.component.behavior.ClientBehaviorContext behaviorContext)
getScript
in class javax.faces.component.behavior.ClientBehaviorBase
protected Enum<?>[] getAllProperties()
getAllProperties
in class AbstractBehavior
public String getHeader()
public void setHeader(String header)
public String getMessage()
public void setMessage(String message)
public String getIcon()
public void setIcon(String icon)
public boolean isDisabled()
public void setDisabled(boolean disabled)
public String getBeforeShow()
public void setBeforeShow(String beforeShow)
public boolean isEscape()
public void setEscape(boolean escape)
Copyright © 2018. All rights reserved.