| Package | Description |
|---|---|
| com.holonplatform.vaadin7.components | |
| com.holonplatform.vaadin7.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static PanelBuilder |
Components.panel()
Gets a builder to create
Panels. |
| 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 © 2019 The Holon Platform. All rights reserved.