@Deprecated public interface SlideShowManager
Modifier and Type | Method and Description |
---|---|
void |
decIndex()
Deprecated.
Decrements the index.
|
void |
firstPic()
Deprecated.
Sets the index to 1.
|
DocumentModel |
getChild()
Deprecated.
Gets the DocumentModel of a child from the index.
|
Integer |
getChildrenSize()
Deprecated.
Gets the ChildrenSize.
|
Integer |
getIndex()
Deprecated.
Gets the index.
|
void |
incIndex()
Deprecated.
Increments the index.
|
void |
inputValidation(javax.faces.event.ActionEvent arg0)
Deprecated.
|
void |
lastPic()
Deprecated.
Sets the index to the last picture available.
|
void |
resetIndex()
Deprecated.
Reinitializes the values at every changes.
|
void |
setChild(DocumentModel child)
Deprecated.
Sets the DocumentModel of a child from the index.
|
void |
setIndex(Integer idx)
Deprecated.
Sets the index.
|
void setIndex(Integer idx)
idx
- an Integer holding the current document's index.Integer getIndex()
void inputValidation(javax.faces.event.ActionEvent arg0)
void resetIndex()
void incIndex()
void decIndex()
void firstPic()
void lastPic()
Integer getChildrenSize()
DocumentModel getChild()
void setChild(DocumentModel child)
child
- a DocumentModel holding the childCopyright © 2018 Nuxeo. All rights reserved.