menuButton

fun Table.menuButton(icon: Drawable?, text: String, style: TextButton.TextButtonStyle, align: Int = Align.center, wrap: Boolean = false, ellipsis: String? = null): Cell<MenuButton>

Adds a MenuButton to the table and returns the created cell.


fun Table.menuButton(icon: MenuButton.() -> Drawable?, text: MenuButton.() -> String, style: TextButton.TextButtonStyle, align: Int = Align.center, wrap: Boolean = false, ellipsis: String? = null): Cell<MenuButton>

Adds a dynamic MenuButton to the table and returns the created cell.