public class BorderBehavior extends Behavior
Border
so you have to have a Constructor and Description |
---|
BorderBehavior() |
Modifier and Type | Method and Description |
---|---|
void |
afterRender(Component component)
Called when a component that has this behavior coupled was rendered.
|
void |
beforeRender(Component component)
Called when a component is about to render.
|
bind, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onConfigure, onEvent, onException, onRemove, onTag, renderHead, unbind
public void beforeRender(Component component)
Behavior
beforeRender
in class Behavior
component
- the component that has this behavior coupledpublic void afterRender(Component component)
Behavior
afterRender
in class Behavior
component
- the component that has this behavior coupledCopyright © 2006–2022 Apache Software Foundation. All rights reserved.