|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IComponentConfigurationBehavior
An add-on interface for IBehavior instances that want to contribute to a component's configuration. Any IBehavior that also implements this method will receive notifications when the component onConfigure method is being called.
| Method Summary | |
|---|---|
void |
onConfigure(Component component)
Called immediately after the onConfigure method in a component. |
| Methods inherited from interface org.apache.wicket.behavior.IBehavior |
|---|
afterRender, beforeRender, bind, detach, exception, getStatelessHint, isEnabled, isTemporary, onComponentTag |
| Method Detail |
|---|
void onConfigure(Component component)
component - the component being configured
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||