Interface ConditionalElementListener
- All Known Implementing Classes:
BlockContainerLayoutManager, BlockLayoutManager, FloatContentLayoutManager, ListBlockLayoutManager, ListItemLayoutManager, SpacedBorderedPaddedBlockLayoutManager, TableLayoutManager
public interface ConditionalElementListener
This interface is used to notify layout managers about the situation around spaces, borders
and padding just before the addArea() method is called when a part is being painted.
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyBorder(RelSide side, MinOptMax effectiveLength) Notifies the layout manager about the effective length/width of its border.voidnotifyPadding(RelSide side, MinOptMax effectiveLength) Notifies the layout manager about the effective length/width of its padding.voidnotifySpace(RelSide side, MinOptMax effectiveLength) Notifies the layout manager about the effective length of its space.
-
Method Details
-
notifySpace
-
notifyBorder
-
notifyPadding
-