Package | Description |
---|---|
com.holonplatform.vaadin.components | |
com.holonplatform.vaadin.components.builders |
Modifier and Type | Method and Description |
---|---|
static PanelBuilder |
Components.panel()
Gets a builder to create
Panel s. |
Modifier and Type | Method and Description |
---|---|
PanelBuilder |
PanelBuilder.borderless()
Adds
borderless and light style names to panel to render the panel without using
borders or any other style. |
PanelBuilder |
PanelBuilder.tabIndex(int tabIndex)
Sets the tabulator index of the component.
|
<T extends com.vaadin.event.Action & com.vaadin.event.Action.Listener> |
PanelBuilder.withAction(T action)
Add an
Action to the panel. |
PanelBuilder |
PanelBuilder.withActionHandler(com.vaadin.event.Action.Handler actionHandler)
Adds an Action
Action.Handler to the panel |
PanelBuilder |
PanelBuilder.withClickListener(com.vaadin.event.MouseEvents.ClickListener listener)
Add a click listener to the Panel.
|
Copyright © 2018 The Holon Platform. All rights reserved.