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, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onComponentTag, onConfigure, onEvent, onException, onRemove, renderHead, unbindpublic void beforeRender(Component component)
BehaviorbeforeRender in class Behaviorcomponent - the component that has this behavior coupledpublic void afterRender(Component component)
BehaviorafterRender in class Behaviorcomponent - the component that has this behavior coupledCopyright © 2006–2014 Apache Software Foundation. All rights reserved.