public class DisplayModelWaveBean extends Object implements WaveBean
Constructor and Description |
---|
DisplayModelWaveBean()
Hide the default constructor but allow subclassing.
|
Modifier and Type | Method and Description |
---|---|
boolean |
appendChild()
Checks if is flag that indicates if the child node must be added at the end (true) or at the beginning (false).
|
DisplayModelWaveBean |
appendChild(boolean appendChild)
Sets the flag that indicates if the child node must be added at the end (true) or at the beginning (false).
|
ObservableList<Node> |
childrenPlaceHolder()
Gets the children place holder.
|
DisplayModelWaveBean |
childrenPlaceHolder(ObservableList<Node> childrenPlaceHolder)
Sets the children place holder.
|
static DisplayModelWaveBean |
create()
Build a new instance of
DisplayModelWaveBean . |
Model |
hideModel()
Gets the model instance to hide (ie: with an animation).
|
DisplayModelWaveBean |
hideModel(Model hideModel)
Sets the model instance to hide (ie: with an animation).
|
UniqueKey<? extends Model> |
hideModelKey()
Gets the hide model key.
|
DisplayModelWaveBean |
hideModelKey(UniqueKey<? extends Model> hideModelKey)
Sets the hide model key.
|
List<Object> |
keyPart()
Gets the key part.
|
DisplayModelWaveBean |
keyPart(List<Object> keyPart)
Sets the key part.
|
Model |
showModel()
Gets the created node.
|
DisplayModelWaveBean |
showModel(Model model)
Sets the created node.
|
UniqueKey<? extends Model> |
showModelKey()
Gets the show model key.
|
DisplayModelWaveBean |
showModelKey(UniqueKey<? extends Model> showModelKey)
Sets the show model key.
|
ObjectProperty<Node> |
uniquePlaceHolder()
Gets the unique place holder.
|
DisplayModelWaveBean |
uniquePlaceHolder(ObjectProperty<Node> uniquePlaceHolder)
Sets the unique place holder.
|
public DisplayModelWaveBean()
public static DisplayModelWaveBean create()
DisplayModelWaveBean
.public UniqueKey<? extends Model> showModelKey()
public DisplayModelWaveBean showModelKey(UniqueKey<? extends Model> showModelKey)
showModelKey
- the new show model keypublic UniqueKey<? extends Model> hideModelKey()
public DisplayModelWaveBean hideModelKey(UniqueKey<? extends Model> hideModelKey)
hideModelKey
- the new hide model keypublic DisplayModelWaveBean keyPart(List<Object> keyPart)
keyPart
- The keyPart to set.public ObjectProperty<Node> uniquePlaceHolder()
public DisplayModelWaveBean uniquePlaceHolder(ObjectProperty<Node> uniquePlaceHolder)
uniquePlaceHolder
- The uniquePlaceHolder to set.public ObservableList<Node> childrenPlaceHolder()
public DisplayModelWaveBean childrenPlaceHolder(ObservableList<Node> childrenPlaceHolder)
childrenPlaceHolder
- The childrenPlaceHolder to set.public boolean appendChild()
public DisplayModelWaveBean appendChild(boolean appendChild)
appendChild
- The appendChild to set.public DisplayModelWaveBean showModel(Model model)
model
- the new created nodepublic Model hideModel()
public DisplayModelWaveBean hideModel(Model hideModel)
hideModel
- the new model instance to hide (ie: with an animation)Copyright © 2011–2016 JRebirth OSS. All rights reserved.