de.lessvoid.nifty.controls.imageselect
Class ImageSelectControl

java.lang.Object
  extended by de.lessvoid.nifty.controls.AbstractController
      extended by de.lessvoid.nifty.controls.imageselect.ImageSelectControl
All Implemented Interfaces:
Controller, ImageSelect, NiftyControl

Deprecated. Please use ImageSelect when accessing NiftyControls.

@Deprecated
public class ImageSelectControl
extends AbstractController
implements ImageSelect

ImageSelectControl. This control allows a simple selection of images.

Author:
void

Constructor Summary
ImageSelectControl()
          Deprecated.  
 
Method Summary
 void addImage(NiftyImage image)
          Deprecated. Add Image.
 void backClick()
          Deprecated. back click.
 void bind(Nifty niftyParam, Screen screenParam, Element newElement, Properties properties, Attributes controlDefinitionAttributes)
          Deprecated.  
 void forwardClick()
          Deprecated. forward click.
 int getSelectedImageIndex()
          Deprecated. Get the selected image index.
 boolean inputEvent(NiftyInputEvent inputEvent)
          Deprecated. input event.
 void onFocus(boolean getFocus)
          Deprecated.  
 void onStartScreen()
          Deprecated.  
 void setSelectedImageIndex(int imageIndex)
          Deprecated. Set the selected image index.
 
Methods inherited from class de.lessvoid.nifty.controls.AbstractController
bind, disable, enable, getElement, getHeight, getId, getStyle, getWidth, hasFocus, init, isBound, isEnabled, layoutCallback, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

ImageSelectControl

public ImageSelectControl()
Deprecated. 
Method Detail

bind

public void bind(Nifty niftyParam,
                 Screen screenParam,
                 Element newElement,
                 Properties properties,
                 Attributes controlDefinitionAttributes)
Deprecated. 
Specified by:
bind in interface Controller

onStartScreen

public void onStartScreen()
Deprecated. 
Specified by:
onStartScreen in interface Controller

inputEvent

public boolean inputEvent(NiftyInputEvent inputEvent)
Deprecated. 
input event.

Specified by:
inputEvent in interface Controller
Parameters:
inputEvent - the NiftyInputEvent to process

onFocus

public void onFocus(boolean getFocus)
Deprecated. 
Specified by:
onFocus in interface Controller
Overrides:
onFocus in class AbstractController

backClick

public void backClick()
Deprecated. 
back click.

Specified by:
backClick in interface ImageSelect

forwardClick

public void forwardClick()
Deprecated. 
forward click.

Specified by:
forwardClick in interface ImageSelect

addImage

public void addImage(NiftyImage image)
Deprecated. 
Add Image.

Specified by:
addImage in interface ImageSelect
Parameters:
image - image

getSelectedImageIndex

public int getSelectedImageIndex()
Deprecated. 
Get the selected image index.

Specified by:
getSelectedImageIndex in interface ImageSelect
Returns:
selected image index

setSelectedImageIndex

public void setSelectedImageIndex(int imageIndex)
Deprecated. 
Set the selected image index.

Specified by:
setSelectedImageIndex in interface ImageSelect
Parameters:
imageIndex - the new image index


Copyright © 2011. All Rights Reserved.