HtmlPanel class
HTML Panel HTML panels should only be created through {@link Inbox.createHtmlPanel}, {@link Chatbox.createHtmlPanel} or {@link Popup.createHtmlPanel}.
- Annotations
-
- @JS()
- @anonymous
Constructors
- HtmlPanel()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
destroy(
) → dynamic - Destroys the HTML panel
-
hide(
) → void - Hides the panel if it's visible.
-
isVisible(
) → bool -
Returns
true
if the panel is visible,false
if it's hidden or destroyed -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setHeight(
num height) → void - Changes the panel height.
-
show(
) → void - Shows the panel if it's hidden.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited