public interface ConditionalElementListener
Modifier and Type | Method and Description |
---|---|
void |
notifyBorder(RelSide side,
MinOptMax effectiveLength)
Notifies the layout manager about the effective length/width of its border.
|
void |
notifyPadding(RelSide side,
MinOptMax effectiveLength)
Notifies the layout manager about the effective length/width of its padding.
|
void |
notifySpace(RelSide side,
MinOptMax effectiveLength)
Notifies the layout manager about the effective length of its space.
|
void notifySpace(RelSide side, MinOptMax effectiveLength)
side
- the side to which the space applieseffectiveLength
- the effective length after space-resolution (null means zero length)void notifyBorder(RelSide side, MinOptMax effectiveLength)
side
- the side to which the border applieseffectiveLength
- the effective length in the current break situation
(null means zero length)void notifyPadding(RelSide side, MinOptMax effectiveLength)
side
- the side to which the padding applieseffectiveLength
- the effective length in the current break situation
(null means zero length)Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.