public class DockWaveBean extends Object implements org.jrebirth.af.api.wave.WaveBean
| Modifier and Type | Field and Description |
|---|---|
private DockConfig |
dockConfig |
private String |
dockHolderKey |
private org.jrebirth.af.api.ui.Model[] |
model |
private org.jrebirth.af.api.key.UniqueKey<? extends org.jrebirth.af.api.ui.Model>[] |
modelKey |
private TabConfig[] |
tab |
| Constructor and Description |
|---|
DockWaveBean() |
| Modifier and Type | Method and Description |
|---|---|
static DockWaveBean |
create() |
DockConfig |
dockConfig() |
DockWaveBean |
dockConfig(DockConfig dockConfig) |
String |
dockHolderKey() |
DockWaveBean |
dockHolderKey(String dockHolderKey) |
org.jrebirth.af.api.ui.Model[] |
model() |
DockWaveBean |
model(org.jrebirth.af.api.ui.Model... model) |
org.jrebirth.af.api.key.UniqueKey<? extends org.jrebirth.af.api.ui.Model>[] |
modelKey() |
DockWaveBean |
modelKey(org.jrebirth.af.api.key.UniqueKey<? extends org.jrebirth.af.api.ui.Model>... modelKey) |
TabConfig[] |
tab() |
DockWaveBean |
tab(TabConfig... tab) |
private String dockHolderKey
private DockConfig dockConfig
private org.jrebirth.af.api.ui.Model[] model
private org.jrebirth.af.api.key.UniqueKey<? extends org.jrebirth.af.api.ui.Model>[] modelKey
private TabConfig[] tab
public static DockWaveBean create()
public String dockHolderKey()
public DockWaveBean dockHolderKey(String dockHolderKey)
dockHolderKey - The dockHolderKey to set.public org.jrebirth.af.api.ui.Model[] model()
public DockWaveBean model(org.jrebirth.af.api.ui.Model... model)
model - The tab to set.public org.jrebirth.af.api.key.UniqueKey<? extends org.jrebirth.af.api.ui.Model>[] modelKey()
@SafeVarargs public final DockWaveBean modelKey(org.jrebirth.af.api.key.UniqueKey<? extends org.jrebirth.af.api.ui.Model>... modelKey)
modelKey - The modelKey to set.public TabConfig[] tab()
public DockWaveBean tab(TabConfig... tab)
tab - The tab to set.public DockConfig dockConfig()
public DockWaveBean dockConfig(DockConfig dockConfig)
Copyright © 2011–2015 JRebirth OSS. All rights reserved.