| Package | Description |
|---|---|
| com.hybris.cockpitng.layout.impl.gridbag |
| Modifier and Type | Method and Description |
|---|---|
protected Division |
GridBag.divideHorizontally(org.zkoss.zk.ui.Component parent,
int startX,
int startY,
float cellWidth,
List<ElementPlacement<T>> children,
boolean iterate,
String dndKey,
BiFunction<org.zkoss.zk.ui.Component,ElementPlacement<T>,org.zkoss.zk.ui.Component> renderer) |
protected Division |
GridBag.divideVertically(org.zkoss.zk.ui.Component parent,
int startX,
int startY,
float cellWidth,
List<ElementPlacement<T>> children,
boolean iterate,
String dndKey,
BiFunction<org.zkoss.zk.ui.Component,ElementPlacement<T>,org.zkoss.zk.ui.Component> renderer) |
Copyright © 2018. All rights reserved.