echoxul.component
Interface XulBoxConstrainable
- All Known Implementing Classes:
- XulBox
- public interface XulBoxConstrainable
This interface can be implemented by components which take
direct part in the XUL box layout environment. Normally,
the XulBox component accepts constraints for child components
as part of the add(...) operation. In this way, the box
keeps track of constraints for all of its children. However,
for Xul implementation components, it is more direct
to hold these constraints in the child itself instead of the
parent. This interface accomplishes that task.
- Author:
- Terry Laurenzo
getBoxConstraints
public XulBoxConstraints getBoxConstraints()
- Return the box constraints. A value of null is equivilent to
having all default constraints.
Copyright © 2004 Terry Laurenzo. All Rights Reserved.