Class FlowPanel

All Implemented Interfaces:
HasAttachHandlers, HasHandlers, EventListener, HasVisibility, HasWidgets, HasWidgets.ForIsWidget, IndexedPanel, IndexedPanel.ForIsWidget, InsertPanel, InsertPanel.ForIsWidget, IsWidget, Iterable<Widget>

public class FlowPanel extends ComplexPanel implements InsertPanel.ForIsWidget
A panel that formats its child widgets using the default HTML layout behavior.

  • Constructor Details

    • FlowPanel

      public FlowPanel()
      Creates an empty flow panel.
    • FlowPanel

      public FlowPanel(String tag)
      Creates an empty flow panel with a custom tag.
  • Method Details