Fantom

 

class

fwt::Tab

sys::Obj
  fwt::Widget
    fwt::Tab

@js

Tab is the child widget of a TabPane. It is used to configure the tab's text, image, and content widget.

Slots

imageSource

native Image? image

Image to display on tab. Defaults to null.

textSource

native Str text

Text of the tab's label. Defaults to "".