| Modifier and Type | Field and Description |
|---|---|
private boolean |
appendChild
Flag that indicates if the child node must be added at the end (true) or at the beginning (false).
|
private ObservableList<Node> |
chidrenPlaceHolder
The Children list of a parent pane.
|
private Model |
hideModel
The model instance to hide (ie: with an animation).
|
private UniqueKey<? extends Model> |
hideModelKey
The hide model key.
|
private List<Object> |
keyPart
The model key parts.
|
private Model |
showModel
The model instance created to show.
|
private UniqueKey<? extends Model> |
showModelKey
The show model key.
|
private ObjectProperty<Node> |
uniquePlaceHolder
The unique place holder, in example the centerProperty of a BorderPane.
|
| Constructor and Description |
|---|
DisplayModelWaveBean() |
| Modifier and Type | Method and Description |
|---|---|
ObservableList<Node> |
getChidrenPlaceHolder()
Gets the chidren place holder.
|
Model |
getHideModel()
Gets the model instance to hide (ie: with an animation).
|
UniqueKey<? extends Model> |
getHideModelKey()
Gets the hide model key.
|
List<Object> |
getKeyPart()
Gets the key part.
|
Model |
getShowModel()
Gets the created node.
|
UniqueKey<? extends Model> |
getShowModelKey()
Gets the show model key.
|
ObjectProperty<Node> |
getUniquePlaceHolder()
Gets the unique place holder.
|
boolean |
isAppendChild()
Checks if is flag that indicates if the child node must be added at the end (true) or at the beginning (false).
|
void |
setAppendChild(boolean appendChild)
Sets the flag that indicates if the child node must be added at the end (true) or at the beginning (false).
|
void |
setChidrenPlaceHolder(ObservableList<Node> chidrenPlaceHolder)
Sets the children place holder.
|
void |
setHideModel(Model hideModel)
Sets the model instance to hide (ie: with an animation).
|
void |
setHideModelKey(UniqueKey<? extends Model> hideModelKey)
Sets the hide model key.
|
void |
setKeyPart(List<Object> keyPart)
Sets the key part.
|
void |
setShowModel(Model model)
Sets the created node.
|
void |
setShowModelKey(UniqueKey<? extends Model> showModelKey)
Sets the show model key.
|
void |
setUniquePlaceHolder(ObjectProperty<Node> uniquePlaceHolder)
Sets the unique place holder.
|
private ObjectProperty<Node> uniquePlaceHolder
private ObservableList<Node> chidrenPlaceHolder
private boolean appendChild
private Model showModel
private Model hideModel
public UniqueKey<? extends Model> getShowModelKey()
public void setShowModelKey(UniqueKey<? extends Model> showModelKey)
showModelKey - the new show model keypublic UniqueKey<? extends Model> getHideModelKey()
public void setHideModelKey(UniqueKey<? extends Model> hideModelKey)
hideModelKey - the new hide model keypublic void setKeyPart(List<Object> keyPart)
keyPart - The keyPart to set.public ObjectProperty<Node> getUniquePlaceHolder()
public void setUniquePlaceHolder(ObjectProperty<Node> uniquePlaceHolder)
uniquePlaceHolder - The uniquePlaceHolder to set.public ObservableList<Node> getChidrenPlaceHolder()
public void setChidrenPlaceHolder(ObservableList<Node> chidrenPlaceHolder)
chidrenPlaceHolder - The chidrenPlaceHolder to set.public boolean isAppendChild()
public void setAppendChild(boolean appendChild)
appendChild - The appendChild to set.public Model getShowModel()
public void setShowModel(Model model)
model - the new created nodepublic Model getHideModel()
public void setHideModel(Model hideModel)
hideModel - the new model instance to hide (ie: with an animation)Copyright © 2011–2014 JRebirth OSS. All rights reserved.