Package org.hexworks.zircon.api.fragment

Types

HorizontalTabBar
Link copied to clipboard
common
interface HorizontalTabBar : Fragment
Selector
Link copied to clipboard
common
interface Selector<T : Any> : Fragment
A Selector is a one line input to select a value of type T from a list of values.
Tab
Link copied to clipboard
common
interface Tab : Fragment
A Tab contains a Selectable button, that is bound to a block of content (a Container usually).
VerticalTabBar
Link copied to clipboard
common
interface VerticalTabBar : Fragment