public final class ShowModelWaveBuilder extends CommandWaveBuilder<ShowModelWaveBuilder,DisplayModelWaveBean>
| Modifier and Type | Field and Description |
|---|---|
private ObservableList<Node> |
chidrenPlaceHolder
The Children list of a parent pane.
|
private Object[] |
keyPart
The key part.
|
private UniqueKey<Model> |
showModelKey
The unique key of the model to show.
|
private ObjectProperty<Node> |
uniquePlaceHolder
The unique place holder, in example the centerProperty of a BorderPane.
|
| Modifier | Constructor and Description |
|---|---|
private |
ShowModelWaveBuilder()
Private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(WaveBase paramWave)
Apply all wave properties.
|
ShowModelWaveBuilder |
childrenPlaceHolder(ObservableList<Node> chidrenPlaceHolder)
Define the children list observable list.
|
static ShowModelWaveBuilder |
create()
Static method to build a default builder.
|
ShowModelWaveBuilder |
keyPart(Object... keyPart)
Part of unique model key.
|
ShowModelWaveBuilder |
showModelKey(UniqueKey<Model> showModelKey)
Define the unique key of the model to show.
|
ShowModelWaveBuilder |
uniquePlaceHolder(ObjectProperty<Node> uniquePlaceHolder)
Define the unique place holder.
|
getWaveBeanaddBit, build, data, fromClass, hasBit, relatedClass, waveBeanClass, waveGroup, waveTypeprivate ObjectProperty<Node> uniquePlaceHolder
private ObservableList<Node> chidrenPlaceHolder
private Object[] keyPart
public static ShowModelWaveBuilder create()
public void applyTo(WaveBase paramWave)
applyTo in class CommandWaveBuilder<ShowModelWaveBuilder,DisplayModelWaveBean>paramWave - the wave that need to be initialized with builder valuespublic ShowModelWaveBuilder uniquePlaceHolder(ObjectProperty<Node> uniquePlaceHolder)
uniquePlaceHolder - the property that handle the view's nodepublic ShowModelWaveBuilder childrenPlaceHolder(ObservableList<Node> chidrenPlaceHolder)
chidrenPlaceHolder - the children list of the parent pane that will handle the view's nodepublic ShowModelWaveBuilder showModelKey(UniqueKey<Model> showModelKey)
showModelKey - the unique key of the model to showpublic ShowModelWaveBuilder keyPart(Object... keyPart)
keyPart - keyPart for the model classCopyright © 2011–2014 JRebirth OSS. All rights reserved.