components
/
dev.fritz2.components
/
ManagedComponent
js
Managed
Component
interface
ManagedComponent
<
T
>
Content copied to clipboard
This interface marks
Types
Functions
Inheritors
Types
Companion
Link copied to clipboard
js
object
Companion
Content copied to clipboard
Functions
equals
Link copied to clipboard
js
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
js
open fun
hashCode
():
Int
Content copied to clipboard
render
Link copied to clipboard
js
abstract fun
render
(styling:
BoxParams
.() ->
Unit
, baseClass:
StyleClass
, id:
String
?, prefix:
String
):
T
Content copied to clipboard
Central method that should do the actual rendering of a managed component.
toString
Link copied to clipboard
js
open fun
toString
():
String
Content copied to clipboard
Inheritors
ModalComponent
Link copied to clipboard
ToastComponent
Link copied to clipboard