public class LayoutGroup
extends java.lang.Object
TableGroup element.| 限定符 | 构造器和说明 |
|---|---|
protected |
LayoutGroup(LayoutTable table,
int groupLevel)
Constructs a
LayoutGroup with the given table and the
group level. |
| 限定符和类型 | 方法和说明 |
|---|---|
TableGroupHandle |
getGroup()
Returns the corresponding handle of the table group.
|
LayoutSlot |
getLayoutSlotFooter()
Returns the layout slot of the HEADER_FOOTER.
|
LayoutSlot |
getLayoutSlotHeader()
Returns the layout slot of the HEADER_SLOT.
|
protected LayoutGroup(LayoutTable table, int groupLevel)
LayoutGroup with the given table and the
group level.table - the layout tablegroupLevel - the level of the grouppublic TableGroupHandle getGroup()
public LayoutSlot getLayoutSlotHeader()
public LayoutSlot getLayoutSlotFooter()
Copyright © 2008 Actuate Corp. All rights reserved.