44 | | * !VlFlap which should extend !DockableLayoutElement |
| 44 | * !VlFlap class which should extend !DockableLayoutElement and override the attach(DockingDesktop desk),detach(DockingDesktop desk),getDesk() and getDockable() methods. It should have the properties: |
| 45 | * flap() used for the Flap structure |
| 46 | * tabViews() used for the list of all tab views for this flap |
| 47 | * desk() used for the docking desktop the flap is attached to. If set is called it will attach/detach. |
| 48 | * compoundDockable() used for the component where the tab views will be attached to. |
| 49 | |