template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 3503 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

Public Methods

::fuchsia_web::wire::PopupFrameCreationInfo Build ()

Build and return the table. The builder should not be used after this.

bool has_initial_url ()
void clear_initial_url ()

Clears the initial_url field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::StringView & initial_url ()

The URL to which the popup frame was initially navigated.

BuilderImpl & initial_url (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

The URL to which the popup frame was initially navigated.

bool has_initiated_by_user ()
void clear_initiated_by_user ()

Clears the initiated_by_user field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

bool & initiated_by_user ()

Set if the popup frame was created in response to UI interaction from the user (e.g. a

link was clicked).

BuilderImpl & initiated_by_user (bool elem)

Set if the popup frame was created in response to UI interaction from the user (e.g. a

link was clicked).

Protected Methods

void WireTableBaseBuilder< ::fuchsia_web::wire::PopupFrameCreationInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_web::wire::PopupFrameCreationInfo>> && frame)

Records