DrawerBuilder Methods
A Drawer control.
Name | Description |
---|---|
Active |
Specifies whether the UI component changes its visual state as a result of user interaction. Mirrors the client-side active |
Active |
Specifies whether the UI component changes its visual state as a result of user interaction. Mirrors the client-side active |
Animation |
Specifies the duration of the drawer's opening and closing animation (in milliseconds). Applies only if animation |
Animation |
Specifies the duration of the drawer's opening and closing animation (in milliseconds). Applies only if animation |
Animation |
Specifies whether to use an opening and closing animation. Mirrors the client-side animation |
Animation |
Specifies whether to use an opening and closing animation. Mirrors the client-side animation |
Close |
Specifies whether to close the drawer if a user clicks or taps the view area. Mirrors the client-side close |
Close |
Specifies whether to close the drawer if a user clicks or taps the view area. Mirrors the client-side close |
Content |
Specifies content for a Drawer control. |
Content |
Specifies content for a Drawer control. |
Disabled |
Specifies whether the UI component responds to user interaction. Mirrors the client-side disabled option. |
Disabled |
Specifies whether the UI component responds to user interaction. Mirrors the client-side disabled option. |
Element |
Mirrors the client-side element |
Element |
Mirrors the client-side element |
Element |
Mirrors the client-side element |
Element |
Mirrors the client-side element |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Height |
Specifies the view's height. Mirrors the client-side height option. |
Height |
Specifies the view's height. Mirrors the client-side height option. |
Height |
Specifies the view's height. Mirrors the client-side height option. |
Hint |
Specifies text for a hint that appears when a user pauses on the UI component. Mirrors the client-side hint option. |
Hint |
Specifies text for a hint that appears when a user pauses on the UI component. Mirrors the client-side hint option. |
Hover |
Specifies whether the UI component changes its state when a user pauses on it. Mirrors the client-side hover |
Hover |
Specifies whether the UI component changes its state when a user pauses on it. Mirrors the client-side hover |
ID |
Specifies the id attribute for the control’s HTML element (used for nested controls within templates).
|
ID |
Specifies the id attribute for the control’s HTML element.
|
Max |
Specifies the drawer's width or height (depending on the drawer's position) in the opened state. Mirrors the client-side max |
Max |
Specifies the drawer's width or height (depending on the drawer's position) in the opened state. Mirrors the client-side max |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Min |
Specifies the drawer's width or height (depending on the drawer's position) in the closed state. Mirrors the client-side min |
Min |
Specifies the drawer's width or height (depending on the drawer's position) in the closed state. Mirrors the client-side min |
On |
A function that is executed before the UI component is disposed of. Mirrors the client-side on |
On |
A function that is executed before the UI component is disposed of. Mirrors the client-side on |
On |
A function used in Java |
On |
A function used in Java |
On |
A function that is executed after a UI component property is changed. Mirrors the client-side on |
On |
A function that is executed after a UI component property is changed. Mirrors the client-side on |
Opened |
Specifies whether the drawer is opened. Mirrors the client-side opened option. |
Opened |
Specifies whether the drawer is opened. Mirrors the client-side opened option. |
Opened |
Specifies how the drawer interacts with the view in the opened state. Mirrors the client-side opened |
Option |
Specifies an option by its name. |
Position |
Specifies the drawer's position in relation to the view. Mirrors the client-side position option. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Render() |
Inherited from Widget |
Reveal |
Specifies the drawer's reveal mode. Mirrors the client-side reveal |
Rtl |
Switches the UI component to a right-to-left representation. Mirrors the client-side rtl |
Rtl |
Switches the UI component to a right-to-left representation. Mirrors the client-side rtl |
Shading |
Specifies whether to shade the view when the drawer is opened. Mirrors the client-side shading option. |
Shading |
Specifies whether to shade the view when the drawer is opened. Mirrors the client-side shading option. |
Template |
Specifies the client-side template. |
Template |
Specifies the client-side template. |
Template |
Specifies the client-side template. |
Template |
Specifies the client-side template. |
To |
Inherited from Widget |
To |
Renders the control as a template string for use in another control’s template.
Inherited from Widget |
Visible |
Specifies whether the Drawer UI component (including the view) is visible. Mirrors the client-side visible option. |
Visible |
Specifies whether the Drawer UI component (including the view) is visible. Mirrors the client-side visible option. |
Width |
Specifies the view's width. Mirrors the client-side width option. |
Width |
Specifies the view's width. Mirrors the client-side width option. |
Width |
Specifies the view's width. Mirrors the client-side width option. |
See Also