public interface IlvLayoutManager extends IlvPersistentObject, Cloneable
IlvAttachable
instances.IlvAttachable
Modifier and Type | Method and Description |
---|---|
void |
attach(IlvAttachable parent)
Sets the constraints defined by the supplied
IlvAttachable |
Object |
clone()
Creates a copy of this object.
|
void |
layoutGroup(IlvAttachable parent)
Lays out the specified
IlvAttachable container. |
void |
removeConstraints(IlvAttachable element)
Removes the specified
IlvAttachable from the layout. |
void |
reset()
Remove all the constraints
|
boolean |
resizeFirstChildOnly()
Answers
true when only the first child should be resized. |
void |
setConstraints(IlvAttachable element,
Object constraints)
Adds the specified
IlvAttachable to the layout, using the specified
constraint object. |
write
void setConstraints(IlvAttachable element, Object constraints)
IlvAttachable
to the layout, using the specified
constraint object.element
- the IlvAttachable
to be addedconstraints
- where/how the component is added to the layout.void removeConstraints(IlvAttachable element)
IlvAttachable
from the layout.element
- the IlvAttachable>/code> object to be removed.
void layoutGroup(IlvAttachable parent)
IlvAttachable
container.parent
- the container to be laid outvoid reset()
void attach(IlvAttachable parent)
IlvAttachable
parent
- the container to be laid outIlvAttachable.getAttachables()
,
IlvAttachable.getConstraints()
Object clone()
boolean resizeFirstChildOnly()
true
when only the first child should be resized.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.