Package com.storedobject.vaadin
Class PopupButton
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.button.Button
com.storedobject.vaadin.Button
com.storedobject.vaadin.PopupButton
- All Implemented Interfaces:
HasThemeStyle
,com.vaadin.flow.component.AttachNotifier
,com.vaadin.flow.component.BlurNotifier<com.vaadin.flow.component.button.Button>
,com.vaadin.flow.component.ClickNotifier<com.vaadin.flow.component.button.Button>
,com.vaadin.flow.component.DetachNotifier
,com.vaadin.flow.component.Focusable<com.vaadin.flow.component.button.Button>
,com.vaadin.flow.component.FocusNotifier<com.vaadin.flow.component.button.Button>
,com.vaadin.flow.component.HasAriaLabel
,com.vaadin.flow.component.HasElement
,com.vaadin.flow.component.HasEnabled
,com.vaadin.flow.component.HasSize
,com.vaadin.flow.component.HasStyle
,com.vaadin.flow.component.HasText
,com.vaadin.flow.component.HasTheme
,com.vaadin.flow.component.shared.HasPrefix
,com.vaadin.flow.component.shared.HasSuffix
,com.vaadin.flow.component.shared.HasThemeVariant<com.vaadin.flow.component.button.ButtonVariant>
,com.vaadin.flow.component.shared.HasTooltip
,Serializable
A button that can pop up some other set of components when clicked. Component set to be popped up can be added using the add method.
- Author:
- Syam
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.vaadin.flow.component.BlurNotifier
com.vaadin.flow.component.BlurNotifier.BlurEvent<C extends com.vaadin.flow.component.Component>
Nested classes/interfaces inherited from interface com.vaadin.flow.component.FocusNotifier
com.vaadin.flow.component.FocusNotifier.FocusEvent<C extends com.vaadin.flow.component.Component>
Nested classes/interfaces inherited from interface com.vaadin.flow.component.HasText
com.vaadin.flow.component.HasText.WhiteSpace
-
Constructor Summary
ConstructorsConstructorDescriptionPopupButton
(com.vaadin.flow.component.Component icon) Constructor.PopupButton
(com.vaadin.flow.component.icon.VaadinIcon icon) Constructor.PopupButton
(String text) Constructor.PopupButton
(String text, com.vaadin.flow.component.Component icon) Constructor.PopupButton
(String text, com.vaadin.flow.component.icon.VaadinIcon icon) Constructor.PopupButton
(String text, String icon) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(com.vaadin.flow.component.Component... components) Add components to the pop up.void
align
(com.vaadin.flow.component.Component component, CSSGrid.Position position) Align (vertically) a component within its grid cell.void
center
(com.vaadin.flow.component.Component component) Center (horizontally and vertically) a component within its grid cell.int
getColumnSpan
(com.vaadin.flow.component.Component component) Get number of columns the component takes up.int
getRowSpan
(com.vaadin.flow.component.Component component) Get number of rows the component takes up.void
justify
(com.vaadin.flow.component.Component component, CSSGrid.Position position) Justify (horizontally) a component within its grid cell.void
remove
(com.vaadin.flow.component.Component... components) Remove components from the pop-up.void
Remove all components from the pop-up.void
setColumns
(int numberOfColumns) Set equally sized columns.void
setColumnSpan
(com.vaadin.flow.component.Component component, int columns) Set number of columns to span.void
setRowSpan
(com.vaadin.flow.component.Component component, int rows) Set number of rows to span.Methods inherited from class com.storedobject.vaadin.Button
addClickHandler, asPrimary, asSmall, setIcon, setIcon, setIcon, setNoIcons
Methods inherited from class com.vaadin.flow.component.button.Button
click, clickInClient, getIcon, isAutofocus, isDisableOnClick, isIconAfterText, setAutofocus, setDisableOnClick, setEnabled, setIconAfterText, setText
Methods inherited from class com.vaadin.flow.component.Component
addListener, findAncestor, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setId, setVisible
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListener
Methods inherited from interface com.vaadin.flow.component.BlurNotifier
addBlurListener
Methods inherited from interface com.vaadin.flow.component.ClickNotifier
addClickListener, addClickShortcut, addDoubleClickListener, addSingleClickListener
Methods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListener
Methods inherited from interface com.vaadin.flow.component.Focusable
addFocusShortcut, blur, focus, getTabIndex, setTabIndex
Methods inherited from interface com.vaadin.flow.component.FocusNotifier
addFocusListener
Methods inherited from interface com.vaadin.flow.component.HasAriaLabel
getAriaLabel, getAriaLabelledBy, setAriaLabel, setAriaLabelledBy
Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
Methods inherited from interface com.vaadin.flow.component.HasEnabled
isEnabled
Methods inherited from interface com.vaadin.flow.component.shared.HasPrefix
getPrefixComponent, setPrefixComponent
Methods inherited from interface com.vaadin.flow.component.HasSize
getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFull
Methods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
Methods inherited from interface com.vaadin.flow.component.shared.HasSuffix
getSuffixComponent, setSuffixComponent
Methods inherited from interface com.vaadin.flow.component.HasText
getText, getWhiteSpace, setWhiteSpace
Methods inherited from interface com.vaadin.flow.component.HasTheme
addThemeName, addThemeNames, getThemeName, getThemeNames, hasThemeName, removeThemeName, removeThemeNames, setThemeName, setThemeName
Methods inherited from interface com.storedobject.vaadin.HasThemeStyle
addTheme, clearThemes, getInternalElement, removeTheme, setTheme
Methods inherited from interface com.vaadin.flow.component.shared.HasThemeVariant
addThemeVariants, removeThemeVariants
Methods inherited from interface com.vaadin.flow.component.shared.HasTooltip
getTooltip, setTooltipText
-
Constructor Details
-
PopupButton
Constructor.- Parameters:
text
- Text label to display and the respective icon will be used
-
PopupButton
public PopupButton(com.vaadin.flow.component.Component icon) Constructor.- Parameters:
icon
- Icon
-
PopupButton
-
PopupButton
Constructor.- Parameters:
text
- Text label to displayicon
- Icon to use
-
PopupButton
public PopupButton(com.vaadin.flow.component.icon.VaadinIcon icon) Constructor.- Parameters:
icon
- Icon to use
-
PopupButton
Constructor.- Parameters:
text
- Text label to displayicon
- Icon to use
-
-
Method Details
-
setColumns
public void setColumns(int numberOfColumns) Set equally sized columns. By default, components that are added will be vertically stacked up in one column. This method can be used to make them stacked up as multiple equally sized columns.- Parameters:
numberOfColumns
- Number of columns to set
-
add
public void add(com.vaadin.flow.component.Component... components) Add components to the pop up.- Parameters:
components
- Components to add
-
remove
public void remove(com.vaadin.flow.component.Component... components) Remove components from the pop-up.- Overrides:
remove
in classcom.vaadin.flow.component.button.Button
- Parameters:
components
- Components to remove
-
removeAll
public void removeAll()Remove all components from the pop-up. -
setColumnSpan
public void setColumnSpan(com.vaadin.flow.component.Component component, int columns) Set number of columns to span.- Parameters:
component
- Componentcolumns
- Columns to span
-
getColumnSpan
public int getColumnSpan(com.vaadin.flow.component.Component component) Get number of columns the component takes up.- Parameters:
component
- Component- Returns:
- Number of columns.
-
setRowSpan
public void setRowSpan(com.vaadin.flow.component.Component component, int rows) Set number of rows to span.- Parameters:
component
- Componentrows
- Rows to span
-
getRowSpan
public int getRowSpan(com.vaadin.flow.component.Component component) Get number of rows the component takes up.- Parameters:
component
- Component- Returns:
- Number of rows.
-
justify
Justify (horizontally) a component within its grid cell.- Parameters:
component
- Componentposition
- Position
-
align
Align (vertically) a component within its grid cell.- Parameters:
component
- Componentposition
- Position
-
center
public void center(com.vaadin.flow.component.Component component) Center (horizontally and vertically) a component within its grid cell.- Parameters:
component
- Component
-