public interface MasterDetailLayout extends Resizable
| Modifier and Type | Method and Description |
|---|---|
boolean |
addGridPanel(GridPanel panel,
GridPanel parent,
String caption)
This method adds a grid panel into the master-detail panel automatically choosing a cell to put it in.
|
boolean |
removeGridPanel(GridPanel panel)
This method removes a grid panel from this master-detail panel automatically finding it in cells.
|
boolean addGridPanel(GridPanel panel, GridPanel parent, String caption)
panel - is a grid panel to be placed in.parent - is a parent grid panel.caption - is a grid panel caption (optional parameter).true if the panel has been placed into the master-detail panel.boolean removeGridPanel(GridPanel panel)
panel - is a panel to be removed.true is the widget has been found and removed.Copyright © 2008–2013. All rights reserved.