org.apache.wicket
Interface IComponentBorder

All Superinterfaces:
IClusterable, Serializable
All Known Implementing Classes:
BeforeAndAfterBorder, MarkupComponentBorder

Deprecated. please use IBehavior instead

@Deprecated
public interface IComponentBorder
extends IClusterable

This class gives you call backs to generate swing like borders.

Author:
jcompagner
See Also:
MarkupComponentBorder

Method Summary
 void renderAfter(Component component)
          Deprecated. Called after the component is renderd.
 void renderBefore(Component component)
          Deprecated. Called before the component is rendered.
 

Method Detail

renderBefore

void renderBefore(Component component)
Deprecated. 
Called before the component is rendered.

Parameters:
component -

renderAfter

void renderAfter(Component component)
Deprecated. 
Called after the component is renderd.

Parameters:
component -


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.