Interface ButtonsTagDeclaration
- All Superinterfaces:
HasAutoSpacing, HasBinding, HasId, HasIdBindingAndRendered, HasOrientation, HasTip, IsRendered, IsVisual
public interface ButtonsTagDeclaration
extends HasIdBindingAndRendered, IsVisual, HasTip, HasOrientation, HasAutoSpacing
Renders a group of buttons.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDisabled(String disabled) Flag indicating that this element and all children are disabled.Methods inherited from interface HasAutoSpacing
setAutoSpacingMethods inherited from interface HasBinding
setBindingMethods inherited from interface HasOrientation
setOrientationMethods inherited from interface IsRendered
setRenderedMethods inherited from interface IsVisual
setCustomClass, setMarkup
-
Method Details
-
setDisabled
Flag indicating that this element and all children are disabled.
-