PanelContainer class
Methods
-
call(String methodName)
→ dynamic
-
inherited
-
callArg(String methodName, dynamic arg)
→ dynamic
-
inherited
-
callArgs(String methodName, List args)
→ dynamic
-
inherited
-
changed()
→ void
-
Used to notify the addon when the size of the panel's DOM node has changed.
-
clear()
→ void
-
Used to remove the panel.
-
dispose()
→ void
-
This method should be called if any events listeners were added to the
object.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onEvent<T>(String eventName, {int argCount = 1})
→ Stream<T?>
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited