public final class LayoutHelper
extends java.lang.Object
Constructor and Description |
---|
LayoutHelper() |
Modifier and Type | Method and Description |
---|---|
static LayoutTable |
applyLayout(org.eclipse.birt.report.model.core.Module module,
org.eclipse.birt.report.model.elements.TableItem table)
Resolves the layout for the given table element.
|
protected static void |
applyLayoutOnSlot(LayoutSlot mappingSlot,
org.eclipse.birt.report.model.core.ContainerSlot slot,
org.eclipse.birt.report.model.core.Module module)
Resolve the layout of Table Detail slot.
|
public static LayoutTable applyLayout(org.eclipse.birt.report.model.core.Module module, org.eclipse.birt.report.model.elements.TableItem table)
module
- the report module.table
- the table elementprotected static void applyLayoutOnSlot(LayoutSlot mappingSlot, org.eclipse.birt.report.model.core.ContainerSlot slot, org.eclipse.birt.report.model.core.Module module)
mappingSlot
- the slot informationslot
- the detail slotmodule
- the report moduleCopyright © 2008 Actuate Corp. All rights reserved.