Class FooterToolbarItem
- java.lang.Object
-
- com.flowingcode.vaadin.addons.gridexporter.FooterToolbarItem
-
- All Implemented Interfaces:
Serializable
public class FooterToolbarItem extends Object implements Serializable
Item that can be added toFooterToolbar
.Default position is
FooterToolbarItemPosition.AFTER_EXPORT_BUTTONS
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FooterToolbarItem(Component component)
FooterToolbarItem(Component component, FooterToolbarItemPosition position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Component
getComponent()
FooterToolbarItemPosition
getPosition()
-
-
-
Constructor Detail
-
FooterToolbarItem
public FooterToolbarItem(Component component)
-
FooterToolbarItem
public FooterToolbarItem(Component component, FooterToolbarItemPosition position)
-
-
Method Detail
-
getComponent
public Component getComponent()
-
getPosition
public FooterToolbarItemPosition getPosition()
-
-