apps.projectmanagement.component.ganttchart
Class InputBox

java.lang.Object
  extended by apps.projectmanagement.component.ganttchart.InputBox

public class InputBox
extends java.lang.Object

The Class InputBox.


Constructor Summary
InputBox(ContentSystem contentSystem, int length, int heigth)
          Instantiates a new input box.
 
Method Summary
 void clear()
          Clear.
 void enableKeyborad(boolean enabled)
          Enable keyborad.
 MultiLineTextLabel getInputBox()
          Gets the input box.
 void hideKeyborad()
          Hide keyborad.
 boolean isKeyboradOn()
          Checks if is keyborad on.
 void setInputBoxLocation(float x, float y)
          Sets the input box location.
 void showKeyborad()
          Show keyborad.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputBox

public InputBox(ContentSystem contentSystem,
                int length,
                int heigth)
Instantiates a new input box.

Parameters:
contentSystem - the content system
length - the length
heigth - the heigth
Method Detail

clear

public void clear()
Clear.


enableKeyborad

public void enableKeyborad(boolean enabled)
Enable keyborad.

Parameters:
enabled - the enabled

getInputBox

public MultiLineTextLabel getInputBox()
Gets the input box.

Returns:
the input box

hideKeyborad

public void hideKeyborad()
Hide keyborad.


isKeyboradOn

public boolean isKeyboradOn()
Checks if is keyborad on.

Returns:
true, if is keyborad on

setInputBoxLocation

public void setInputBoxLocation(float x,
                                float y)
Sets the input box location.

Parameters:
x - the x
y - the y

showKeyborad

public void showKeyborad()
Show keyborad.