|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.behavior.Behavior
org.wicketstuff.minis.behavior.CompositeBehavior
public class CompositeBehavior
Represents a composite behavior allowing the user to attach multiple behaviors to a component at once.
http://cwiki.apache.org/WICKET/composite-behaviors.html,
Serialized Form| Constructor Summary | |
|---|---|
CompositeBehavior(Behavior... behaviors)
|
|
CompositeBehavior(Iterable<Behavior> behaviors)
|
|
| Method Summary | |
|---|---|
void |
afterRender(Component arg0)
|
void |
beforeRender(Component arg0)
|
void |
bind(Component arg0)
|
void |
detach(Component arg0)
|
void |
exception(Component component,
RuntimeException aException)
|
boolean |
getStatelessHint(Component arg0)
|
boolean |
isEnabled(Component arg0)
|
boolean |
isTemporary(Component component)
|
void |
onComponentTag(Component aComponent,
ComponentTag aTag)
|
void |
renderHead(Component component,
org.apache.wicket.markup.head.IHeaderResponse response)
|
| Methods inherited from class org.apache.wicket.behavior.Behavior |
|---|
canCallListenerInterface, onConfigure, onEvent, onException, onRemove, unbind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeBehavior(Behavior... behaviors)
public CompositeBehavior(Iterable<Behavior> behaviors)
| Method Detail |
|---|
public void afterRender(Component arg0)
afterRender in class Behaviorpublic void beforeRender(Component arg0)
beforeRender in class Behaviorpublic void bind(Component arg0)
bind in class Behaviorpublic void detach(Component arg0)
detach in class Behavior
public void exception(Component component,
RuntimeException aException)
public boolean getStatelessHint(Component arg0)
getStatelessHint in class Behaviorpublic boolean isEnabled(Component arg0)
isEnabled in class Behaviorpublic boolean isTemporary(Component component)
isTemporary in class Behavior
public void onComponentTag(Component aComponent,
ComponentTag aTag)
onComponentTag in class Behavior
public void renderHead(Component component,
org.apache.wicket.markup.head.IHeaderResponse response)
renderHead in interface IComponentAwareHeaderContributorrenderHead in class Behavior
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||