Class NamedFrame

All Implemented Interfaces:
HasLoadHandlers, HasAttachHandlers, HasHandlers, EventListener, HasVisibility, IsWidget

public class NamedFrame extends Frame
A Frame that has a 'name' associated with it. This allows the frame to be the target of a FormPanel

CSS Style Rules

  • .gwt-Frame { }
  • Constructor Details

    • NamedFrame

      @UiConstructor public NamedFrame(String name)
      Constructs a frame with the given name.
      Parameters:
      name - the name of the frame, which must contain at least one non-whitespace character and must not contain reserved HTML markup characters such as '<', '>', or '&'
      Throws:
      IllegalArgumentException - if the supplied name is not allowed
  • Method Details

    • getName

      public String getName()
      Gets the name associated with this frame.
      Returns:
      the frame's name