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