ReadonlycontrolFully qualified control type, e.g., 'sap.m.Button'.
ReadonlyidControl ID assigned in the UI5 view or generated.
Returns controls in a named aggregation.
Returns binding info for a named property.
Returns the DOM reference element, or null if not rendered.
Returns the control's ID.
Returns the named model, or the default model if no name given.
Optionalname: stringGets a named property value.
Returns whether the control is visible (getVisible() on sap.ui.core.Control).
Returns whether a property is data-bound.
Sets a named property value.
Converts this control proxy to a Playwright Locator via its DOM reference.
Playwright Locator pointing to the control's DOM element
Base interface all UI5 controls extend.
Remarks
Maps to
sap.ui.core.Element/sap.ui.core.Controlbase methods. All methods returnPromise<T>because they execute via the bridge adapter in the browser context.Example