|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageSelect
The ImageSelect control allows the selection of an image from a predefined set of images.
Method Summary | |
---|---|
void |
addImage(NiftyImage image)
Add another image to the possible selection. |
void |
backClick()
Select the previous image (if possible). |
void |
forwardClick()
Select the next image (if possible). |
int |
getSelectedImageIndex()
Get the current selected image index. |
void |
setSelectedImageIndex(int imageIndex)
Set the current image index which will select this image. |
Methods inherited from interface de.lessvoid.nifty.controls.NiftyControl |
---|
disable, enable, getElement, getHeight, getId, getStyle, getWidth, hasFocus, isBound, isEnabled, layoutCallback, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidth |
Method Detail |
---|
void backClick()
void forwardClick()
void addImage(NiftyImage image)
image
- the imageint getSelectedImageIndex()
void setSelectedImageIndex(int imageIndex)
imageIndex
- image index
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |