org.exoplatform.gwtframework.ui.client.command
Class TextInputControl

java.lang.Object
  extended by org.exoplatform.gwtframework.ui.client.command.Control<TextInputControl>
      extended by org.exoplatform.gwtframework.ui.client.command.TextInputControl

public class TextInputControl
extends Control<TextInputControl>

Created by The eXo Platform SAS .

Version:
$
Author:
Vitaliy Gulyy

Field Summary
static int DEFAULT_WIDTH
           
 
Constructor Summary
TextInputControl(java.lang.String id)
           
 
Method Summary
 TextEnteredEvent<?> getEvent()
           
 int getSize()
           
 java.lang.String getText()
           
 TextInputControl setEvent(TextEnteredEvent<?> event)
           
 TextInputControl setSize(int size)
           
 TextInputControl setText(java.lang.String text)
           
 
Methods inherited from class org.exoplatform.gwtframework.ui.client.command.Control
disable, enable, getDisabledImage, getIcon, getId, getNormalImage, getPrompt, getStateListeners, hasDelimiterBefore, hide, isEnabled, isVisible, setDelimiterBefore, setDisabledImage, setEnabled, setIcon, setImages, setNormalImage, setPrompt, setVisible, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_WIDTH

public static final int DEFAULT_WIDTH
See Also:
Constant Field Values
Constructor Detail

TextInputControl

public TextInputControl(java.lang.String id)
Method Detail

getSize

public int getSize()

setSize

public TextInputControl setSize(int size)

getText

public java.lang.String getText()

setText

public TextInputControl setText(java.lang.String text)

getEvent

public TextEnteredEvent<?> getEvent()

setEvent

public TextInputControl setEvent(TextEnteredEvent<?> event)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.