|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.behavior.BehaviorBase
javax.faces.component.behavior.ClientBehaviorBase
public class ClientBehaviorBase
Constructor Summary | |
---|---|
ClientBehaviorBase()
|
Method Summary | |
---|---|
void |
decode(FacesContext context,
UIComponent component)
|
java.util.Set<ClientBehaviorHint> |
getHints()
|
protected ClientBehaviorRenderer |
getRenderer(FacesContext context)
|
java.lang.String |
getRendererType()
|
java.lang.String |
getScript(ClientBehaviorContext behaviorContext)
|
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 |
---|
public ClientBehaviorBase()
Method Detail |
---|
public void decode(FacesContext context, UIComponent component)
decode
in interface ClientBehavior
public java.util.Set<ClientBehaviorHint> getHints()
getHints
in interface ClientBehavior
public java.lang.String getRendererType()
public java.lang.String getScript(ClientBehaviorContext behaviorContext)
getScript
in interface ClientBehavior
protected ClientBehaviorRenderer getRenderer(FacesContext context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |