The ButtonBehavior is a
Behavior that manages the styling of components that should be shown as button.
Button Styles are encapsulated in the ButtonStyle
Enumeration
link.add(new ButtonBehavior(ButtonStyle.PRIMARY));
link.add(new ButtonBehavior().setButtonStyle(ButtonStyle.PRIMARY));
Button Sizes are encapsulated in the ButtonSize
Enumeration
link.add(new ButtonBehavior(ButtonSize.LARGE));
link.add(new ButtonBehavior().setButtonSize(ButtonSize.LARGE));